Drop the use of .ini
files
#17
Closed
nonunknown
started this conversation in
Ideas
Replies: 2 comments
-
JSON is definitely a great format, BUT let's remember one thing: our target audience is not developers, they are gamers, laypeople, who just want to have fun playing a game. Using json is not user friendly to this audience, unlike a .ini that even a dog can understand how to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree. Ini is perfect for simple "on and off" type of configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.ini files are platform specific (windows), since things are modernizing now, like the redux and javascript support, I think .ini should be dropped, and we should use JSON or YML files which are:
Example of JSON files (already has a class built-in on Javascript and C++)
Example of YML (may require a library)
Beta Was this translation helpful? Give feedback.
All reactions