ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 12 forks source link

Q5 to QJS Convertor: Custom attributes of the "game" object are not translated. #96

Open Zanderkat opened 1 year ago

Zanderkat commented 1 year ago

When the "game" object has custom attributes in Quest 5, the convertor does not translate them. I'm assuming that this is something the "Settings" button should do in the convertor? Or is this something that users will have to manually translate themselves?

ThePix commented 1 year ago

I think you will need to do this yourself. It is going to depend on whether the attribute needs to be saved when the player saves the game - values set is settings do not get saved, they are assumed to stay the same across the entire game. If it can change, it may be better on the player object.