User contributions for Buttchouda
From Melvor Idle
17 October 2022
- 05:1505:15, 17 October 2022 diff hist +319 N Mod Creation Created page with "Here is a collection of guides relevant to creating mods: * Mod Creation/Getting Started * Mod Creation/Migrating from Scripts and Extensions * Mod Creation/Essentials * Mod Creation/Mod Context API Reference * Mod Creation/Sidebar API Reference * Mod Creation/Reusable Components with PetiteVue"
- 05:1105:11, 17 October 2022 diff hist +12 Mod Creation/Getting Started No edit summary
- 05:1005:10, 17 October 2022 diff hist +12 Mod Creation/Migrating from Scripts and Extensions No edit summary
- 05:0905:09, 17 October 2022 diff hist −9 Mod Creation/Mod Context API Reference →Exposing Properties and Methods (Mod API)
- 05:0805:08, 17 October 2022 diff hist −42 Mod Creation/Mod Context API Reference →Account Data Storage
- 05:0705:07, 17 October 2022 diff hist −42 Mod Creation/Mod Context API Reference →Character Data Storage
- 05:0605:06, 17 October 2022 diff hist +137 Mod Creation/Essentials →Exposing APIs
- 05:0505:05, 17 October 2022 diff hist −53 Mod Creation/Mod Context API Reference →Game Method Patching/Hooking
- 05:0405:04, 17 October 2022 diff hist 0 Mod Creation/Essentials →Game Object Patching/Hooking
- 05:0405:04, 17 October 2022 diff hist +124 Mod Creation/Essentials →Game Object Patching/Hooking
- 05:0305:03, 17 October 2022 diff hist +254 Mod Creation/Essentials →Storing Data
- 05:0105:01, 17 October 2022 diff hist −16 Mod Creation/Essentials →Creating Reusable HTML Components
- 05:0005:00, 17 October 2022 diff hist +13 Mod Creation/Essentials →Setting Types
- 04:5904:59, 17 October 2022 diff hist +108 Mod Creation/Essentials →Mod Settings
- 04:5904:59, 17 October 2022 diff hist +111 Mod Creation/Essentials →Game Lifecycle Hooks
- 04:5804:58, 17 October 2022 diff hist +11 Mod Creation/Essentials →Customizing the Sidebar
- 04:5704:57, 17 October 2022 diff hist +113 Mod Creation/Essentials →Accessing Your Mod's Resources
- 04:5404:54, 17 October 2022 diff hist 0 Mod Creation/Essentials →Customizing the Sidebar
- 04:5304:53, 17 October 2022 diff hist −19 Mod Creation/Essentials →Customizing the Sidebar
- 04:5204:52, 17 October 2022 diff hist +101 Mod Creation/Essentials →Creating Reusable HTML Components
- 04:4904:49, 17 October 2022 diff hist +632 Mod Creation/Reusable Components with PetiteVue →PetiteVue Quick Reference
- 04:4304:43, 17 October 2022 diff hist +2,008 Mod Creation/Reusable Components with PetiteVue →PetiteVue Quick Reference
- 04:2504:25, 17 October 2022 diff hist +473 Mod Creation/Reusable Components with PetiteVue No edit summary
- 04:2004:20, 17 October 2022 diff hist +1,093 Mod Creation/Reusable Components with PetiteVue No edit summary
- 03:5203:52, 17 October 2022 diff hist +2 Mod Creation/Reusable Components with PetiteVue No edit summary
- 03:4903:49, 17 October 2022 diff hist +7,451 N Mod Creation/Reusable Components with PetiteVue Created page with "Melvor Idle ships with [https://github.com/vuejs/petite-vue PetiteVue] for mods to use to create reusable HTML components. The documentation from the [https://github.com/vuejs/petite-vue official GitHub page] in addition to the [https://vuejs.org/guide/introduction.html full Vue.js documentation] (for clarity on definitions and what the PetiteVue directives do - there are many full Vue.js features that are unavailable) may assist in using the PetiteVue library. However,..."
- 02:1802:18, 17 October 2022 diff hist +2,080 Mod Creation/Essentials →Creating Reusable HTML Components
- 01:2101:21, 17 October 2022 diff hist +62 Mod Creation/Essentials No edit summary
16 October 2022
- 03:2403:24, 16 October 2022 diff hist −181 Mod Creation/Mod Context API Reference No edit summary
- 03:1703:17, 16 October 2022 diff hist −427 Mod Creation/Sidebar API Reference No edit summary
- 03:1003:10, 16 October 2022 diff hist −44 Mod Creation/Sidebar API Reference →Sidebar
15 October 2022
- 20:2420:24, 15 October 2022 diff hist +1 Mod Creation/Sidebar API Reference No edit summary
- 20:2320:23, 15 October 2022 diff hist +16,669 N Mod Creation/Sidebar API Reference Created page with "The <code>sidebar</code> object is a global variable and is used to customize the side (left-hand) navigation menu. The sidebar is organized into four levels: * '''Sidebar''' ** '''Category''' **: e.g. "Combat" *** '''Item''' ***: e.g. "Attack" under "Combat" **** '''Subitem''' ****: e.g. "Skills" under "Completion Log" == Sidebar == The global <code>sidebar</code> object. === <code>category(id: string, config?: CategoryConfig, builder?: (category: Category) => void)..."
- 19:5519:55, 15 October 2022 diff hist +17 Mod Creation/Mod Context API Reference No edit summary
- 19:5219:52, 15 October 2022 diff hist +6,095 Mod Creation/Mod Context API Reference No edit summary
- 19:4119:41, 15 October 2022 diff hist +20,786 N Mod Creation/Mod Context API Reference API reference guide for the mod context object.
- 18:5518:55, 15 October 2022 diff hist +5,792 N Mod Creation/Migrating from Scripts and Extensions Migrating your script or extension to the new mod format? Use these guidelines for a frustration-free experience.
- 18:1718:17, 15 October 2022 diff hist +16,881 Mod Creation/Essentials No edit summary
- 04:3004:30, 15 October 2022 diff hist +8,688 N Mod Creation/Essentials Created page with "First time writing a mod for Melvor Idle? Consider starting with the Mod Creation/Getting Started guide. == Creating a Mod == A mod in Melvor Idle is simply composed of two parts: metadata and resources. The '''metadata''' is defined in your mod's mod.io profile page (name, version, previews, etc.) and in a <code>manifest.json</code> file that '''''must''' be located at the root of your mod's directory'' (this holds metadata that tells the Mod Manager how to load y..."
- 03:5003:50, 15 October 2022 diff hist +6,035 N Mod Creation/Getting Started Created page with "A mod in Melvor Idle, much like other games with mods, is a game modification created by the player community. The modification to the game can range from a minor balance change to introducing new skills and items, or a simple quality of life improvement to a full suite of automation tools. There are various programming APIs within Melvor Idle to help you create mods, regardless of how simple or complex it is. == Prerequisites == Mods for Melvor Idle are created using J..."