ramidzkh / BetterWaysToDie

Modding 7 Days to Die

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Ways To Die

Modding 7 Days to Die

Finding libraries

Copy the dependencies required by Libraries/README.md

Setup

  1. Install SharpILMixins.Processor (dotnet tool install --global SharpILMixins.Processor)
  2. Run dotnet build
  3. Open a command prompt in BetterWaysToDie/bin/Debug/net40
  4. Run sharpilmixins -t . -m BetterWaysToDie.dll --mixin-handler-name bwtd
  5. The generated Assembly-CSharp.dll should be suitable to replace the original from 7 Days to Die

About

Modding 7 Days to Die

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%