SCUM
Velia Sep 2, 2024 @ 8:36am
edit loot settings in singleplayer
hey i want to make my single player basicly every loot is always have loot inside
either a weapon a backpack , food and etc and all the searchable place have more than 2 - 6 loot in it, how to i know what loot spawn there is

i want to know what is inside the loot tabble

i see the parameters.json on theWindowsnoEditor


{ "Parameters": [ { "Id": "12_Gauge_Birdshot", (the item) "IsDisabledForSpawning": false, (enable or disable spawn ) "AllowedLocations": [ "Coastal", (location i want to know every location there is ) "Continental", "Mountain" ], "CooldownPerSquadMemberMin": 0, (cooldown for the item above ) "CooldownPerSquadMemberMax": 0, "CooldownGroup": "", "Variations": [], "ShouldOverrideInitialAndRandomUsage": false, ( is this overiding the botom ? if it is i set all to false, and yet all the bunker still have lower durability even after loot table reset / reload ) "InitialUsageOverride": 0, "RandomUsageOverrideUsage": 0 },



"Name": "ItemLootTreeNodes", (ex from police ) "Rarity": "Abundant", (from rare to abudant , what is abundant mean, what will it do ? can i set my item to spawn how many is there always a limit for an item to be on that spesific lootable stuff ? ) "Children": [ { "Name": "Police", "Rarity": "Abundant", "Children": [ { "Name": "ammo", "Rarity": "Abundant", "Children": [ { "Name": "12Gauge", "Rarity": "Abundant", "Children": [ { "Name": "BigStash", "Rarity": "Abundant", "PostSpawnActions": [ "SetAmmoAmount_BigStash" ],

i think i miss a few thing please help me out with this
i want to make my single player uniqe
thank you for reading, is there any guide online please help me out
and thank you once again
< >
Showing 1-9 of 9 comments
_NeQo_ Sep 2, 2024 @ 12:25pm 
Set Spawnprobability to max
Edit: Sorry that was not a responce to your question.

For that you need to edit the .json files and add the wanted items to spawn inside every section...
Good luck!
Last edited by _NeQo_; Sep 2, 2024 @ 12:27pm
Bbautista Sep 2, 2024 @ 6:32pm 
can you do this on mulitplayer ? like edit the zombie drop loot?
Velia Sep 2, 2024 @ 9:44pm 
Originally posted by _NeQo_:
Set Spawnprobability to max
Edit: Sorry that was not a responce to your question.

For that you need to edit the .json files and add the wanted items to spawn inside every section...
Good luck!

i didnt find the file that cointain that thats why i kinda ask, whats the file name
Velia Sep 2, 2024 @ 9:44pm 
Originally posted by Bbautista:
can you do this on mulitplayer ? like edit the zombie drop loot?

yes
intactilis007 Sep 2, 2024 @ 10:28pm 
I think I know what you are after.

First you need to to use this command in game to generate the files for the spawner presets:
#ExportDefaultItemSpawnerPresets

The files you are after will be found here:
%LocalAppData%\SCUM\Saved\Config\WindowsNoEditor\Loot\Spawners\Preset\Default

Then while in game use this command:
#SetShouldPrintExamineSpawnerPresets true

Now when you search anything in game, the corresponding spawner preset will be printed on the screen. Use this name to find the file you need to edit, and make sure to save your edited file in the override folder.
Velia Sep 2, 2024 @ 11:08pm 
Originally posted by intactilis007:
I think I know what you are after.

First you need to to use this command in game to generate the files for the spawner presets:
#ExportDefaultItemSpawnerPresets

The files you are after will be found here:
%LocalAppData%\SCUM\Saved\Config\WindowsNoEditor\Loot\Spawners\Preset\Default

Then while in game use this command:
#SetShouldPrintExamineSpawnerPresets true

Now when you search anything in game, the corresponding spawner preset will be printed on the screen. Use this name to find the file you need to edit, and make sure to save your edited file in the override folder.

already done it my friend, this is where i am stuck now

thanks for the comment, it help i apreciate it tho
Last edited by Velia; Sep 2, 2024 @ 11:18pm
intactilis007 Sep 3, 2024 @ 2:32am 
May I ask what is the first thing you are stuck on? Or maybe a better question is what is the first thing you are trying to change?
Velia Sep 3, 2024 @ 3:26am 
Originally posted by intactilis007:
May I ask what is the first thing you are stuck on? Or maybe a better question is what is the first thing you are trying to change?

i short things out now
Bbautista Sep 3, 2024 @ 4:52am 
Originally posted by Velia:
Originally posted by intactilis007:
May I ask what is the first thing you are stuck on? Or maybe a better question is what is the first thing you are trying to change?

i short things out now
how would i get these files on a private server multiplayer? I mean how would put the files on the server?

Nevermind I figured it out :)
Last edited by Bbautista; Sep 3, 2024 @ 10:44am
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Sep 2, 2024 @ 8:36am
Posts: 9