Getting Started

Modding CTMod

Cross Tempus MOD is a JRPG with the game data open to the public. This means that the game's graphics, quest data, storyline, and world can all be edited. The goal of this page is to help get you introduced to modding and playing CTMOD on a surface level.

Install instructions:

Project Structure

Editing Maps

CTMod's map system is powered by Tiled Map Editor. Download and install Tiled and start editing the game maps (.TMJ, .TMX).

Any application that edits PNG should be able to edit and create the tile graphics. Refer to the tiles.png distributed with the project for the template, or edit it directly.

The map's scripted data is a .JSON file that is referenced from the TMX/TMJ file. This JSON will contain the scripting data for this map.  Any text editor can edit JSON files.