delverengine icon indicating copy to clipboard operation
delverengine copied to clipboard

Local Achievements

Open Drakensin opened this issue 3 years ago • 0 comments

This feature would allow players to make custom achievements for their mods and allow the players to have special goals to achieve. The achievements would be in its own dat file named, "achievements.dat". Below is an example code for the data file:


{ "achievements": [ { "name": "Example Cheevo", "condition": { "???": "magic" } } ] }


Drakensin avatar Mar 10 '21 13:03 Drakensin