Hey guys, due to your recent feedback we did some changes on the patches and some more fixes!
Also join us this Saturday on a brand new SCUMcast episode, this week you will be able to talk to our steam, discord and reddit moderators!
https://www.twitch.tv/scumgameColour of patches has been reworked to be less colourful, also dirt is now more realistic
- Reworked size and icons for big and small logs to better fit in containers
This is inside a car inventory
- Basic grinding stone can now be crafted
- Added sounds and increased duration to 10 seconds for trap kill notifications
- Night vision binding is now on N
- Fix the bug where players would lose ownership of their flag
- Fixed an item duplication bug
- Fixed the bug that caused a crash when reloading M1 with an empty clip and one bullet
- Fixed kill notifications not getting deleted after login (mine and trap kills)
- Fixed an exploit through witch servers could be DDoS attacked (Don't make witch servers pls <3(yea it was a typo, but we own it))
So puppet spawning was a bit whacky to set up on private servers, we found the issue and resolved it. Now when you go set up puppet spawners you will have new parameters you can play with.
// Modifier that is applied to the number of exterior puppets to spawn after spawn system decided that number
ExteriorPawnAmountModifier=1.0
// Modifier that is applied to the number of interior puppets to spawn after spawn system decided that number
InteriorPawnAmountModifier=1.0
// Modifier that is applied to the number of wild puppets to spawn after spawn system decided that number
WildPawnAmountModifier=1.0
// Time that must pass to allow exterior puppets to spawn
ExteriorPawnSpawningCheckTimeInSeconds=0.0
// Time that must pass to allow interior puppets to spawn
InteriorPawnSpawningCheckTimeInSeconds=0.0
// Time that must pass to allow wild puppets to spawn
WildPawnSpawningCheckTimeInSeconds=600.0
// Determines the probability to spawn exterior puppet
ExteriorPawnSpawningProbability=30.0
// Determines the probability to spawn interior puppet
InteriorPawnSpawningProbability=10.0
// Time that must pass after spawning to allow another spawning of exterior puppets in particular spawn location
ExteriorSpawnerGroupCooldownTime=1800.0
// Time that must pass after spawning to allow another spawning of interior puppets in particular spawn location
InteriorSpawnerGroupCooldownTime=900.0