Cfg/gungame51
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== Folders == === Custom Addon Configs === # The '''<span style="color:red">custom_addon_configs</span>''' folder will contain any configuration files for any Custom Addons you h...') |
|||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | == Notes == | ||
+ | *You must '''es_load gungame51''' one time to create most of the config files. The only exception to this is the gg_server.cfg file. | ||
+ | *This goes for Custom Addons as well. | ||
+ | **Once you install a Custom Addon, just reload GunGame51 to create its config file. | ||
+ | *We set GunGame51 up this way so that server owners will not overwrite their config files every time they update GunGame. | ||
== Folders == | == Folders == | ||
=== Custom Addon Configs === | === Custom Addon Configs === | ||
- | # The '''<span style="color: | + | # The '''<span style="color:green">custom_addon_configs</span>''' folder will contain any configuration files for any Custom Addons you have installed. |
- | # For a list of Custom Addons available, see the [ | + | # For a list of Custom Addons available, see the [[scripts.custom|Custom Addons]] page. |
=== Included Addon Configs === | === Included Addon Configs === | ||
- | # The '''<span style="color: | + | # The '''<span style="color:green">included_addon_configs</span>''' folder will contain most of the configuration files for Included Addons. |
- | # For a list of Included Addons and their specific configuration file, see the [ | + | # For a list of Included Addons and their specific configuration file, see the [[scripts.included|Included Addons]] page. |
# This folder also contains 2 .txt files: | # This folder also contains 2 .txt files: | ||
## gg_stats_logging.txt | ## gg_stats_logging.txt | ||
Line 12: | Line 17: | ||
## gg_welcome_msg.txt | ## gg_welcome_msg.txt | ||
### Stores the message to be used by [[scripts.included.gg_welcome_msg|gg_welcome_msg]]. | ### Stores the message to be used by [[scripts.included.gg_welcome_msg|gg_welcome_msg]]. | ||
+ | ### [[scripts.included.gg_welcome_msg|gg_welcome_msg]] must be set to 1. | ||
=== Logs === | === Logs === | ||
- | # The '''<span style="color: | + | # The '''<span style="color:green">logs</span>''' folder contains any error logs for GunGame51. |
# If you are having issues with GunGame, feel free to report them via our '''[http://code.google.com/p/gungame51/issues/list Issues List]''' | # If you are having issues with GunGame, feel free to report them via our '''[http://code.google.com/p/gungame51/issues/list Issues List]''' | ||
# You will want to attach any error logs from this folder when reporting an issue. | # You will want to attach any error logs from this folder when reporting an issue. | ||
=== Sound Packs === | === Sound Packs === | ||
- | # The '''<span style="color: | + | # The '''<span style="color:green">sound_packs</span>''' folder is used to set which sounds to use for which GunGame events. |
- | # For a more detailed outline of sound_packs, see the [ | + | # For a more detailed outline of sound_packs, see the [[cfg/gungame51/sound_packs|Sound Packs]] page. |
=== Spawnpoints === | === Spawnpoints === | ||
- | # The '''<span style="color: | + | # The '''<span style="color:green">spawnpoints</span>''' folder is used to set spawnpoints to be used with [[scripts.included.gg_random_spawn|gg_random_spawn]]. |
# You can also edit the spawnpoints either by hand or using [[scripts.included.gg_spawnpoints|gg_spawnpoints]]. | # You can also edit the spawnpoints either by hand or using [[scripts.included.gg_spawnpoints|gg_spawnpoints]]. | ||
=== Weapon Orders === | === Weapon Orders === | ||
- | # The '''<span style="color: | + | # The '''<span style="color:green">weapon_orders</span>''' folder is used to set the weapons and multikill values for each level. |
- | # For a more detailed outline of weapon_orders, see the [ | + | # For a more detailed outline of weapon_orders, see the [[cfg/gungame51/weapon_orders|Weapon Orders]] page. |
== Files == | == Files == | ||
=== gg_afk_settings.cfg === | === gg_afk_settings.cfg === | ||
- | |||
=== gg_en_config.cfg === | === gg_en_config.cfg === | ||
=== gg_objectives_settings.cfg === | === gg_objectives_settings.cfg === |
Current revision as of 13:09, 27 May 2012
Contents |
Notes
- You must es_load gungame51 one time to create most of the config files. The only exception to this is the gg_server.cfg file.
- This goes for Custom Addons as well.
- Once you install a Custom Addon, just reload GunGame51 to create its config file.
- We set GunGame51 up this way so that server owners will not overwrite their config files every time they update GunGame.
Folders
Custom Addon Configs
- The custom_addon_configs folder will contain any configuration files for any Custom Addons you have installed.
- For a list of Custom Addons available, see the Custom Addons page.
Included Addon Configs
- The included_addon_configs folder will contain most of the configuration files for Included Addons.
- For a list of Included Addons and their specific configuration file, see the Included Addons page.
- This folder also contains 2 .txt files:
- gg_stats_logging.txt
- Place all events in this file that you want GunGame51 to force logging for 3rd-party plugins like HLStatsX or PsychoStats.
- gg_stats_logging must be set to 1.
- gg_welcome_msg.txt
- Stores the message to be used by gg_welcome_msg.
- gg_welcome_msg must be set to 1.
- gg_stats_logging.txt
Logs
- The logs folder contains any error logs for GunGame51.
- If you are having issues with GunGame, feel free to report them via our Issues List
- You will want to attach any error logs from this folder when reporting an issue.
Sound Packs
- The sound_packs folder is used to set which sounds to use for which GunGame events.
- For a more detailed outline of sound_packs, see the Sound Packs page.
Spawnpoints
- The spawnpoints folder is used to set spawnpoints to be used with gg_random_spawn.
- You can also edit the spawnpoints either by hand or using gg_spawnpoints.
Weapon Orders
- The weapon_orders folder is used to set the weapons and multikill values for each level.
- For a more detailed outline of weapon_orders, see the Weapon Orders page.