Its the very basics m8, did you use GG anims for your character or .fbx? I'm wondering what route is best, I already Have Super City built (abit like city of heroes/Villains) used to love that game.
Mainly its going to be the flying animations that i need to get working as thats mainly what the characters are going to do, and try to adapt the fireball for different attacks e.g lightning etc just finished Voltix and The Torcher both heros.
I always find charater ai the tricky bit so any pointers would be brilliant
and cheers m8 thought i'd revamp these guys GG could do with some super hero fun
These all come from a comic strip i wrote about 10 years ago called "The Super ITE's" Super (intelligent, Tiny, Entities)
I've kind of made a rough start on the script using the new float commands for the player
-- superhero.lua
function superhero_init(e)
SetAnimationFrames(4039,4050)
end
function superhero_main(e)
SetGamePlayerControlMovey(1)
SetGamePlayerControlGravityActive(0)
if g_KeyPressW then SetAnimationFrames (4039,4050)
end
end
Intel i5 4950 Quad core 3.3ghz AMD FX 6300 x6 cores 3.5ghz(unclocked)
8gb Ram 8gb Ram
AMD Radeon 7570 1gb AMD Radeon HD 6670 2gb
and a well fed mouse on a wheel
I only smile because i have absolutely no idea whats going on