Dvader You're right, it is blocky, I've worked out most things on the game design side but video editing is still a problem lol !
I did a full size capture and it was a little over 4Gb in size (way to big for YouTube). I imported the avi from fraps in to Windows movie maker and saved as either a wav or mp4, I can't remember now which one. The file size was a lot smaller and uploaded quickly but I lost a lot of the quality. Any suggestions?
The fantasy weapons pack was just install in the normal way as per the instructions. I would like to say I did something to get them to work but they work straight out of the box
science boy I'm glad you got it sorted, Yes you need to animate in one go.
Example for anyone else interested -
If you have a 100 key frames set up, 0-50 could be set for a door opening, 51-100 would be for door closing. Reversing door opening 50-0 will not animate correctly but would close the door.
This would be added to your FPE file -
;anim
animmax = 2
anim0 = 0,50
anim1 = 51,100
If you want your animation to run in a loop, add this line -
These are the basic settings for any animation at this time until we have more control with Lua, just think of it as one big movie and you need to tell reloaded where all the scenes are.
HTH