Skip to content

Releases: MurtleMan10/MurtlesBATDRMod

Murtle's BATDR Mod v1.1.1

29 Nov 20:47
427ea29
Compare
Choose a tag to compare

V1.1.0 of Murtle's BATDR Utility Mod!

! INSTALLATION !

OPTION 1 (EASY):

Download Assembly-CSharp.dll Below and replace it with the one in Bendy and the Dark Revival/Bendy and the Dark Revival_Data/Managed/Assembly-CSharp.dll
Then, go to "Mods" folder, and add the "MurtleMod.dll" file into there.

OPTION 2 (DIFFICULT):

First, download the MurtleMod.dll and put in your Mods folder.
Secondly, Download the latest version of DnSpy.
Next, Open DnSpy, then in the top left press File
From there, press "Open..."
Then, locate your BATDR folder.
After that, go into Bendy and the Dark Revival_Data, Managed, and select "Assembly-CSharp.dll"
When you have done that, go to the directory: Assembly-CSharp -> Assembly-CSharp.dll -> {} - -> Player -> InternalUpdate
Right click InternalUpdate, then press "Edit Method C#"
In the bottom left, look for an Icon that looks like a folder with an arrow.
Click it, the double click the MurtleMod.dll in your Mods folder.
Then beneath "this.CheckMaterialFloor();", type in the following:

if (!UnityEngine.Object.FindObjectOfType<MurtleMod.ModMain>()) { MurtleMod.ModMain.Create(); }
It should look like the picture below. Then, if it does, press Compile.
image

In the top left, click Save Module, and then save it.

That's it!! Now you can play Murtle's BATDR Mod.

  • Q = Teleport Forward
  • 9 = Teleport Up
  • 0 = Teleport Down
  • J = Hide UI
  • L = Show UI
  • K = Unlock Character
  • H = Heal Player
  • U = Freeze/Unfreeze Player
  • N = Force Autosave
  • M = Add 1 Battery
  • Keypad 0 = Add 10 Slugs
  • Keypad 1 = Add 1 Toolkit
  • Keypad 2 = Add 1 Battery Casing
  • Keypad 3 = Add 1 Gent Card
  • Keypad 5 = Add 1 Gent Part

Murtle's BATDR Mod v1.0.2

28 Nov 18:45
98cf4e9
Compare
Choose a tag to compare

V1.0.2 of Murtle's BATDR Utility Mod!

! INSTALLATION !

OPTION 1 (EASY):

Download Assembly-CSharp.dll Below and replace it with the one in Bendy and the Dark Revival/Bendy and the Dark Revival_Data/Managed/Assembly-CSharp.dll

OPTION 2 (DIFFICULT):

First, download the MurtleMod.dll and put in your Mods folder.
Secondly, Download the latest version of DnSpy.
Next, Open DnSpy, then in the top left press File
From there, press "Open..."
Then, locate your BATDR folder.
After that, go into Bendy and the Dark Revival_Data, Managed, and select "Assembly-CSharp.dll"
When you have done that, go to the directory: Assembly-CSharp -> Assembly-CSharp.dll -> {} - -> Player -> InternalUpdate
Right click InternalUpdate, then press "Edit Method C#"
In the bottom left, look for an Icon that looks like a folder with an arrow.
Click it, the double click the MurtleMod.dll in your Mods folder.
Then beneath "this.CheckMaterialFloor();", type in the following:

if (!UnityEngine.Object.FindObjectOfType<MurtleMod.ModMain>()) { MurtleMod.ModMain.Create(); }
It should look like the picture below. Then, if it does, press Compile.
image

In the top left, click Save Module, and then save it.

That's it!! Now you can play Murtle's BATDR Mod.

  • Q = Teleport Forward
  • 9 = Teleport Up
  • 0 = Teleport Down
  • J = Hide UI
  • L = Show UI
  • K = Unlock Character
  • H = Heal Player
  • U = Freeze/Unfreeze Player

Murtle's BATDR Mod v1.0.1

27 Nov 10:33
495daa5
Compare
Choose a tag to compare

V1.0.1 of Murtle's BATDR Utility Mod!

  • Q = Teleport Forward
  • 9 = Teleport Up
  • 0 = Teleport Down
  • J = Hide UI
  • L = Show UI
  • K = Unlock Character
  • H = Heal Player
  • U = Freeze/Unfreeze Player