Subnautica
0 of 0

File information

Last updated

Original upload

Created by

weskey

Uploaded by

weskey007

Virus scan

Safe to use

About this mod

Show the amount of ingredients available while looking at schematics.

Requirements
Permissions and credits
This mod will show the amount of ingredient items you have available while looking at schematics. Normally the amount is only shown when you don't have enough of the ingredient.

Recommended/designed to be used with EasyCraft. Which is a truly awesome mod!

Installing:

  • Install QModManager if you haven't already
  • Drop files from the .zip into Subnautica\Qmods
  • All done!

Technical working:
It patches the method that is used to create the ingredient description and the check "if (pickupCount > 0 && pickupCount < amount)" so that it will always print the amount of items available.
This should make it compatible with other mods. However this is only true if those mods don't modify or cancel out the "TooltipFactory::WriteIngredients" method.

Current issues:
None so far

If you find a mod that is incompatible please notify me so I add a patch for it (there is on in place for EasyCraft).

Source code will be released to GitHub soon.

Open to mod/feature requests

Huge thanks to creators/maintainers of Harmony for having such robust IL Transpiling.