Page 1 of 1

Help loadind included addons

PostPosted: Wed Jan 26, 2011 7:16 am
by vehemoth
I'm using the latest versian. I need help loading the supposadly included addons. I would prefer something like a console command if there is one. I have looked in included_addon_configs and there is one cfg file gg_convert.cfg . I'm unsure what i'm meant to do with this.

PostPosted: Wed Jan 26, 2011 8:41 am
by satoon101
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

PostPosted: Wed Jan 26, 2011 11:37 pm
by vehemoth
What does each of those options mean. I have no idea what current or converted wins/spawnpoints are. I'm trying to change it into deathmatch, can somebody please explain.

PostPosted: Thu Jan 27, 2011 2:30 am
by satoon101
That is if you have used GunGame3, GunGame4, or GunGame5.0 on your server in the past. It will convert an wins and/or spawnpoints you have from those versions into something usable for GunGame5.1, since they are all created and used differently. If you don't need that, don't worry about it.

As for the included addons, as I stated in my last post:
satoon101 wrote: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

[Deleted]

PostPosted: Thu Jan 27, 2011 4:28 am
by satoon101
PostThis post was deleted by satoon101 on Thu Jan 27, 2011 4:28 am.