Addon Details

Watch - Add Favorite


Does this version work for you?
24
w00ts
w00t!2

Master's Warmod - Version 3.5.1

posted on 2008-05-28 06:15:49
by DanielB



Description

Warmod manages wars, scrims and pugs. Keeps track of score, swaps teams, auto lo3, team cash display, overtime, ready system, etc

Usage:

Too add admins, edit the first line in ./addons/eventscripts/warmod/warmod.py

It, by default, reads
admins = ['STEAM_ID_LAN', 'YOUR STEAMID HERE', 'Another...', 'AND SO ON']

Substitute your steamid(s) in over those, contained in the '', and seperated by ,
You can also use AUTH, just give your admins access to "warmod"

To start a war, open your console and type
war [t name] [ct name]
(T and CT name are optional)
eg/
  • war
  • war Clan1 Clan2
  • war "Clan name with a space" Clan2

Then a ready system will fire.
To mark yourself as say one of the following
  • .r
  • /r
  • !r
  • .ready
  • /ready
  • !ready

You can also "unready" yourself by saying
  • .ur
  • /ur
  • !ur
  • .unready
  • /unready
  • !unready

Should you close the info popup, you can have it sent to you again by saying
  • !info
  • /info
  • .info

To bypass the ready system, place
war_force
in your console

To cancel a war, place
war_cancel
in your console

Setting can be changed in settings.cfg, located at ./addons/eventscripts/warmod/

Installation

place warmod.py in addons/eventscripts/warmod
add
es_load warmod
into autoexec
restart server or type "es_load warmod" into console

OR

es_install warmod

Version Notes For 3.5.1

Updated on: 2009-06-15 07:52:39 EST by DanielB (View Zip Contents)
Possible fix to OT error

( Previous Versions )

Request a new feature