Game Config Modding

By incorporating your own game configuration files, you gain the power to customize and modify the variables and settings that govern the game, tailoring the experience to your preferences.

 
 
 

GAMECONFIG.json

{
  "wielders" : {
    "zombieModifier" : 10.0
  }
}
//
//
// This will cause 10 times more zombies to spawn
//
//
 
 

 
 There’s a lot of values that can be changed, and for an extensive list of them please refer to the examples down below.