Evie Addon Details

Watch - Add Favorite

GunGame Maps AutoLoader - Python - Version 1.5b

posted on 2008-12-16 21:23:59
by xfalcon61
0
w00ts
w00t!
Requires: Tags: css gg ggmaps GunGame gungamemaps xfalcon61

Description

This is a recreation of my ESS script GGMaps.

This is a basic autoloader for GunGame based on mapname.

Installation

To install using EventScripts built-in installation utility (recommended):
Run the following command in either the server console or through RCON:

es_install pyggmaps autoload


If you do not wish to autoload, remove the autoload from the end.

To configure:
Open pyggmaps.py using your favorite text editor.
Go to the config section (right at the top past the import line)
Edit that section ONLY.
Save the file, upload (if on a different computer) and reload the script (Suggested way by SuperDave is to NOT use es_reload but rather the following:)
es_unload pyggmaps
es_load pyggmaps


If you have any trouble, post on the forum.


To install using the old-fashioned way:
-Download from the link above
-Unzip using your favorite utility
-Open the pyggmaps.py (located in addons/eventscripts/pyggmaps/) using your favorite text editor.
-Go to the config section (located after the import command) and edit the configuration settings. DO NOT EDIT PAST THE DO NOT EDIT LINE
-Upload the file, making sure to keep the directory structure intact
-Add es_load pyggmaps to your autoexec.cfg, and either restart your server or run the same line through RCON or server console.

Version Notes For 1.5b (Announce this update)

Updated on: 2009-01-15 23:55:09 EST by xfalcon61
Version 1.5 - Adapted a better method for checking mapprefix as suggested in forums
( Previous Versions )