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 [2018/12/10 20:02] kwakonerpd:mods [2019/01/06 22:43] mike
Line 40: Line 40:
   * Create custom items (this feature is pretty limited for now )   * Create custom items (this feature is pretty limited for now )
  
-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 wayyou want your mod to be named (example: "My mod"). Do not forget to add a version.json file with something like {"version":1} as content+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 {"version":1} as content.
  
-And place that folder into ”files” directory of the game. Approximate path on typical android system looks like that: **Android/data/com.nyrds.pixeldungeon.ml/files/** . +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/** . 
  
-You can check how other mods structured, to get better idea.+You can check how other mods are structured, to get better idea.
  
 ==== Existing mods ==== ==== Existing mods ====
Line 54: Line 54:
  
 ==== Gameplay with mods ==== ==== Gameplay with mods ====
-Since mod can drastically change game difficulty one cannot earn badges while playing in mod.+Since mod can drastically change the game difficulty, you cannot earn badges while playing the mod.
  
 ==== List of resources ==== ==== List of resources ====
   * assets (images, sounds, maps and dungeon layout):   * assets (images, sounds, maps and dungeon layout):
-  * https://github.com/NYRDS/pixel-dungeon-remix/tree/master/PixelDungeon/src/main/assets+  * https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/assets
  
   * res (texts):   * res (texts):
-  * https://github.com/NYRDS/pixel-dungeon-remix/tree/master/PixelDungeon/src/main/res/values+  * https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/res/values
  
   * example of a level:   * example of a level:
-  * https://github.com/NYRDS/pixel-dungeon-remix/blob/master/PixelDungeon/src/main/assets/levelsDesc/TestLevelGuts.json+  * https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/TestLevelGuts.json
  
   * example of a level created with modified Tiled:   * example of a level created with modified Tiled:
-  * https://github.com/NYRDS/pixel-dungeon-remix/blob/master/PixelDungeon/src/main/assets/levelsDesc/Town.json+  * https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Town.json
  
   * Dungeon layout:   * Dungeon layout:
-  * https://github.com/NYRDS/pixel-dungeon-remix/blob/master/PixelDungeon/src/main/assets/levelsDesc/Dungeon.json+  * https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Dungeon.json
  
   * Bestiary:   * Bestiary:
-  * https://github.com/NYRDS/pixel-dungeon-remix/blob/master/PixelDungeon/src/main/assets/levelsDesc/Bestiary.json+  * https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json
  
 ==== Tools ==== ==== Tools ====
rpd/mods.txt · Last modified: 2022/02/04 14:12 by mikhael_danilov