Well, the gg_convert.cfg clearly states what its purpose is:
// ****************************************************************************
// * gg_convert.cfg -- Convert Configuration *
// * *
// * This file defines GunGame Addon settings. *
// * *
// * Note: Any alteration of this file requires a *
// * server restart or a reload of GunGame. *
// ****************************************************************************
// ============================================================================
// >> 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
As for loading the included addons, you are probably experiencing the exact same issue that has widely been reported. It is a
Known Issue and is list under that section on the
Installation page. Please make sure when you edit the file it says to edit, that you do not change the 'spacing'. The line "must" start after
exactly 6 spaces.
Satoon