-
Notifications
You must be signed in to change notification settings - Fork 23
Gamemode configs
Person8880 edited this page Nov 8, 2013
·
4 revisions
The default config files are loaded whenever the gamemode is "ns2", that is the normal game. However, when a mod that changes the gamemode loads, Shine will look for config files specific to that gamemode. If they do not exist, it will fallback to the default files.
For the base config, Shine will look for:
config_path/shine/BaseConfig_gamename.json
where gamename
is the name of the gamemode, factions
would be one example.
For plugin configs, Shine will look for:
plugin_path/gamename/PluginConfig.json
where again, gamename
is the name of the gamemode, plugin_path
is where you have set plugin configs to save, and PluginConfig
is the name of the plugin's config file.