Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Dashman on June 12, 2005, 04:22:52 PM
-
I sometimes make a place with many events, but that place is laggy. But I have downloaded other games with a place with much more events and there is no lag. Can anyone tell me what is wrong?
Note: I know that parallel events have to wait a little to don't lag the game.
-
Well, what are those events doing, is there a bunch doing a lot at the same time? are the events huge events? are they all set on auto or parralel? Tell us more
-
Well, I made a place with many making the same action. Is that wrong? I thought that making many different onces should be worse.
-
yes, that would not be the greatest way to have many things do the same thing.
Try making ONE event do ALL the actions for the events. You know what I'm saying?
Like, have one event control and be an Auto or Parralel, while the rest are non moving, non-auto events. you know?
-
Put in a bunch of "Wait" commands, and set them to 0.0 seconds. It should get rid of some lag.
-
Thanks for both help. It should help me.