rpd:mods
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rpd:mods [2019/01/06 22:42] – mike | rpd:mods [2024/09/19 01:28] (current) – mikhael_danilov | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Modding ====== | ====== Modding ====== | ||
+ | |||
+ | =====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) | ||
+ | |||
+ | To install mod on Remixed Dungeon manually: | ||
+ | |||
+ | Android version >= 11 (requires remixed 32.1+) | ||
+ | |||
+ | option 1 (If you delevoping mod): | ||
+ | * unpack mod archive to any directory under Downloads folder | ||
+ | * In game Mod -> Install local mod -> pick mod directory (refer to [[https:// | ||
+ | |||
+ | option 2 (To install mod developed by someone else): | ||
+ | * place mod archive in rpd format on device | ||
+ | * navigate to it in file manager (refer to [[https:// | ||
+ | * tap to open | ||
+ | * choose Remixed Dungeon app | ||
+ | * In app: confirm mod installation | ||
+ | |||
+ | Android version < 11 | ||
+ | |||
+ | * unpack mod archive to **Android/ | ||
+ | * done. | ||
+ | |||
+ | =====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" | ||
+ | |||
+ | Don't forget to add at least minimal [[version.json]] file with something like {" | ||
+ | |||
+ | Place that folder into the ”files” directory of the game. | ||
+ | |||
+ | Approximate path on typical android system looks like this: | ||
+ | |||
+ | **Android/ | ||
===== Basic Idea ===== | ===== 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/ |
- | * In Remixed [[https:// | + | * In Remixed [[https:// |
- | So anyone can just provide different data set and that's it. | + | Each mod is resource overlay, |
- | The most simple | + | The simplest |
===== Brief features list ===== | ===== Brief features list ===== | ||
Line 38: | Line 74: | ||
* Create custom mobs with unique abilities | * Create custom mobs with unique abilities | ||
* Create custom spells | * Create custom spells | ||
- | * Create custom items (this feature is pretty limited | + | * Create custom items |
+ | * Create custom buffs | ||
+ | * Create custom AI for mobs and NPC's | ||
- | 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"). Do not forget to add a version.json file with something like {" | ||
- | |||
- | Place that folder into the ”files” directory of the game. Approximate path on typical android system looks like this : **Android/ | ||
You can check how other mods are structured, to get a better idea. | You can check how other mods are structured, to get a better idea. | ||
Line 48: | Line 83: | ||
==== Existing mods ==== | ==== Existing mods ==== | ||
- | For example you can see : ( https:// | + | For example, you can see : ( https:// |
+ | * [[rpd: | ||
+ | * [[rpd: | ||
+ | * [[rpd: | ||
* [[rpd: | * [[rpd: | ||
- | * [[rpd: | ||
==== Gameplay with mods ==== | ==== Gameplay with mods ==== | ||
Line 58: | Line 95: | ||
==== List of resources ==== | ==== List of resources ==== | ||
* assets (images, sounds, maps and dungeon layout): | * assets (images, sounds, maps and dungeon layout): | ||
- | * https:// | + | * https:// |
* res (texts): | * res (texts): | ||
- | * https:// | + | * https:// |
* example of a level: | * example of a level: | ||
- | * https:// | + | * https:// |
* example of a level created with modified Tiled: | * example of a level created with modified Tiled: | ||
- | * https:// | + | * https:// |
* Dungeon layout: | * Dungeon layout: | ||
- | * https:// | + | * https:// |
* Bestiary: | * Bestiary: | ||
- | * https:// | + | * https:// |
+ | |||
+ | * Hero initial stats & equipment: | ||
+ | * https:// | ||
==== Tools ==== | ==== Tools ==== |
rpd/mods.1546814529.txt.gz · Last modified: 2019/01/06 22:42 by mike