User:ReyalP
From WolfWiki
[edit]
ETPro/Lua libraries, modules and examples
- Follow the link to the source code for more detailed information about each item.
- Exploit fixes see this thread for details last updated April 1 2008 (no foolin')
- prevent crash or information disclosure via the ws command (previously wsfix.lua)
- perform some sanity checking on userinfo (previously userinfocheck.lua)
- prevent crash from etpro guid hacks. (previously guidcheck.lua)
- limit number of connections from a given IP. (previously fakeplimit.lua)
Note the individual fixes were previously available in separate modules, however they now depend on each other so I am no longer maintaining the individual modules. You can find the old modules in obsolete/ from the above URL, but be aware that they have NOT been upated to reflect the latest bug fixes.
- Older stuff
- autoref.lua lua module to give people referee status, based on IP or PB GUID. Requires etconst.lua
WARNING: The GUID this uses might be spoofed by malicious clients. The IP might also be spoofed if you don't use combinedfixes.lua - etconst.lua some common constants from the et header files, converted to lua.
- luacon.lua library provides a lua command in the server console, for interactive testing.
- luaconmod.lua runs luacon as module.
- cvarobj.lua metamethods example. Allows using cvars like normal lua variables.
- dumptable.lua recursively display contents of a table.
- noteamflood.lua prevent people from flooding "team" commands. No longer needed with etpro 3.2.6.
[edit]
Map editing stuff
- tjlview, a plugin for viewing TrickJumpLines in GtkRadiant 1.4
- readme for bkgrnd2d plugin (the plugin itself is included in GTKRadiant 1.4)
[edit]
Contact
- email reyalp (at) gmail.com
- IRC #etpro on freenode or quakenet, #n-warriors on gamesurge
