rpd:mods
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| rpd:mods [2024/09/19 01:28] – mikhael_danilov | rpd:mods [2025/12/05 15:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Modding ====== | ====== Modding ====== | ||
| - | =====How-to install custom mod ===== | + | ===== How-to install custom mod ===== |
| Mods are typically packed in zip archives (sometime file extension changed to something like zipp if this is the case rename it to plain zip) | Mods are typically packed in zip archives (sometime file extension changed to something like zipp if this is the case rename it to plain zip) | ||
| Line 25: | Line 25: | ||
| * done. | * done. | ||
| - | =====How-to create custom mod ===== | + | ===== How-to create custom mod ===== |
| - | In order to be able to play your mod (or any other non-official mod), you need to place your modified files in a folder named the way you want your mod to be named (example: "My mod" | + | In order to be able to play your mod (or any other non-official mod), you need to place your modified files in a folder named the way you want your mod to be named (example: "My mod"). |
| Don't forget to add at least minimal [[version.json]] file with something like {" | Don't forget to add at least minimal [[version.json]] file with something like {" | ||
| - | Place that folder into the ”files” directory of the game. | + | Place that folder into the "files" |
| - | Approximate path on typical android system looks like this: | + | Approximate path on typical android system looks like this: |
| - | **Android/ | + | **Android/ |
| + | ===== Getting Started with Resource Modding ===== | ||
| - | ===== Basic Idea ===== | + | [[rpd: |
| + | |||
| + | ===== Non-Java Modding Approaches ===== | ||
| + | |||
| + | Remixed Dungeon offers extensive modding capabilities without writing Java code. Focus on these approaches: | ||
| + | |||
| + | ==== Resource Overrides ==== | ||
| + | * Replace any game sprites, sounds, or music by placing new files in the matching directory structure | ||
| + | * No coding required - just replace the original files with your custom versions | ||
| + | |||
| + | ==== JSON Configuration ==== | ||
| + | * Modify game mechanics, item properties, mob stats, dungeon structure and more | ||
| + | * Create completely new content by defining it in JSON files | ||
| + | * All game text and localization can be changed through JSON | ||
| + | |||
| + | ==== Lua Scripting ==== | ||
| + | * Create custom behaviors for items, mobs, and game systems | ||
| + | * Implement new mechanics and effects without Java knowledge | ||
| + | * Hook into game events like item use, mob actions, and level events | ||
| + | |||
| + | [[rpd: | ||
| + | |||
| + | ===== Modding Tutorials ===== | ||
| + | |||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | ===== Basic Idea ===== | ||
| * Every PD flavors source has assets folder [[https:// | * Every PD flavors source has assets folder [[https:// | ||
| * Remixed can load game resources not only from apk assets but also from external storage ( typically located at Android/ | * Remixed can load game resources not only from apk assets but also from external storage ( typically located at Android/ | ||
| Line 47: | Line 80: | ||
| The simplest way to get a better view at Remixed is to download one of the bundled mods and examine its structure. [[https:// | The simplest way to get a better view at Remixed is to download one of the bundled mods and examine its structure. [[https:// | ||
| - | ===== Brief features list ===== | + | ===== Brief features list ===== |
| Maybe it's worth for you to check Remixed PD mods mechanics. It is far from complete, completely lacks documentation, | Maybe it's worth for you to check Remixed PD mods mechanics. It is far from complete, completely lacks documentation, | ||
| Line 114: | Line 147: | ||
| * Hero initial stats & equipment: | * Hero initial stats & equipment: | ||
| * https:// | * https:// | ||
| + | |||
| + | ==== Additional Modding Guides ==== | ||
| + | |||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| ==== Tools ==== | ==== Tools ==== | ||
rpd/mods.1726709282.txt.gz · Last modified: by mikhael_danilov
