Changes between Version 82 and Version 83 of Server fixes
- Timestamp:
- Apr 2, 2015, 9:02:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes
v82 v83 3 3 [[PageOutline(2-5,Table of contents,inline)]] 4 4 5 == NOTE AGAIN == 6 '''[[Dedicated Server Build| This mod is only for the dedicated server build]]''' 7 5 8 == Download == 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.'''patched'''.dll'' (rename it to ''Assembly-CSharp.dll'' locally).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 Once Downloaded add these files to the 7DaysToDie_Data/Managedfolder.9 The latest build can be found here: [http://illy.bz/fi/7dtd/server_fixes.tar.gz]. 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 also you get a ''Mods'' folder in the server root folder. 11 14 12 15 == Build yourself == … … 68 71 69 72 === New commands (for in-game console, control panel and Telnet) === 70 * ''creativemenu'' / ''cm'': Enable/disable creative menu for the current session.71 73 * ''getgameprefs'' / ''gg'': Get all server preferences (no parameters passed) or just those that contain the string that is passed. This can be used to give all users access to read the server settings (e.g. land claim size) (see Admins.xml below). Only non-sensitive information can be accessed, so excluded are all preferences which contain the following strings: 72 74 * Telnet … … 121 123 * ''teleportplayer'' / ''tele'': Teleport a given player to a position or player 122 124 * ''unban'': Remove a ban for a SteamID 123 * ''version'': Show the currently running version of the server fixes 125 * ''version'': Show the currently running version of the server fixes and other mods 124 126 125 127 126 128 === Admins.xml === 129 '''THIS IS ALL INTEGRATED TO THE CORE GAME SINCE A11''' 127 130 * Commands with permission level set to >= 1000 can be executed by all players. This is useful e.g. for the new ''getgameprefs'' command. 128 131 * Commands not defined in ''admins.xml'' at all automatically has permission level 0 … … 144 147 == Release Notes == 145 148 146 149 150 === [https://7dtd.illy.bz/browser/binary-improvements?rev=YYY rev. YYY] (ZZZ) === 151 152 * Updated for Alpha 11 server build ''XXX'') 153 147 154 === [https://7dtd.illy.bz/browser/binary-improvements?rev=222 rev. 222] (0.104.5471.24501) === 148 155