#How would I use lua cutscenes to recreate the fall in reflection?
6 messages · Page 1 of 1 (latest)
Which part? The beginning or the part after it jumps back to the 3D mountain view to show madeline falling?
this would probably be easier to do in c#, but in effect what you want to do is this:
- use ilspy or similar to find & decompile the c# code that runs the cutscene
- manually port it to lua, modifying it to suit your needs
- put it into a lua cutscene
If you're doing just the falling part and just at the start of the level, no code is required
ah, it is a full cutscene that ends with falling, I just did not know how to do it
the beginning