Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Since the devs added that percentage, it is probably a better method at increasing loot spawn rate.
ism_maxCount=750 - range 0 to 5000, the maximum number of item spawners that can have a spawned item concurrently - default is 750
If i keep the defaut setting, multiplier dont work no ?
This might be what you're after?
Try lower the multiplier to x2.
Specific item changes would have to be done manually which you could make quite easily.
Unlike some other mods, this one doesn't manually configure the spawn rate by overwriting the data. Rather, it iterates over all the data and multiplies the default values. This means that unless they change the fundamental structure of the spawn data, it should work on all current and new items added to the game without updates.
If an update broke anything by changing the table structure, it'd be broken for everything.
TL;DR, I very much doubt it's broken anything. You've probs just had bad luck finding those items.
Please remember this would only affects loot spawn CHANCE. That means, for example, if the spawn rate is once every 10 minutes, setting the multiplier crazy high like you've done just results in a 100% spawn chance. What it DOESN'T do is increase how OFTEN an item spawn.
In other words, no matter how high you set the loot multiplier, it won't make loot spawn more often, only have a higher chance of spawning when the time comes.
Apparently someone (@Dr. Jekyl) found a way to increase the spawn rate but I am unsure how myself.
local settings = {
LOOT_MULTIPLIER = 200000,
MAX_PERCENT_CLASSES = 100, -- Raising this will cause errors
MAX_PERCENT_GROUPS = 200000 -- this one should be fine to raise... Higher value mean more chance for each item in the group to spawn
}
return settings;
it dont seam to spawn loot for my like..
can you help me somehow?
I haven't had time to get on. Has something changed to break it?
And that is why I made a different mod. The searchable loot multiplier mod sets all the actionables.
It is impossible to actually increase spawn rate since there is currently no way to edit how often items respawn as far as I am aware so your statement about increasing spawn rate is false... unless they have changed something since I made this.
Spawn rate = how often items spawn.
Spawn chance = when it is time to respawn, what are the chance of an item appearing.
Also, using a script like this to edit the live data rather than the saved data removes the need for creating backups since it never saves the changes, just applies them on server start.
https://steamcommunity.com/app/299740/discussions/0/2806204040010634554
You can always look on YT or the Steam forums for more info... or the Miscreated Discord.
I'm trying to figure out how to increase spawn rate which would likely help with everything but so far I can't see how to do so.