Scum
Rent a Scum Server
Rent a Scum Server
Genre:
Survival, Horror
Studio:
Gamepires, Croteam
Publisher:
Devolver Digital
Overview of input lines for the SCUM ServerSettings.ini of your Scum server
| Variable Note: All strings are without line breaks. | Standard value | Description |
| PartialWipe | 0 | Used to perform a partial wipe. NO player progress will be reset. Note: The value must be set to 1 so that the wipe takes place once when the server is restarted. |
| MinServerTickRate | 5 | |
| MaxServerTickRate | 35 | Recommended maximum value |
| MaxPing | 500 | If a player’s ping is higher than the set value, they cannot join the server. |
| ServerName | The server name is also displayed on external sites such as Battlemetrics. | |
| ServerDescription | ||
| AdminPassword | ||
| ServerPassword | If a server password is set, players attempting to join the server must enter it. | |
| TimeToRemain InGameAfterLeave GameRequest | 60 | When a player leaves the server, their avatar remains on the map for the specified time (in seconds) and is vulnerable to attack. |
| MaxAllowed AnimalsInWorld | 40 | |
| MaxAllowed BirdsInWorld | 15 | |
| MaxAllowed ZombiesInWorld | 64 | |
| MaxAllowedExterior PawnsInWorld | 64 | |
| MaxAllowedInterior PawnsInWorld | 64 | |
| MaxAllowedWild PawnsInWorld | 64 | |
| MaxAllowed SentriesInWorld | -1 | |
| MaxAllowed DronesInWorld | 15 | |
| MaxAllowed VehiclesInWorld | 64 | |
| ExteriorPawn AmountModifier | 1 | |
| InteriorPawn AmountModifier | 1 | |
| WildPawn AmountModifier | 1 | |
| ExteriorPawn SpawningCheck TimeInSeconds | 0 | |
| InteriorPawn SpawningCheck TimeInSeconds | 0 | |
| WildPawn SpawningCheck TimeInSeconds | 600 | |
| ExteriorPawn SpawningProbability | 30 | |
| InteriorPawn SpawningProbability | 10 | |
| ExteriorSpawner GroupCooldownTime | 1800 | |
| InteriorSpawner GroupCooldownTime | 900 |
To illustrate how these lines must be inserted into ServerSettings.ini, we have listed all of the entries above in a code window below. Please note that the value must be adjusted to your requirements in each case.
PartialWipe=0
MinServerTickRate=5
MaxServerTickRate=35
MaxPing=500
ServerName=Your SCUM Server name
ServerDescription=
AdminPassword=
ServerPassword=
TimeToRemainInGameAfterLeaveGameRequest=60
MaxAllowedAnimalsInWorld=40
MaxAllowedBirdsInworld=15
MaxAllowedZombiesInWorld=64
MaxAllowedWildPawnsInWorld=64
MaxAllowedExteriorPawnsInWorld=64
MaxAllowedInteriorPawnsInWorld=64
MaxAllowedSentriesInWorld=-1
MaxAllowedDronesInWorld=15
MaxAllowedVehiclesInWorld=64
ExteriorPawnAmountModifier=1.0
InteriorPawnAmountModifier=1.0
WildPawnAmountModifier=1.0
ExteriorPawnSpawningCheckTimeInSeconds=0.0
InteriorPawnSpawningCheckTimeInSeconds=0.0
WildPawnSpawningCheckTimeInSeconds=600.0
ExteriorPawnSpawningProbability=30.0
InteriorPawnSpawningProbability=10.0
ExteriorSpawnerGroupCooldownTime=1800.0
InteriorSpawnerGroupCooldownTime=900.0
HinweisDon’t forget to save your changes after making them!