Stats Core
subnautica β Mods & Enhancements
Stats Core is a lightweight API for Subnautica that simplifies modifying player and item stats. With 841 endorsements and 37,668 downloads, it's a well-established utility for modders seeking to tweak gameplay values without complex coding.
π¦ Full mod page on discovermods
Downloads, ratings, compatibility info, installation guides, and user reviews.
View on discovermods βSyntax
Utilities
Example
Downloads: 37,668 | Endorsements: 841
π‘ Notes
By Gurrenm4 | v1.0.1 | 841 endorsements
π― Tips & Tricks
Place the DLL in your Subnautica BepInEx/plugins folder if you use BepInEx, or follow the mod manager's install instructions.
Check the mod's forum page or Discord for community-made examples of how to use the API.
Since it's an API, you'll need to write or use existing mods that call itβlook for mods that depend on Stats Core for inspiration.
π§ Troubleshooting
Mod not working
Check load order and required dependencies. Read the full mod description.
β οΈ Common Mistakes
- Installing multiple mods that modify the same files without checking compatibility
π Pros
- Solid community trust with 841 endorsements
- High download count (37,668) shows real demand
- Focused API designβdoes one thing and does it well
π Cons
- Last updated in 2020βmay not support newer Subnautica versions
- No documentation or usage examples provided in the description
- Requires modding knowledge to take full advantage of the API