Changes between Version 92 and Version 93 of Server fixes


Ignore:
Timestamp:
19.04.2015 11:37:50 (9 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Server fixes

    v92 v93  
    1313Once downloaded unpack the archive to your server folder so it replaces the ''Assembly-CSharp.dll'' in 7DaysToDie_Data/Managed and also you get a ''Mods'' folder in the server root folder.
    1414
     15
    1516== Build yourself ==
    16 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''.
     17The ''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.
    1718
    1819* Download the [https://github.com/DerPopo/deobfuscate-7dtd Deobfuscator] (if you don't need to change anything use a release build, otherwise at least download the release build for an example ''patchers.xml'')
    19 * Put both ''Assembly-CSharp.dll'' and ''UnityEngine.dll'' in the folder where the Deobfuscator executable is
     20* Copy the DLLs from ''7DaysToDie_Data/Managed'' in the folder where the Deobfuscator executable is
    2021* Run the deobfuscator with "Assembly-CSharp.dll" as its only parameter. On Windows this can be achieved by dragging the AC#.dll onto the executable.
    2122* Copy the created ''Assembly-CSharp.deob.dll'' to the ''7dtd-binaries'' folder within the 7dtd-server-fixes folder and rename it to "Assembly-CSharp.dll"
    2223* Also copy the files given in the ''README.txt'' from the game to that folder
    2324* Open the project, change whatever you want, build
    24 * Run the ''7dtd-fixer.exe'' on the ''Assembly-CSharp.dll'' in the build folder
    25 * Copy the ''7dtd-server-fixes.dll'' and ''Assembly-CSharp.patched.dll'' to your game folder the same way as with the normal precompiled download
     25* Copy the deobfuscated ''Assembly-CSharp.dll'' to the game's Managed folder and the ''Mods'' folder to your game root folder
    2626
    2727