Table of Contents

version_json

Description

version.json is a required file for all mods in Remixed Dungeon. It contains metadata about the mod that the game uses to properly load and manage the mod.

File Structure

 {
   "version": 6,
   "name": "Cool Mod Name",
   "author": "Proud Mod Developer",
   "description": "Detailed mod description",
   "url": "https://wiki.nyrds.net/",
   "hr_version": "version 6!",
   "rpd_version": 610
 }

Fields

Mechanics

Content Verification

Source Code

See Also