So you can quickly get off earth and see the beatiful sun and the other planets of the solar system.
hesopesomeso
LVL0
adrientd
Yup, works great on that level!
pegperegogaucho
Oh, btw, Adrien, two issues ❗:
1. The property names from the JASON do not get displayed in the choreo editor
2. I made a mistake in the JSON I put the members of the choreokey inside the Choreography class instead of the key
pegperegogaucho
Anyways, I will use this opportunity to also add in a better explanation of the choreokey flags and then upload the corrected JSON later!
adrientd
Yes, the problem is that the ChoreoKey doesn't use reflection, so can't rename the members.
adrientd
I guess I could just rename Unk2 and Unk3 directly in the UI.
adrientd
As for the flags, maybe I can make it read from the JSON, you just put it in the CKCheoreoKey class under a property named "flags" and use a bitmask.
The editor will then just search for it manually.
pegperegogaucho
Sounds very hacky. Why not just do it like everywhere else?
pegperegogaucho
Oh I see, the class doesn't have reflection currently...
adrientd
Yeah it doesn't.
adrientd
The choreography stuff was implemented in the editor before I even thought of that reflection system
pegperegogaucho
No problem
pegperegogaucho
@adrientd alright Adrien, this should cover all the flags that appear in the game!