Jump to content

Open Community  ·  153 members

7 Days To Die

Recommended Posts

Posted

Hello folks,

in the past if you wanted to have more loot abundance options in the menu, like 1000% loot, you simply had to edit the config windows.xml file in the XUi_Menu folder:

<browsergameoptioncombined name="LootAbundance" title="goLootAbundance" value_wrap="false" values="25, 50, 75, 100, 150, 200, 500, 1000, 2000, 5000" display_names="" value_localization_prefix="goLootAbundanceValue" />

With the last update this seemingly doesn't work anymore. I only found one new comment on an old youtube video about this saying the values have been replaced by values_from_gameserverconfig.

Can anyone tell me if and how you can still have more loot abundance options in the menu? Thx.

(Please no discussions about pros and cons of having an insane amount of loot. Me and my guys had a challenge we liked, fighting an endgame horde after 3 Days with insane loot settings.)

 

Blessings ✌️

  • 4 months later...
Posted
try this: 
-- to work you need to deny the function in which it will pull the values from gameserver_config, that is, you pass false and then in "values" you put the quantities you want as in the example I left below. In the loot I put 2000, 3000, that is, 20x and 30x, and in the experience the same thing.

<gameoption name="LootAbundance" title="goLootAbundance" value_wrap="false" value_type="int" values_from_gameserverconfig="false" values="1000,2000" display_names="" value_localization_prefix="goLootAbundanceValue" />

-- You can enter this in lines 855 and 889

<gameoption name="XPMultiplier" title="goXPMultiplier" value_wrap="false" value_type="int" values_from_gameserverconfig="false" values="2000,3000" display_names="" value_localization_prefix="goXPMultiplierValue" />

 

  • Thanks 1
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...