#How would I use lua cutscenes to recreate the fall in reflection?

6 messages · Page 1 of 1 (latest)

rich valve
#

lol

south kettle
#

Which part? The beginning or the part after it jumps back to the 3D mountain view to show madeline falling?

languid basin
# rich valve lol

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
south kettle
#

If you're doing just the falling part and just at the start of the level, no code is required

rich valve
#

ah, it is a full cutscene that ends with falling, I just did not know how to do it