Welcome!
Site Sections
This wiki is broken into several sections, categorized in the left panel:
Using Mods
Instructions for installing r2modman in Windows, as well as a separate Steam Deck article.
Creating Mods
UNDER CONSTRUCTION! This will contain information on how to develop mods.
In-Game Definitions
This is a companion to the future Creating Mods articles. It contains definitions of every known scripting function in Hades II/Content/Scripts
. Each definition contains a list of known args and return values.
Glossary
Contains various tables of information such as internal names.
Contributing
If you'd like to contribute to this Wiki, here are the general instructions:
- Fork our GitHub repository.
- Make your updates, being mindful of proper Docusaurus/Markdown syntax.
- Commit and push changes to your fork.
- Make a pull request.
After checking out the repo, you'll need to run npm install
in order to download the dependencies. Next, in a terminal type yarn start
to run a local copy of the wiki. This will allow you to preview your changes and make sure everything looks OK before submitting a PR. If your changes cause the application to not compile or otherwise break the site, they will be declined.