Difference between revisions of "AMX Mod X 1.8.2 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
m (Forgot to update another Metamod link)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
AMX Mod X 1.8.2 is a bug-fix release for compatibility with the February 2013 update to Half-Life Dedicated Servers. '''AMX Mod X 1.8.2 is not compatible with HLDM, Counter-Strike: Condition Zero, or versions Counter-Strike 1.6 retrieved prior to [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD].'''
+
AMX Mod X 1.8.2 is a bug-fix release for compatibility with the February 2013 update to Half-Life Dedicated Servers. '''AMX Mod X 1.8.2 is not compatible with versions of Counter-Strike 1.6 retrieved prior to [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD].'''
  
 
=Upgrading=
 
=Upgrading=
Line 5: Line 5:
  
 
To upgrade from AMX Mod X 1.8.2, perform the following steps:
 
To upgrade from AMX Mod X 1.8.2, perform the following steps:
# On Windows, update <tt>addons\metamod\dlls\metamod.dll</tt> to [http://www.amxmodx.org/dl.php?filename=metamod-1.20-am.zip Metamod 1.20-am].
+
# On Windows, update <tt>addons\metamod\dlls\metamod.dll</tt> to [http://www.amxmodx.org/dl.php?filename=metamod-1.21-am.zip Metamod 1.21-am].
 
# On Linux,
 
# On Linux,
## Grab <tt>metamod.so</tt> from [http://www.amxmodx.org/dl.php?filename=metamod-1.20-am.zip Metamod 1.20-am].
+
## Grab <tt>metamod.so</tt> from [http://www.amxmodx.org/dl.php?filename=metamod-1.21-am.zip Metamod 1.21-am].
 
## Delete <tt>addons/metamod/dlls/metamod_i386.so</tt>.
 
## Delete <tt>addons/metamod/dlls/metamod_i386.so</tt>.
 
## Copy <tt>metamod.so</tt> to <tt>addons/metamod/dlls/</tt>.
 
## Copy <tt>metamod.so</tt> to <tt>addons/metamod/dlls/</tt>.
 
## Edit <tt>liblist.gam</tt> to point to <tt>metamod.so</tt> instead of <tt>metamod_i386.so</tt>.
 
## Edit <tt>liblist.gam</tt> to point to <tt>metamod.so</tt> instead of <tt>metamod_i386.so</tt>.
 +
## If you upgraded an old Counter-Strike 1.6 server, delete <tt>dlls/cs_i386.so</tt> (so Metamod finds the new <tt>cs.so</tt>).
 +
## If you upgraded an old HLDM server, delete <tt>dlls/hl_i386.so</tt> (so Metamod finds the new <tt>hl.so</tt>).
 
# Download the base AMX Mod X package and any mod addon packs that you need.
 
# Download the base AMX Mod X package and any mod addon packs that you need.
# Replace all <tt>.dll</tt> and <tt>.amxx</tt> files in your server install with the ones from the downloaded packages.
+
# Replace all <tt>.dll</tt>, <tt>.so</tt>, and <tt>.amxx</tt> files in your server install with the ones from the downloaded packages.
  
 
=Changes=
 
=Changes=
Line 29: Line 31:
 
* Added hamsandwich support for Adrenaline Gamer {{bz|4445}}.
 
* Added hamsandwich support for Adrenaline Gamer {{bz|4445}}.
 
* Removed scasm.
 
* Removed scasm.
 +
 +
=Credits=
 +
Special thanks for this release goes to patch contributors Scott Ehlert, Vincent Herbet, Fysiks, Reuben Morais, Lev2001, joaquimandrade, Hawk552, and Ryan L.

Latest revision as of 14:26, 16 March 2013

AMX Mod X 1.8.2 is a bug-fix release for compatibility with the February 2013 update to Half-Life Dedicated Servers. AMX Mod X 1.8.2 is not compatible with versions of Counter-Strike 1.6 retrieved prior to SteamCMD.

Upgrading

We apologize that the upgrade process is both somewhat confusing and quite manual - we did not have time to build delta packages from 1.8.1 to 1.8.2.

To upgrade from AMX Mod X 1.8.2, perform the following steps:

  1. On Windows, update addons\metamod\dlls\metamod.dll to Metamod 1.21-am.
  2. On Linux,
    1. Grab metamod.so from Metamod 1.21-am.
    2. Delete addons/metamod/dlls/metamod_i386.so.
    3. Copy metamod.so to addons/metamod/dlls/.
    4. Edit liblist.gam to point to metamod.so instead of metamod_i386.so.
    5. If you upgraded an old Counter-Strike 1.6 server, delete dlls/cs_i386.so (so Metamod finds the new cs.so).
    6. If you upgraded an old HLDM server, delete dlls/hl_i386.so (so Metamod finds the new hl.so).
  3. Download the base AMX Mod X package and any mod addon packs that you need.
  4. Replace all .dll, .so, and .amxx files in your server install with the ones from the downloaded packages.

Changes

  • Increased the capacity of speech.ini bug 3553.
  • Updated some Counter-Strike offsets for the Feb 2013 Counter-Strike 1.6 update.
  • Fixed adminslots using an awkward loopback mechanism for kicking bug 3884.
  • Fixed a bug in maps.ini parsing bug 5005.
  • Fixed get_team() sometimes being wrong for dead players bug 4656.
  • Fixed strfind() ignoring its last parameter bug 4070.
  • Fixed replace_all() returning the wrong result bug 5064.
  • Fixed crash in EngFunc_TraceTexture bug 4576.
  • Fixed TrieSetArray() reading the wrong parameter bug 3816.
  • Fixed file-handle leak in mapsmenu bug 3957.
  • Fixed bugs in amx_ban bug 4159.
  • Lowered wait time in between threaded queries bug 3740.
  • Added hamsandwich support for Adrenaline Gamer bug 4445.
  • Removed scasm.

Credits

Special thanks for this release goes to patch contributors Scott Ehlert, Vincent Herbet, Fysiks, Reuben Morais, Lev2001, joaquimandrade, Hawk552, and Ryan L.