2016-02-13 11:19:37 +00:00
|
|
|
WolfAdmin module for Wolfenstein: Enemy Territory servers.
|
2016-08-26 08:15:50 +00:00
|
|
|
Copyright (C) 2015-2016 Timo 'Timothy' Smit
|
2016-02-13 11:19:37 +00:00
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
|
|
|
|
* Wolfenstein: Enemy Territory server
|
|
|
|
* NoQuarter mod (1.2.7 or higher, maybe 1.2.5 works as well)
|
|
|
|
* Lua 5.1 library and Lua modules enabled (installed binaries)
|
2016-08-26 08:15:50 +00:00
|
|
|
* A database is required if you want to use advanced history and
|
|
|
|
other listings. In this case, the module also requires the corresponding
|
|
|
|
LuaSQL binary/module (luasql.sqlite or luasql.mysql).
|
2016-02-13 11:19:37 +00:00
|
|
|
|
|
|
|
INSTRUCTIONS (NEW)
|
|
|
|
|
2016-02-13 11:20:14 +00:00
|
|
|
* Unpack the /luascripts folder into /nq/luascripts/wolfadmin
|
2016-02-13 11:19:37 +00:00
|
|
|
* Unpack the contents of the /config folder into your /nq directory (or
|
|
|
|
/.etwolf/nq on Linux systems)
|
|
|
|
* Optionally, copy the contents of the cvars.cfg to your own server
|
|
|
|
configuration file
|
|
|
|
* Copy the .pk3 file corresponding to this WolfAdmin version to your
|
|
|
|
/nq directory
|
|
|
|
* Modify /nq/wolfadmin.cfg to your needs
|
|
|
|
* Modify /nq/shrubbot.cfg to add WolfAdmin specific flags
|
|
|
|
* Add /luascripts/wolfadmin/main.lua to the lua_modules cvar
|
|
|
|
* Run the .sql script in /database/new on your MySQL server
|
|
|
|
* Run your server
|
|
|
|
|
|
|
|
INSTRUCTIONS (UPGRADE)
|
|
|
|
|
|
|
|
* Unpack the /luascripts folder into your /nq directory
|
|
|
|
* Run the .sql script in /database/upgrade/previous-version-here on your
|
|
|
|
MySQL server
|
|
|
|
* Run your server
|
|
|
|
|
|
|
|
TROUBLESHOOTING
|
|
|
|
|
|
|
|
* WolfAdmin config will not get loaded/one of greetings/rules is not loaded
|
|
|
|
Make sure that there are two empty lines (containing no spaces) at the
|
|
|
|
end of your .cfg files. Due to the loading mechanism WolfAdmin uses, you
|
|
|
|
have to add these completely empty lines, right at the end. Additionally,
|
|
|
|
between two blocks of information you also have to leave an empty line.
|
|
|
|
Check the config files in the /config folder for an example.
|
|
|
|
|
|
|
|
WEBSITE
|
|
|
|
|
|
|
|
Check out the website for a full documentation.
|
|
|
|
|
|
|
|
http://dev.timosmit.com/wolfadmin/
|
|
|
|
|
|
|
|
BUGS
|
|
|
|
|
|
|
|
Please report your bugs at
|
|
|
|
|
|
|
|
http://dev.timosmit.com/bugtracker/?project_id=1
|
|
|
|
|
|
|
|
Thanks in advance :-) Happy bug hunting!
|