Scripts.included.gg convert
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== Description == '''gg_convert''' converts Winner Database files as well as Spawnpoint files from earlier versions of GunGame (3, 4, and 5.0). == Variables == '''gg_convert'''...') |
|||
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
+ | name=gg_convert| | ||
- | + | ||
- | + | description=converts Winner Database files as well as Spawnpoint files from earlier versions of GunGame (3, 4, and 5.0).| | |
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_convert| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> CONVERT | // >> CONVERT | ||
// ============================================================================ | // ============================================================================ | ||
Line 30: | Line 36: | ||
// Enables/Disables gg_convert. | // Enables/Disables gg_convert. | ||
- | gg_convert 0</pre> | + | gg_convert 0</pre>}} |
Current revision as of 22:28, 22 March 2011
Description
gg_convert converts Winner Database files as well as Spawnpoint files from earlier versions of GunGame (3, 4, and 5.0).
Variables
gg_convert contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_convert.cfg file:// ============================================================================ // >> CONVERT // ============================================================================ // Description: // A tool used to convert gungame 3, 4 and 5 (prior to 5.1) winner databases // & spawnpoint files. // Instructions: // * Place a copy of your winners database or spawnpoint files in this // folder: // ../cfg/gungame51/converter/ // * Database files include: // GunGame3: es_gg_winners_db.txt // GunGame4: es_gg_database.sqldb // GunGame5: winnersdata.db // Note: // GunGame5.0 SpawnPoint files have not been changed in GunGame5.1. // (Simply drag them to ../cfg/gungame51/spawnpoints/) // Options: // 0 = (Disabled) // 1 = (Enabled) Add together the current and converted wins for each player // and combine spawnpoints. // 2 = (Enabled) Replace the current winners and spawnpoints with the // converted ones. // Default Value: 0 // Enables/Disables gg_convert. gg_convert 0