WHAT HAPPENED TO TREMBOT? ------------------------- The cvars g_trembot* have been renamed to g_admin* and the name "trembot" is being phased out as this gets closer for inclusion into the mainline Tremulous SVN. You can still find the old versions here: http://tjw.org/trembot/ If you were running an older version of this .qvm, there are some important update notes: 1) obviously you'll want to edit your config to to point g_admin at your existing "trembot.dat" file, or just rename it to "admin.dat" 2) If you liked the dretch punting feature you'll have to "set g_dretchPunt 1" to enable it now. 3) g_adminNameProtection is ON by default. This will cause you trouble if you have multiple admins defined in your "trembot.dat" file with the same name. You'll have to remove/edit duplicates manually and run !readconfig. OVERVIEW -------- This is a set of changes to Tremulous (http://www.tremulous.net) that I would like to get included into the main branch. Feel free to try it out, but report bugs to me not the regular Tremulous team. RUNNING A SERVER ---------------- See SETUP.txt You MUST use the tremded.x86 or tremded.exe from here when running the latest game.qvm since it has bot support removed and is no longer compatible with the 1.1.0 binary. PLAYING AS ADMIN ---------------- None of my changes are related to the cgame code so the standard tremulous 1.1.0 client will work, BUT if you want to use the g_admin administration interface, you will need to use the tremulous.x86 (linux) or tremulous.exe (win32) binary from: http://trem.tjw.org/backport/ in order to be an administrator. This is because it requires cl_guid which is not in the stock 1.1.0 Tremulous client. DEVELOPING ---------- You can apply the .patch file in this directory to tremulous source by checking out the trunk at the revision I made this patch against (XXX): svn co -r XXX svn://svn.icculus.org/tremulous/trunk tremulous then runnning patch -p0 < /path/to/tremulous-svnXXX.patch from inside the tremulous source directory. FEATURES -------- See FEATURES.txt