-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4.0.113 *No Changes to GunGame script *Added MapManager for running G…
…G on a Map to Map basis.
- Loading branch information
1 parent
640ca7a
commit e1e417d
Showing
3 changed files
with
659 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
gungame_v4_beta/cstrike/addons/eventscripts/gungame4/mapmanager/documentation.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Mapmanger Stand-Alone Addon | ||
Properly runs Gun Game on a Map to Map basis. | ||
Version 1.0 | ||
|
||
Requirements: | ||
GunGame v4.0.114 RC2 + | ||
All Gun Game Requirements Must be Met | ||
Uses same auth as Gun Game | ||
|
||
Installation: | ||
In your autoexec.exe, change the line: | ||
es_load gungame4 | ||
To: | ||
es_load gungame4/mapmanager | ||
|
||
Configuration: | ||
Located in the cfg/gungame folder. | ||
Add maps you want to have Gun Game run on in the configuration. | ||
In game maps can be added and removed from the database by using the commands. | ||
The database is not stored in the configuration file but in the mapmanager folder. | ||
It is entitled: es_gungamemaps_db.txt | ||
DO NOT EDIT THIS FILE DIRECTLY, but use in game commands. | ||
This is the file to save if you wish to back-up. | ||
|
||
Commands: | ||
These commands all work in game. They all require auth. | ||
!gg_addmap <mapname> - add a map for Gun Game to load on. | ||
!gg_removemap <mapname> - remove a map for Gun Game to load on. | ||
!gg_listmaps - View all maps Gun Game will load on. |
Oops, something went wrong.