Judgment: Apocalypse Survival Simulation Wikia
(Adding categories)
Tag: categoryselect
No edit summary
Tags: Visual edit apiedit
Line 1: Line 1:
 
This guide will teach you how to create mods for Judgment: Apocalypse Survival Simulation.
 
This guide will teach you how to create mods for Judgment: Apocalypse Survival Simulation.
   
  +
== Current state of modding ==
 
The following can be modded in alpha 9:
 
The following can be modded in alpha 9:
 
* Items & Equipment
 
* Items & Equipment
Line 7: Line 8:
 
* Texts & Localization
 
* Texts & Localization
 
Currently creating and installing mods is only done manually. Steam Workshop integration is planned for future updates.
 
Currently creating and installing mods is only done manually. Steam Workshop integration is planned for future updates.
  +
  +
== Basic concept ==
  +
Much of Judgment's game mechanics are controlled by external data files. Mods are created by creating additional copies of these data files, which add, remove or modify elements from the built-in data files. These files are then placed inside a mod folder, together with any media files such as image files.
  +
  +
Read more about the [[Mod File Structure]]
  +
  +
== Mod Files ==
  +
The following mod configuration files are available:
  +
* ModConfig.txt - defines which mods to load
  +
* Items.txt - defines items and equipmen
  +
* Abilities.txt - defines combat abilities of usable items like grenades
  +
* StatusEffects.txt - defines positive or negative status effects caused by combat abilities such as hexing
  +
* Objects.txt - defines world scavenge locations and their loot
  +
* Research.txt - defines the research tree
  +
* Texts.txt - language file that defines all the texts displayed in the game
  +
 
[[Category:Modding]]
 
[[Category:Modding]]

Revision as of 14:47, 13 October 2016

This guide will teach you how to create mods for Judgment: Apocalypse Survival Simulation.

Current state of modding

The following can be modded in alpha 9:

  • Items & Equipment
  • Scavenge locations and loot
  • Research
  • Texts & Localization

Currently creating and installing mods is only done manually. Steam Workshop integration is planned for future updates.

Basic concept

Much of Judgment's game mechanics are controlled by external data files. Mods are created by creating additional copies of these data files, which add, remove or modify elements from the built-in data files. These files are then placed inside a mod folder, together with any media files such as image files.

Read more about the Mod File Structure

Mod Files

The following mod configuration files are available:

  • ModConfig.txt - defines which mods to load
  • Items.txt - defines items and equipmen
  • Abilities.txt - defines combat abilities of usable items like grenades
  • StatusEffects.txt - defines positive or negative status effects caused by combat abilities such as hexing
  • Objects.txt - defines world scavenge locations and their loot
  • Research.txt - defines the research tree
  • Texts.txt - language file that defines all the texts displayed in the game