I wanted to make something insanely easy to use for those beginners like me, so I made a file loader which I don’t if people will find it useful
but I call it RESF and it stands for Really Easy Setting File, it stores values with a name which can be edited with ease.
It reads each line and breaks it down into two parts, the name and a value, both in the form of strings.
I’ve attached an Example and the output of the example in the link.
this was really me just exploring files to help with there understanding. I would like to add support for reading Vectors and Arrays.
EDIT: -facepalm-
https://github.com/Joshhua5/RESFLoader/tree/master/RESFLoader/src/RESFLoader
just to fit in with the rules.