Subnautica: Below Zero
0 of 0

File information

Last updated

Original upload

Created by

weskey

Uploaded by

M3dicCookie

Virus scan

Safe to use

Tags for this mod

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 EasyCraftBZ. Which is a truly awesome mod!

Installing:

  • Install Tobey's Bepinex Subnautica Package
  • Install Nautilus if you haven't already
  • Drop files from the .zip into Subnautica\Bepinex\plugins
  • 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.