KEYS updated, signed copy.
[realism.git] / main_game / __init__.py
blob2f1bdaf5f9bcd951d9cc1c802d7ee34410dab2f9
1 # This file is part of Realism, which is Copyright FunnyMan3595 (Charlie Nolan)
2 # and licensed under the GNU GPL v3. For more details, see LICENSE in the main
3 # Realism directory.
5 # WARNING: All mod formats are under heavy development. They may change at any
6 # time, breaking old mods. For this reason, we DO NOT RECOMMEND making mods
7 # at this time.
9 # This file is simply a placeholder that allows the mod system to load data
10 # from your mod. Python programmers may know extra tricks to use here.
12 '''The main_game module stores all of the code specific to Realism's gameplay. Its contents are identical to those of a mod, but they also serve as defaults. Mods go in <realism>/mods/my_mod_name/. To override a default, simply redefine it in the appropriate file of your mod.'''