All Projects → SubnauticaModding → SMLHelper

SubnauticaModding / SMLHelper

Licence: other
A complete Subnautica and Subnautica: Below Zero modding library for the popular QModManager framework.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to SMLHelper

botw-editor
The Legend of Zelda: Breath of the Wild - Editor
Stars: ✭ 27 (-25%)
Mutual labels:  modding, modding-games, modding-tools
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+108.33%)
Mutual labels:  modding, mod, modding-tools
botw-modding
The Legend of Zelda: Breath of the Wild - Modding Documentation and Tools
Stars: ✭ 51 (+41.67%)
Mutual labels:  modding, modding-games, modding-tools
Resource-Pack
The official repository for Faithful 32x for Minecraft: Dungeons
Stars: ✭ 16 (-55.56%)
Mutual labels:  modding, mod, mods
ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-52.78%)
Mutual labels:  modding, mod, modding-tools
Unity-Lua
A wrapper around MoonSharp that allows easy development of moddable Unity games
Stars: ✭ 105 (+191.67%)
Mutual labels:  modding, modding-games, modding-tools
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-41.67%)
Mutual labels:  modding, mod, mods
dog-scepter
A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE
Stars: ✭ 32 (-11.11%)
Mutual labels:  modding, modding-tools, modding-library
FFNx
Next generation modding platform for Final Fantasy VII and Final Fantasy VIII ( with native Steam 2013 release support! )
Stars: ✭ 200 (+455.56%)
Mutual labels:  modding, modding-games, modding-library
ThunderKit
Mod Project Development Environment for Unity and Unity Games
Stars: ✭ 64 (+77.78%)
Mutual labels:  modding, modding-tools
ME3TweaksModManager
Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
Stars: ✭ 83 (+130.56%)
Mutual labels:  modding, mod
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+80.56%)
Mutual labels:  modding, mod
Showoff-NVSE
An NVSE plugin that adds functions and some engine-level tweaks.
Stars: ✭ 32 (-11.11%)
Mutual labels:  modding, mod
VehFuncs
New vehicle features for GTA San Andreas mods
Stars: ✭ 30 (-16.67%)
Mutual labels:  modding, modding-games
Spice-it-Up
🔥 Anno 1800 Mod Collection
Stars: ✭ 23 (-36.11%)
Mutual labels:  mod, modding-games
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (-8.33%)
Mutual labels:  modding, mod
Industrial-Revolution
An Industrial mod made for Fabric.
Stars: ✭ 153 (+325%)
Mutual labels:  mod, mods
HavokLib
Havok format library
Stars: ✭ 38 (+5.56%)
Mutual labels:  modding, modding-library
factorio-example-mod
Lightweight modular example mod with various features and compatibilities
Stars: ✭ 15 (-58.33%)
Mutual labels:  modding, mod
ModBuddy
Mod buddy is a mod manager created with extensibility in mind
Stars: ✭ 30 (-16.67%)
Mutual labels:  modding-games, modding-tools

SMLHelper

SMLHelper is a complete library that helps you out on your Subnautica modding adventures by making adding new items, changing items, adding models, sprites a LOT easier.
Check out the wiki page for details on how to use it.

Contributing

We would love to have people contribute to SMLHelper.
To get started, first fork the repo and then clone it to your local environment.

  • As of version 2.8, SMLHelper has been updated for QModManager v4.0 and uses HarmonyX.

  • As of version 2.2, SMLHelper is now using the publicized versions of Assembly-CSharp.dll and Assembly-CSharp-firstpass.dll (the originals being located in your Subnautica_Data/Managed folder).
    To create your own publiciezed DLLs, you will need to download or compile the Assembly Publicizer and follow the instructions to convert the original DLLs into Assembly-CSharp_publicized.dll and Assembly-CSharp-firstpass_publicized.dll.
    You will need to copy these DLLs into the Dependencies folder of the solution before you can build it.

Then, load up the solution, make your edits, then create your Pull Request!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].