7DTD A16-b129 Assembly Release
This does not bypass EAC! You will need to disable it in the game's launcher prior to starting the game!
Features:
- Debug menu. (Plus any features included with this, such as god mode, or noclip.)
- Creative menu.
- Ignore land protection (untested in A16).
- Show all players and their homes on both the map and compass.
- Immunity to radiation.
- Map icon for the local player is blue.
- Enabled access/ownership to anything locked.
- Optional 99999f attack damage.
For those who are trying to modify their own assemblies, but cannot figure out how to enable both the creative and debug menus in A16, try putting the following code at the beginning of the GameStateManager.InitGame() method:
Alternatively, if that doesn't work for some reason, you could always stick it into the GameStateManager.OnUpdateTick() method, but that may impact performance slightly.
========================================
Assembly-CSharp.dll
https://virusscan.jotti.org/en-US/fi...job/e60ulv9qfe
https://virustotal.com/en/file/34824...is/1499222722/
Assembly-CSharp-x99999.dll
https://virusscan.jotti.org/en-US/fi...job/jg4x8swnpl
https://virustotal.com/en/file/d5453...is/1499222711/




Features:
- Debug menu. (Plus any features included with this, such as god mode, or noclip.)
- Creative menu.
- Ignore land protection (untested in A16).
- Show all players and their homes on both the map and compass.
- Immunity to radiation.
- Map icon for the local player is blue.
- Enabled access/ownership to anything locked.
- Optional 99999f attack damage.
For those who are trying to modify their own assemblies, but cannot figure out how to enable both the creative and debug menus in A16, try putting the following code at the beginning of the GameStateManager.InitGame() method:
Code:
GamePrefs.Set(EnumGamePrefs.DebugMenuEnabled, true); GamePrefs.Set(EnumGamePrefs.CreativeMenuEnabled, true); GamePrefs.Instance.Save();
========================================
Assembly-CSharp.dll
https://virusscan.jotti.org/en-US/fi...job/e60ulv9qfe
https://virustotal.com/en/file/34824...is/1499222722/
Assembly-CSharp-x99999.dll
https://virusscan.jotti.org/en-US/fi...job/jg4x8swnpl
https://virustotal.com/en/file/d5453...is/1499222711/

