Page 1 of 1

Dateien werden nicht erstellt wie versprochen

PostPosted: Fri Feb 11, 2011 11:13 pm
by herox
Hallo,

Leider erstellten sich bei mir keine Cfg Dateien, habe allerdings auch dies gemacht:

"5. Startet euren Gameserver kurz und stoppt ihn danach wieder, damit GunGame 5.1 die Konfigurationsdateien erstellt."

Bitte um Hilfe.
Danke.

PostPosted: Sat Feb 12, 2011 2:18 am
by satoon101
Sorry, I don't speak German. Do the Cfg files get created? If so, and the changes you make are not being shown, you are probably experiencing this issue:
GunGame51 Installation => Known Issues wrote:
    2.The current version of EventScripts has a small error that will cause GunGame51 to not load properly:
      1.Navigate to your servers ../addons/eventscripts/_libs/python/cfglib.py file
      2.Find the following line inside that file (line 106):
            es.mexec(self.cfgpath.replace(self.gamedir, '', 1))
      3.Change that line to:
            es.mexec('..' + self.cfgpath.replace(self.gamedir, '', 1))
      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.
      4.You must restart your server after making this change.
Satoon