Licensed under the GNU General Public License v2. (C) 2004-2005 David "BAILOPAN" Anderson and the AMX Mod X Development Team If you discover any bugs/problems, please contact me so I can update our copy. Mods MultiLang & MultiVers (C) NiLuJe (2005-2010) Same here, if you discover any bugs/problems, please contact me so I can update this copy. Original version: http://www.amxmodx.org/compiler3.tar.gz *** In addition, a number of 3rd party includes files are provided here: * SHPUN v1.0.1 (http://forums.space-headed.net/viewtopic.php?t=130) [AMXX 1.75+] * ATAC v3.0.1 (http://forums.space-headed.net/viewtopic.php?t=311) [AMXX 1.75+] * WeaponMod SVN r276 (http://svn.space-headed.net/viewvc.cgi/weaponmod/?root=amxx) [AMXX 1.8+] * CHR Engine v1.1b (http://forums.alliedmods.net/showthread.php?t=49343) [AMXX 1.75+] * Biohazard v2.00 Beta 3b (Zombie Mod) (http://forums.alliedmods.net/showthread.php?t=68523) [AMXX 1.8+] * Zombie Plague Mod 4.3 (http://forums.alliedmods.net/showthread.php?t=72505) [AMXX 1.8+] * PokeMod v1.2.3 RC for Public (June 25, 2008) (http://forums.alliedmods.net/showthread.php?t=23281) [AMXX 1.8+] * Play or Be Kicked 1.5.243 (http://forums.alliedmods.net/showthread.php?t=15106) [AMXX 1.8+] * More money than 16000 2.0 (2/1/08) (http://forums.alliedmods.net/showthread.php?t=24003) [AMXX 1.75+] * UAIO - Ultimate All In One Admin Menu v1.51 UPDATED 08-07-06 (http://forums.alliedmods.net/showthread.php?t=40875) [AMXX 1.75+] * GabenMod v1.3 (http://forums.alliedmods.net/showthread.php?t=28772) [AMXX 1.75+] * Runemod 2.2.2 (http://forums.alliedmods.net/showthread.php?t=18198) [AMXX 1.75+] * SuperHero 1.2.0.14 (http://forums.alliedmods.net/showthread.php?t=76081) [AMXX 1.8.1+] * ColorChat 0.1.0 (http://forums.alliedmods.net/showthread.php?t=94960) [AMXX 1.8+] * ScreenFade Util (04/04/2010) (http://forums.alliedmods.net/showthread.php?t=87623) [AMXX 1.8+] * Speed API v4.0 (http://forums.alliedmods.net/showthread.php?t=77940) [AMXX 1.8+] [*NO UPSTREAM SUPPORT ANYMORE*] * New File Vault - A newer file vault system! (12/05/2009) (http://forums.alliedmods.net/showthread.php?t=92904) [AMXX 1.8+] * Module: Orpheu2.3 (http://forums.alliedmods.net/showthread.php?t=116393) [AMXX 1.8.1+] * Round Terminator 1.0.1 (http://forums.alliedmods.net/showthread.php?t=121744) [AMXX 1.8.1+] * Arrays with N Dimensions (01/22/2010) (http://forums.alliedmods.net/showthread.php?t=116183) [AMXX 1.8.1+] * CSDM 2.1.2 (http://forums.alliedmods.net/forumdisplay.php?f=87) [AMXX 1.8.1+] *** Note on the MultiLang feature: Since we use PHP's gettext support, the underlying system needs to support every locale made available by the script. For now, en_US (default/fallback English), fr_FR (French translation) and ru_RU (Russian translation). On Linux, that means having locale generated for: en_US ISO-8859-1 en_US.UTF-8 UTF-8 fr_FR ISO-8859-1 fr_FR@euro ISO-8859-15 fr_FR.UTF-8 UTF-8 ru_RU.KOI8-R KOI8-R ru_RU.UTF-8 UTF-8 ru_RU ISO-8859-5 Check this with locale -a And of course, you'll need the PHP gettext extension! *** Some other things you may need to tweak for your local setup: The USE_SCHEDTOOL define in Compiler.class.php (used to renice/change the scheduling policy of the compiler process): Set it to 0 if you don't have/don't want/can't install the schedtool (http://freequaos.host.sk/schedtool) utility. In that case, you may instead want to use nice to simply renice the processes: the USE_NICE define is for you! Also, you'll need to set up proper permissions for your php user: read & traverse on the whole tree. execute on all the binaries & libraries in bin/*/ execute on the webcomp_reaper.sh script write on tmp/src & tmp/bin & plug/src & plug/bin