so the entire data handling will be done via .ini files.
.txt and .bin would work as well, but i'd need to parse everything, whereas in ini files i can read out variables way easier.
....just as i was writing down my current method i realized it could be done way easier
right now i would have to create a dummy object for every possible object/background/char etc.
ill see what i can manage to come up with.
right now my method would be:
im not too sure whether i will include backgrounds in this as they are coded differently altogether.
im not really sure about backgrounds at all yet tbh
.txt and .bin would work as well, but i'd need to parse everything, whereas in ini files i can read out variables way easier.
....just as i was writing down my current method i realized it could be done way easier

right now i would have to create a dummy object for every possible object/background/char etc.
ill see what i can manage to come up with.
right now my method would be:
- a set of lets say 1000 dummy objects, each named 0-999.
- for every 'id' there would only be a path for the .ini file.
- in the .ini file there would be an identifier section, which then would copy the type of the data (background/char etc) to the corresponding dummy object.
im not too sure whether i will include backgrounds in this as they are coded differently altogether.
im not really sure about backgrounds at all yet tbh
