Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
gegerlan edited this page May 8, 2011 · 2 revisions

Every time RPG Maker XP some data is modified that you don't have any reason to commit, e.g. what map you had open when you left the editor, or where on the map you scrolled in the editor.

To find out if the changes should be added, use the git diff command, or select the file found in the Unstaged Changes area of the Git GUI.

Filename When to commit (one of the following criteria needs to be met)
System.yaml [ ] Changed names of variables or switches
            | [ ] Changed default party members
            | [ ] Title/Gameover changed
            | [ ] Battle transitions changed
            | [ ] Default background music changed
            | [ ] Modified SFX for recurring actions
            | [ ] Changed what map the player starts on
            | [ ] Changed where on the map the player starts

MapInfos.yaml | [ ] Change what order the maps are in | [ ] Changed the name of maps

Clone this wiki locally