Open ikarth opened 4 years ago
Some Events are missing and unable to be found. Further work is needed
The GBStudio documentation may be incomplete. We might need to make scripts in GBStudio, save the project, open it as a text file, and see what the data it actually writes is.
Collisions are missing ie EVENT_ACTOR_COLLISIONS_DISABLE
Major Bugs to fix
I found the major bug, It has been patched and will soon be pushed to the main branch
GB Studio has a number of scripting commands. We want to create an API to be able to write scripts via Python. But in order to do that, we need to know what kinds of parameters each script command takes. For example,
EVENT_IF_VALUE
looks like this in the project file's JSON:The main thing we need to know is what information is in "args", plus if there are any "children".
Event control
Scenes
Save/Load
Control flow
Scripting
Math
Input
Actors
Camera
Overlay
Music
Sound
Custom