RSDKModding / RetroED

RetroED v2.0
GNU General Public License v3.0
28 stars 5 forks source link

[Scene Editor] Editor only reads variables from game.xml OR gameconfig #65

Closed Leonx254 closed 4 months ago

Leonx254 commented 2 years ago

Shouldn't be able to read the gameconfig from the 'Base Data Folder' in case a variable is not found in game.xml?.

For example, If a custom level relies in usage of a game.xml while using global objects(or a level object also using gameconfig vars), then it will throw a script compile error because of gameconfig variables missing, something that never happens while playing the games.

Leonx254 commented 4 months ago

Present me is aware this is more complex than what it sounds