Main character's movement speed

This is a newbie question, but I haven't found an answer anywhere yet... 🙂

I have a 32x32 player map icon in my game. I start it up, everything works great, but when I press the directional keys, the main character moves way too fast.

I can't find a specific setting to change this, and nothing I've changed affects the movement speed. Can anyone help?

------------------
Oh yeah, I also fiddled with the "Speed" stat. That did not fix the problem.

(This message has been edited by Lpard (edited 05-03-2002).)

Quote

Originally posted by Lpard:
**This is a newbie question, but I haven't found an answer anywhere yet...:)

I have a 32x32 player map icon in my game. I start it up, everything works great, but when I press the directional keys, the main character moves way too fast.

I can't find a specific setting to change this, and nothing I've changed affects the movement speed. Can anyone help?

**

Did you go to the Events folder/ the Defs folder/ Main.cet and open/ set initial speed. If you lower the intial speed it slows the movement of the Hero across the tiles. It also changes the smooth flow of the character across the screen. Plus the other NPC s may be faster than your character. Play with it and see what you can do. Maybe you can teach us all something .

Never give up never say die, 🙂

rplate@vvm.com

------------------

(This message has been edited by Toast (edited 05-03-2002).)

haha... oopsie...
About a minute after I posted yesterday, I realized that the problem might be because I had the "Set Speed" thingy in StartGame.cet, instead of Main.cet. Well, that was easy to fix. (Somehow, I knew I'd find the answer myself AFTER I asked for help, no matter how long I put it off... 🙂 )

------------------