Hmm, I guess I am not going to be able to do that lumadare thing. I am just getting back to Maratis myself. I have been learning python elsewhere. I just now posted a small edit to the Sponza level to help with 1st person camera movement.
I am thinking about re-doing the Maratis Starter pack to re-organize the scripts.
I will have a main.lua file that includes other lua files for specific tasks such as animation:
Something like:
--Main.lua
dofile("Constants_Animation")
dofile("Constants_Movement")
dofile("Constants_Particle")
dofile("Variables_Animation")
dofile("Variables_Movement")
dofile("Variables_Particle")
dofile("Functions_Animation.lua")
dofile("Functions_Movement.lua")
dofile("Functions_Particle")
Last edited by Tutorial Doctor (2014-08-21 19:50:04)