How to create custom pack in Apocalyptic World

Important!
To run a prepared script you will need to install node JS on your machine.

  1. Go to the game folder
  2. Open CMD
  3. Run node searchActionsPack.js and follow instructions
    1. Enter folder name of the pack (Preferable that it’s the same as pack name)
    2. Choose if pack will be extension or single pack
      1. single - Used for single model
        extension - Overwrites game base structure and adds images as additions
    3. If such folder doesn’t exist, will ask if you want that it creates default folders
  4. Put your custom images into the correct folders under packs/[Pack]/actions/default
  5. Run node searchActionsPack.js again
  6. Restart the game and enjoy the new pack


*packs.js doesn’t need to be updated as the script does that automatically already.