Changes between Version 22 and Version 23 of Server fixes
- Timestamp:
- Aug 15, 2014, 11:06:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes
v22 v23 4 4 5 5 == Download == 6 The latest build can be found here: [http://svn.illy.bz/7dtd/binary-improvements/ 7dtd-server-fixes/bin/Release/]. You need both the ''7dtd-server-fixes.dll'' and the ''Assembly-CSharp.dll''.6 The latest build can be found here: [http://svn.illy.bz/7dtd/binary-improvements/bin/Release/]. You need both the ''7dtd-server-fixes.dll'' and the ''Assembly-CSharp.dll''. 7 7 8 8 Note that this will only work with the correct version of the 7dtd dedicated server. If they release a new build the files have to updated (should never take longer than 24h from their release). … … 10 10 11 11 == Build yourself == 12 The ''Assembly-CSharp.dll'' is first deobfuscated with the [http ://svn.illy.bz/7dtd/binary-improvements/NamePatcher/ NamePatcher] (originally written by [http://7daystodie.com/forums/member.php?908-DerPopo DerPopo], adapted to my needs). Then the ''7dtd-server-fixes.dll'' can be build referencing this assembly. At last the deobfuscated ''Assembly-CSharp.dll'' is patched with the [http://svn.illy.bz/7dtd/binary-improvements/assembly-patcher/ Assembly-Patcher] so it calls the new methods in the ''7dtd-server-fixes.dll''.12 The ''Assembly-CSharp.dll'' is first deobfuscated with the [https://github.com/DerPopo/deobfuscate-7dtd Deobfuscator]. Then the ''7dtd-server-fixes.dll'' can be build referencing this assembly. At last the deobfuscated ''Assembly-CSharp.dll'' is patched with the [http://svn.illy.bz/7dtd/binary-improvements/assembly-patcher/ Assembly-Patcher] so it calls the new methods in the ''7dtd-server-fixes.dll''. 13 13 14 14