# GreenHell Modding

## GreenHell Modding

- [Welcome to the GreenHell Modding docs!](https://docs.greenhellmodding.com/master.md): GreenHellModding aims to extend the survival game Green Hell by adding mods. This site provides a clean overview over everything related to modding Green Hell.
- [How to install GreenHellModLoader](https://docs.greenhellmodding.com/tutorials/how-to-install-greenhellmodloader.md): This Tutorial aims to show you how to install GreenHellModLoader.
- [Troubleshooting](https://docs.greenhellmodding.com/tutorials/how-to-install-greenhellmodloader/troubleshooting.md): When the software doesn't do what it should...
- [How to install a mod](https://docs.greenhellmodding.com/tutorials/how-to-install-a-mod.md): This Tutorial aims to show you how to install a mod on Green Hell using GreenHellModLoader!
- [Mods in multiplayer](https://docs.greenhellmodding.com/tutorials/mods-in-multiplayer.md): Everything you need to know before playing modded Green Hell with your friends.
- [How to create a mod project](https://docs.greenhellmodding.com/modding-tutorials/how-to-create-a-mod-project.md): This Tutorial aims to show you how to create a mod project on Green Hell using GreenHellModLoader!
- [The modinfo.json file](https://docs.greenhellmodding.com/modding-tutorials/how-to-create-a-mod-project/the-modinfo.json-file.md): This page aims to give you all the needed information about the modinfo.json file.
- [How to create an AssetBundle](https://docs.greenhellmodding.com/modding-tutorials/how-to-create-an-assetbundle.md): This tutorial aims to show you how to import assets into the game such as 3d models, textures, prefabs, particles etc...
- [Reading private variables](https://docs.greenhellmodding.com/client-code-examples/reading-private-variables.md)
- [Modifying private variables](https://docs.greenhellmodding.com/client-code-examples/modifying-private-variables.md)
- [Accessing the player instance](https://docs.greenhellmodding.com/client-code-examples/accessing-the-player-instance.md)
- [Giving items to a player](https://docs.greenhellmodding.com/client-code-examples/giving-items-to-a-player.md)
- [Modifying the inventory max weight](https://docs.greenhellmodding.com/client-code-examples/modifying-the-inventory-max-weight.md)
- [Unlocking everything in the Notepad](https://docs.greenhellmodding.com/client-code-examples/unlocking-everything-in-the-notepad.md)
- [Disabling player movement](https://docs.greenhellmodding.com/client-code-examples/disabling-player-movement.md)
- [Toggling the mouse/cursor](https://docs.greenhellmodding.com/client-code-examples/toggling-the-mouse-cursor.md)
- [Printing to the console](https://docs.greenhellmodding.com/client-code-examples/printing-to-the-console.md)
- [Slugs](https://docs.greenhellmodding.com/website/slugs.md)
