banner
Rating
Voted0

Unlimited load capacity

Category - Mods for Outward
0
Mod version:1
Game version:All
The mod has been successfully tested for the absence of viruses
4241K137.78K

Report mod

  • image
modalImage

About This Mod

This mod is simply a recompiled copy of Assembly-CSharp.dll, which has a certain weight function installed, so it always returns -1 instead of the actual weight limit, which the rest of the game code interprets as having no limit. Thank you so much to bob1234567 for not supporting his fashion as a reason why I'm posting this.


Warnings/Caution:


1. Outward's scripts/game code currently dislike accumulation, apparently there is an error due to which the loading time grows exponentially once a certain number of items are in your city/district. Be careful not to hoard something you don't need, and don't sell most items you don't need immediately, at least until they fix the "Loading Items" error.


2. Since this changes a key DLL file, it is more likely to break with every minor patch. But anyone can manually modify the game themselves using dnSpy. In fact, I strongly recommend you implement this mod yourself, rather than downloading from here:-Download dnSpy-Open

Assembly-CSharp.dll file using dnSpy.



-Locate the ItemContainer class, right-click, and select Edit Class.

-There is a function named ContainerCapacity around line 715.

-Change it to look like this (copy/paste to replace the whole function, will work).


public float ContainerCapacity

{

get

{

return -1f;

}

}


Click Compile, and then click Save All.

Similar Mods/Addons

Game Version *

0 (Assembly-CSharp.zip-73-1-0-1562914008.zip)