-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
16,905 additions
and
294 deletions.
There are no files selected for viewing
59 changes: 59 additions & 0 deletions
59
[schwubbe][Cheat] Grand Galery Overhaul/data/config/export/main/asset/assets.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!-- This Mod was created by schwubbe --> | ||
<!-- It's generated by my own script on Sun, 22 Jan 23 01:25:46 +0100 --> | ||
<!-- used GUID-Range: 1357900000 - 1357901000 --> | ||
|
||
<ModOps> | ||
|
||
<!-- first removing the skins from their tab --> | ||
<ModOp GUID="1252" Type="replace" Path="Values/ScenarioWorkshopScene/ScenarioWorkshopCategories/Skin/ScenarioWorkshopCategory"> | ||
<ScenarioWorkshopCategory></ScenarioWorkshopCategory> | ||
</ModOp> | ||
|
||
|
||
|
||
<!-- second: adding the skins to tab of portraits --> | ||
<ModOp GUID="1252" Type="add" Path="Values/ScenarioWorkshopScene/ScenarioWorkshopCategories/Portrait/ScenarioWorkshopCategory"> | ||
<Item> | ||
<ScenarioWorkshopPackage>4701</ScenarioWorkshopPackage> | ||
</Item> | ||
<Item> | ||
<ScenarioWorkshopPackage>2394</ScenarioWorkshopPackage> | ||
</Item> | ||
<Item> | ||
<ScenarioWorkshopPackage>4728</ScenarioWorkshopPackage> | ||
</Item> | ||
<Item> | ||
<ScenarioWorkshopPackage>6920</ScenarioWorkshopPackage> | ||
</Item> | ||
</ModOp> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- set the scale factor from all existing ShopItems to 1 --> | ||
<ModOp GUID="" Type="replace" Path="//Asset/Values/ScenarioWorkshopPackage/PackageRubberDotScaleFactor"> | ||
<PackageRubberDotScaleFactor>1</PackageRubberDotScaleFactor> | ||
</ModOp> | ||
|
||
<!-- increase the stack limit for all existing ShopItems to 9999 --> | ||
<ModOp GUID="" Type="replace" Path="//Asset/Values/ScenarioWorkshopPackage/PackageMaxCount"> | ||
<PackageMaxCount>9999</PackageMaxCount> | ||
</ModOp> | ||
|
||
<Include File="ornaments.include.xml" /> | ||
<Include File="items_zoo.include.xml" /> | ||
<Include File="items_museum.include.xml" /> | ||
<Include File="items_bota.include.xml" /> | ||
<Include File="items_economy.include.xml" /> | ||
|
||
|
||
<!-- Alle Preise auf 0 setzen --> | ||
<ModOp GUID="" Type="replace" Path="//Asset/Values/ScenarioWorkshopPackage/RubberDots"> | ||
<RubberDots>0</RubberDots> | ||
</ModOp> | ||
|
||
|
||
|
||
</ModOps> |
Oops, something went wrong.