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 revision
Previous revision
Next revisionBoth sides next revision
rpd:mods [2020/04/19 13:45] – [Brief features list] mikerpd:mods [2020/09/21 15:03] – [How-to install custom mod] mike
Line 2: Line 2:
  
 =====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)
 +
 +To install mod on Remixed Dungeon manually:
 +
 +  * unpack mod archive to **Android/data/com.nyrds.pixeldungeon.ml/files/**
 +  * 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").  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"). 
Line 9: Line 19:
 Place that folder into the ”files” directory of the game.  Place that folder into the ”files” directory of the game. 
  
-Approximate path on typical android system looks like this : **Android/data/com.nyrds.pixeldungeon.ml/files/** . +Approximate path on typical android system looks like this:  
 + 
 +**Android/data/com.nyrds.pixeldungeon.ml/files/** . 
  
  
Line 17: Line 29:
   * In Remixed [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/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/remixed-dungeon/tree/master/RemixedDungeon/src/main/assets|assets]] contains not only graphics & music but also data such as Dungeon structure, levels description, animation sequences and so on.
  
-So anyone can just provide different data set and that's it.+Each mod is resource overlay, that is they replace game assets such as textures, sounds, json configuration files and lua scripts while leaving java code intact.
  
-The simplest 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.+The simplest way to get a better view at Remixed 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 =====
Line 49: Line 61:
   * Create custom spells   * Create custom spells
   * Create custom items   * Create custom items
-  * Create custom bufs+  * Create custom buffs
   * Create custom AI for mobs and NPC's   * Create custom AI for mobs and NPC's
  
rpd/mods.txt · Last modified: 2022/02/04 14:12 by mikhael_danilov