You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"
}
}
]
}
The text was updated successfully, but these errors were encountered: