Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
The goal for this wiki is to document modding tools, ardenfall's API, and also data mined components from the game itself. | The goal for this wiki is to document modding tools, ardenfall's API, and also data mined components from the game itself. | ||
This wiki is VERY early in development, and thus API's will absolutely change. | |||
If you are interested in contributing, join the discord and ask! | |||
=== Modding === | See [[Modding Support Status]] to check on what's supported currently. | ||
=== Modding Overview === | |||
[[Getting Started]] | [[Getting Started]] | ||
[[Mod Scripting]] | [[Mod Scripting]] | ||
[[Custom Asset Importing]] | [[Custom Asset Importing|Asset Importing]] | ||
=== Official Tools === | |||
[[Game Debugger]] | |||
=== Userbase Tools === | |||
- Your tool here | |||
=== Scripting API === | |||
[[Codebase Overview]] | |||
[[Messaging System]] | |||
[[Asset Lookup Table]] | |||
[[Creating UI]] | |||
=== Tutorials === | |||
[[Creating Custom Items]] | |||
[[Creating a Quest]] | |||
[[Creating Dialog]] | |||
Latest revision as of 21:36, 29 July 2026
Welcome to Ardenfall's Modding Wiki.
The goal for this wiki is to document modding tools, ardenfall's API, and also data mined components from the game itself.
This wiki is VERY early in development, and thus API's will absolutely change.
If you are interested in contributing, join the discord and ask!
See Modding Support Status to check on what's supported currently.
Modding Overview
Official Tools
Userbase Tools
- Your tool here