Mod Creation: Difference between revisions
From Melvor Idle
(Add link) |
|||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
|- | |- | ||
| [[Mod Creation/Getting Started|Getting Started]] || Use this guide as a starting point for your modding journey. | | [[Mod Creation/Getting Started|Getting Started]] || Use this guide as a starting point for your modding journey. | ||
|- | |||
| [[Mod Creation/Creator_Toolkit|Creator Toolkit]] || The Creator Toolkit is the official platform for tools related to mod creation available within the game on Steam or in the browser. | |||
|- | |- | ||
| [[Mod Creation/Migrating from Scripts and Extensions|Migrating from Scripts and Extensions]] || Migrating your script or extension to the new mod format? Use these guidelines for a frustration-free experience. | | [[Mod Creation/Migrating from Scripts and Extensions|Migrating from Scripts and Extensions]] || Migrating your script or extension to the new mod format? Use these guidelines for a frustration-free experience. | ||
Line 18: | Line 20: | ||
| [[Mod Creation/Reusable Components with PetiteVue|Reusable Components with PetiteVue]] || Additional details on using PetiteVue, the library available to create reusable HTML components. | | [[Mod Creation/Reusable Components with PetiteVue|Reusable Components with PetiteVue]] || Additional details on using PetiteVue, the library available to create reusable HTML components. | ||
|- | |- | ||
| [[In-game_Functions | In Game Functions]] || | | [[Mod Creation/Enabling DevTools for the Steam Client|Enabling DevTools for the Steam Client]] || Explains how to enable [https://developer.chrome.com/docs/devtools/ DevTools] for the Steam client. | ||
|- | |||
| [[In-game_Functions|In Game Functions]] || Reference for many of the in-game functions that are more frequently used within the console. | |||
|} | |} |
Latest revision as of 15:14, 14 May 2023
This is the landing page for all things related to creating mods for Melvor Idle.
Guide | Description |
---|---|
Getting Started | Use this guide as a starting point for your modding journey. |
Creator Toolkit | The Creator Toolkit is the official platform for tools related to mod creation available within the game on Steam or in the browser. |
Migrating from Scripts and Extensions | Migrating your script or extension to the new mod format? Use these guidelines for a frustration-free experience. |
Essentials | This guide covers common modding scenarios and APIs. |
Mod Context API Reference | API reference guide for the mod context object. |
Sidebar API Reference | API reference guide for the sidebar object. |
Reusable Components with PetiteVue | Additional details on using PetiteVue, the library available to create reusable HTML components. |
Enabling DevTools for the Steam Client | Explains how to enable DevTools for the Steam client. |
In Game Functions | Reference for many of the in-game functions that are more frequently used within the console. |