| 1 | '''THIS IS ONLY FOR THE DEDICATED SERVER BUILD OF 7DTD! |
| 2 | |
| 3 | [[PageOutline(2-5,Table of contents,inline)]] |
| 4 | |
| 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''. |
| 7 | |
| 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). |
| 9 | |
| 10 | |
| 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''. |
| 13 | |
| 14 | |