Skip to content

Commit

Permalink
A19.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
totles committed Oct 3, 2020
1 parent 5c1d439 commit 9c0dca6
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 437 deletions.
214 changes: 0 additions & 214 deletions 7d2d-z4lab-modlet/Config/XUi/windows.xml

This file was deleted.

11 changes: 0 additions & 11 deletions 7d2d-z4lab-modlet/Config/XUi/xui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
<set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_workbench']/window[@name='windowCraftingQueue']/@name">S420windowCraftingQueue</set>
<!-- Chemistry station crafting slots -->
<set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_chemistryStation']/window[@name='windowCraftingQueue']/@name">S420windowCraftingQueue</set>
<!-- compass -->
<remove xpath="/xui/ruleset[@name='default']/window_group[@name='compass']/window[@name='windowCompass']"/>
<append xpath="/xui/ruleset[@name='default']/window_group[@name='compass']">
<window name="S420windowCompass" />
</append>
<!-- UI left and right from toolbelt -->
<append xpath="/xui/ruleset/window_group[@name='toolbelt']">
<window name="rightSideHUD" />
<window name="pzLeftBars" />
<window name="S420ActiveBuffsWindow" anchor="LeftBottom" />
</append>
<!-- Wall Oven -->
<append xpath="/xui/ruleset">
<window_group name="workstation_Wall Oven" controller="XUiC_WorkstationWindowGroup">
Expand Down
4 changes: 0 additions & 4 deletions 7d2d-z4lab-modlet/Config/entityclasses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@
<set xpath="/entity_classes/entity_class[@name='EntityLootContainerBandit']/property[@name='TimeStayAfterDeath']/@value">1200</set>
<!-- Increase loot drop chance -->
<set xpath="/entity_classes/entity_class[@name='zombieTemplateMale']/property[@name='LootDropProb']/@value">0.08</set>
<!-- Increase bone harvesting -->
<set xpath="/entity_classes/entity_class/drop[@event='Harvest' and @tag='butcherHarvest']/@count">3,5</set>
<!-- How long the Z body remains -->
<set xpath="/entity_classes/entity_class[@name='zombieTemplateMale']/property[@name='TimeStayAfterDeath']/@value">20</set>
</configs>
8 changes: 4 additions & 4 deletions 7d2d-z4lab-modlet/Config/entitygroups.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<configs>
<!-- replaces vultures with soliders, due to server performance, still a problem in A18 -->
<!-- replaces vultures with soliders, due to server performance, still a problem in A19 -->
<set xpath="/entitygroups/entitygroup[contains(@name, '')]/entity[@name='animalZombieVulture']/@name">zombieSoldier</set>
<set xpath="/entitygroups/entitygroup[contains(@name, '')]/entity[@name='animalZombieVultureRadiated']/@name">zombieSoldier</set>

<!-- also reduce spawn rate of them -->
<set xpath="/entitygroups/entitygroup/entity[@name='animalZombieVulture']/@prob">0.1</set>
<set xpath="/entitygroups/entitygroup/entity[@name='animalZombieVultureRadiated']/@prob">0.1</set>
<!-- also change spawnrate of them -->
<set xpath="/entitygroups/entitygroup/entity[@name='animalZombieVulture']/@prob">0.3</set>
<set xpath="/entitygroups/entitygroup/entity[@name='animalZombieVultureRadiated']/@prob">0.3</set>
</configs>
16 changes: 8 additions & 8 deletions 7d2d-z4lab-modlet/Config/gamestages.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<configs>
<!-- general gamestage settings / made harder -->
<set xpath="gamestages/config/@daysAliveChangeWhenKilled">1</set>
<set xpath="gamestages/config/@scavengerGameDifficultyBonus">1.8</set>
<set xpath="gamestages/config/@adventurerGameDifficultyBonus">2.2</set>
<set xpath="gamestages/config/@nomadGameDifficultyBonus">2.3</set>
<set xpath="gamestages/config/@warriorGameDifficultyBonus">2.4</set>
<set xpath="gamestages/config/@survivalistGameDifficultyBonus">2.5</set>
<set xpath="gamestages/config/@insaneGameDifficultyBonus">3</set>
<set xpath="gamestages/config/@daysAliveChangeWhenKilled">1.2</set>
<set xpath="gamestages/config/@scavengerGameDifficultyBonus">1.5</set>
<set xpath="gamestages/config/@adventurerGameDifficultyBonus">1.8</set>
<set xpath="gamestages/config/@nomadGameDifficultyBonus">2.0</set>
<set xpath="gamestages/config/@warriorGameDifficultyBonus">2.5</set>
<set xpath="gamestages/config/@survivalistGameDifficultyBonus">3.0</set>
<set xpath="gamestages/config/@insaneGameDifficultyBonus">4</set>

<set xpath="gamestages/config/@startingWeight">2</set>
<set xpath="gamestages/config/@diminishingReturns">0.1</set>

<!-- spawn additional zombies if horde night is finished too soon -->
<append xpath='/gamestages/spawner[@name="BloodMoonHorde"]/gamestage[ @stage &gt;23]' >
<spawn group="ZombiesNight" num="300" maxAlive="8"/>
<spawn group="ZombiesNight" num="300" maxAlive="10"/>
</append>
</configs>
171 changes: 13 additions & 158 deletions 7d2d-z4lab-modlet/Config/items.xml

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions 7d2d-z4lab-modlet/Config/loot.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<configs>
<!-- vehicleMotorcycle storage -->
<set xpath="/lootcontainers/lootcontainer[@id='78']/@size">10,7</set>
<!-- vehicle4x4Truck storage -->
<set xpath="/lootcontainers/lootcontainer[@id='79']/@size">10,9</set>
<!-- Make player dropped bags bigger to accomodate new size -->
<set xpath="/lootcontainers/lootcontainer[@id='2']/@size">9,9</set>
</configs>
5 changes: 0 additions & 5 deletions 7d2d-z4lab-modlet/Config/materials.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@
<!-- change stability of gravel/sand/dirt -->
<set xpath="/materials/material[@id='Mgravel']/property[@name='stability_glue']/@value">30</set>
<set xpath="/materials/material[@id='Msand']/property[@name='stability_glue']/@value">30</set>

<!-- More XP for mining and resources, default values are now higher than this -->
<set xpath="/materials/material[@id='MresourceWood']/property[@name='Experience']/@value">1.21</set>
<set xpath="/materials/material[@id='Mstone']/property[@name='Experience']/@value">1.21</set>
<set xpath="/materials/material[@id='MresourceClayLump']/property[@name='Experience']/@value">.95</set>
</configs>
1 change: 0 additions & 1 deletion 7d2d-z4lab-modlet/Config/progression.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<configs>
<!-- reduced points scaling for level requirements, default 1.14 -->
<set xpath="/progression/attributes/@cost_multiplier_per_level">1.1</set>

<!-- removed perks -->
<remove xpath="/progression/perks/perk[@name='perkPackMule']" />
<remove xpath="/progression/perks/perk[@name='perkParkour']" />
Expand Down
2 changes: 1 addition & 1 deletion 7d2d-z4lab-modlet/Config/quests.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<configs>
<!-- set how many skill points you get after completing your the basic survival quests, default in A18 is "4" -->
<set xpath="/quests/quest[@id='quest_BasicSurvival8']/reward[@type='SkillPoints']/@value">8</set>
<set xpath="/quests/quest[@id='quest_BasicSurvival8']/reward[@type='SkillPoints']/@value">75</set>
</configs>
27 changes: 2 additions & 25 deletions 7d2d-z4lab-modlet/Config/vehicles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,7 @@
<set xpath="/vehicles/vehicle[@name='vehicle4x4Truck']/property[@name='motorTorqueMinQ']/@value">6000</set>
<set xpath="/vehicles/vehicle[@name='vehicle4x4Truck']/property[@name='motorTorqueMaxQ']/@value">9000</set>
<set xpath="/vehicles/vehicle[@name='vehicle4x4Truck']/property[@name='brakeTorque']/@value">9000</set>
<!-- steering rate change -->
<!-- steering rate change
<set xpath="/vehicles/vehicle/property[@name='steerRate']/@value">160</set>
<!-- add second seat to motorcycle -->
<append xpath="vehicles/vehicle[@name='vehicleMotorcycle']">
<property class="seat1">
<property name="position" value="0, .1, -.701"/>
<property name="rotation" value="0, 0, 0"/>
<property name="exit" value=".9,0,0 ~ -.9,0,0 ~ 0,0,1.5 ~ 0,0,-1.6 ~ 0,-1.5,0"/>
</property>
</append>
<!-- add third seat to truck -->
<append xpath="vehicles/vehicle[@name='vehicle4x4Truck']">
<property class="seat2">
<property name="position" value="-.4, .56, -2.46"/>
<property name="rotation" value="-25, 180, 0"/>
<property name="exit" value="-1.6,0,0 ~ 1.6,0,-1 ~ -.4,0,-2.8 ~ -.4,0,2.6 ~ -.4,2.1,0"/>
</property>
</append>
<!-- add fourth seat to truck -->
<append xpath="vehicles/vehicle[@name='vehicle4x4Truck']">
<property class="seat3">
<property name="position" value=".4, .56, -2.46"/>
<property name="rotation" value="-25, 180, 0"/>
<property name="exit" value="1.6,0,0 ~ -1.6,0,-1 ~ .4,0,-2.8 ~ .4,0,2.6 ~ .4,2.1,0"/>
</property>
</append>
-->
</configs>
4 changes: 2 additions & 2 deletions 7d2d-z4lab-modlet/ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<xml>
<ModInfo>
<Name value="7d2d-z4lab-modlet" />
<Description value="Rebalancing modlet for z4lab's 7d2d server" />
<Description value="Rebalancing Modlet for z4lab's 7D2D Server" />
<Author value="totles" />
<Version value="1.2.2" />
<Version value="19.1a" />
</ModInfo>
</xml>

0 comments on commit 9c0dca6

Please sign in to comment.