Wall World
0 of 0

File information

Last updated

Original upload

Created by

Quasart

Uploaded by

quasart

Virus scan

Safe to use

Tags for this mod

About this mod

Makes spider invulnerable

Permissions and credits
Prevents enemy attacks from doing damage to the spider. Neither do the special attacks of the bosses.


Tested on the gog version. It probably won't work on the steam version or updated versions of the game.If you want to modify your game yourself, I indicate the steps here (remember to make a backup of the file):

1. Download dnSpy from https://github.com/dnSpy/dnSpy/releases and open the game's Assembly-CSharp.dll file with dnSpy

3. From the tree on the left, go to Assembly-CSharp -> Assembly-CSharp.dll -> {} -> SpiderEntity

4. Find the line with: "private void CreateSpider()" and right mouse button + Edit Method

5. At the end of the function, just before the closing } add a new line with:
this.HealthInternal.IsImmortal = true;
And click compile.

6. In dnSpy's top left menu, click "save all".