1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

How to set a zombie servers difficulty?

Discussion in 'General Help' started by flipperz, Jun 24, 2012.

  1. flipperz

    flipperz Shopkeep Stealer

    Messages:
    167
    A guide would be very nice :) the default is way too easy.
     
  2. Saverous

    Saverous Shopkeep Stealer

    Messages:
    418
    Ok here goes: how to change zombie difficulty.

    Go into your KAG folder, then Base, then Entities then managers. You'll find a file called ZombieDirector. Go into that, then look at the code. it will say something like this:

    Code:
     s32_difficulty = 1    # starting difficulty
    s32_difficulty_increase_per_day = 10
    s32_difficulty_increase_boss = 25
    s32_difficulty_on_breach_dungeon = 17
    s32_max_zombies_spawned = 100 
    .

    Then, you just modify it to your liking!
    If you would like more help on Modding goto:
    https://forum.kag2d.com/threads/a-kinda-more-better-guide-for-kinda-better-modders.6792/
    https://forum.kag2d.com/threads/saverous-modding-guide-for-newbies.6660/
     
  3. flipperz

    flipperz Shopkeep Stealer

    Messages:
    167
    Thanks man
     
  4. Saverous

    Saverous Shopkeep Stealer

    Messages:
    418
    Your welcome.
     
  5. Monsteri

    Monsteri Slower Than Light Tester

    Messages:
    1,916
    You can also change how much damage the zombies do, how much health they have, and how many of them spawns at night by maximum. Afaik.