# getting started

- [Overview](/wiki/getting-started/overview.md): An introduction to Omori modding
- [Installing Mods](/wiki/getting-started/installing-mods.md): A guide on how to install the mod loader and mods.
- [Decryption and Playtest Generation](/wiki/getting-started/decryption-and-playtest-generation.md): A guide on how to decrypt game assets
- [Resetting Installation](/wiki/getting-started/decryption-and-playtest-generation/resetting-installation.md): Resetting Installation Guide
- [Dev Tools](/wiki/getting-started/decryption-and-playtest-generation/dev-tools.md): A tool helpful for debugging mods
- [Packaging Mods](/wiki/getting-started/packaging-mods.md): A guide on how to package mods
- [mod.json File](/wiki/getting-started/packaging-mods/mod.json-file.md): A central file that tells mod loader what to do
- [Omori Files Guide](/wiki/getting-started/omori-files-guide.md): Guide for what files in each folder are for
- [Common File Types](/wiki/getting-started/omori-files-guide/common-file-types.md): Common file types seen in OMORI
- [Omori Files Index](/wiki/getting-started/omori-files-guide/omori-files-index.md): List of top-level directories and files in the OMORI game directory
- [Data Files](/wiki/getting-started/omori-files-guide/omori-files-index/data-files.md): About files found in the www\_decrypt/data/ subfolder.
- [Source Control (With Github)](/wiki/getting-started/source-control-with-github.md): written by FruitDragon and TomatoRadio
- [Github Account Creation](/wiki/getting-started/source-control-with-github/github-account-creation.md): You will need a Github account to create a repository.
- [Creating Repositories](/wiki/getting-started/source-control-with-github/creating-repositories.md)
- [Using Repositories](/wiki/getting-started/source-control-with-github/using-repositories.md)
