Changes between Version 97 and Version 98 of Server fixes
- Timestamp:
- Jul 3, 2015, 4:10:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes
v97 v98 9 9 The latest build can be found here: [http://illy.bz/fi/7dtd/server_fixes.tar.gz]. 10 10 11 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 be updated (should never take longer than 24h from their release).12 13 Once downloaded unpack the archive to your server folder so it replaces the ''Assembly-CSharp.dll'' in 7DaysToDie_Data/Managed and alsoyou get a ''Mods'' folder in the server root folder.11 Note that this might break on new versions of the 7dtd dedicated server. If they release a new build check if there's also an update for the mod. 12 13 Once downloaded unpack the archive to your server folder so you get a ''Mods'' folder in the server root folder. 14 14 15 15 16 16 == Build yourself == 17 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. 18 19 * 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'') 20 * Copy the DLLs from ''7DaysToDie_Data/Managed'' in the folder where the Deobfuscator executable is 21 * 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. 22 * 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" 23 * Also copy the files given in the ''README.txt'' from the game to that folder 17 18 * Copy the files given in the ''7dtd-binaries/README.txt'' from the game to that folder 24 19 * Open the project, change whatever you want, build 25 * Copy the deobfuscated ''Assembly-CSharp.dll'' to the game's Managed folder and the''Mods'' folder to your game root folder20 * Copy the ''Mods'' folder to your game root folder 26 21 27 22 … … 85 80 == Release Notes == 86 81 82 === [https://7dtd.illy.bz/browser/binary-improvements?rev= rev. ] (0.12.0.0) === 83 84 * Updated for Alpha 12 (server build ''XYXYXY'') 85 87 86 === [https://7dtd.illy.bz/browser/binary-improvements?rev=236 rev. 236] (0.11.6.0) === 88 87