User Tools

Site Tools


rpd:mods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rpd:mods [2018/11/05 21:06] – [Tools] mikerpd:mods [2018/12/10 20:02] kwakone
Line 3: Line 3:
  
 =====  Basic Idea ===== =====  Basic Idea =====
-  * All PD flavors source has assets folder [[https://github.com/watabou/pixel-dungeon/tree/master/assets|vanilla for example]] +  * Every PD flavors source has assets folder [[https://github.com/watabou/pixel-dungeon/tree/master/assets|vanilla for example]] 
-  * Remixed can load games resources not only from apk assets but also from external storage ( typically located at  Android/data/com.nyrds.pixeldungeon.ml/files/ ), so mod can override some (or all) of it contents (also it must contain version.json file )+  * Remixed can load game resources not only from apk assets but also from external storage ( typically located at  Android/data/com.nyrds.pixeldungeon.ml/files/ ), so mods can override some (or all) of its content (also it must contain version.json file )
   * In Remixed [[https://github.com/NYRDS/pixel-dungeon-remix/tree/master/PixelDungeon/src/main/assets|assets]] contains not only graphics & music but also data such as Dungeon structure, levels description, animation sequences and so on.   * In Remixed [[https://github.com/NYRDS/pixel-dungeon-remix/tree/master/PixelDungeon/src/main/assets|assets]] contains not only graphics & music but also data such as Dungeon structure, levels description, animation sequences and so on.
  
-So one can just provide different data set and it is.+So anyone can just provide different data set and that'it.
  
-Most simple way to get a better view at Remixed view is to download one of bundled mods and examine it structure. [[https://github.com/NYRDS/Maze-RPD-MOD|Maze]] is good to start from) +The most simple way to get a better view at Remixed view is to download one of the bundled mods and examine its structure. [[https://github.com/NYRDS/Maze-RPD-MOD|Maze]] is good to start from) 
  
 =====  Brief features list ===== =====  Brief features list =====
  
-Maybe it worth to you check Remixed PD mods mechanicsIt very far from complete, completely lack documentations, full of bugs, and so on. But at this point it allow do following (without touching java code):+Maybe it'worth for you to check Remixed PD mods mechanicsIt is far from complete, completely lacks documentation, full of bugs, etc. But at this pointit allows to do the following (without touching the java code):
  
 By just overriding resources you can: By just overriding resources you can:
rpd/mods.txt · Last modified: 2022/02/04 14:12 by mikhael_danilov