RPG Maker 2003

RPG Maker 2003

Alfredox123 Jul 7, 2015 @ 11:53am
sidescroller?
https://www.youtube.com/watch?v=G8O0RYJtOLo how this guy made a side scroller on rm 2k3? someone have a tutorial?
< >
Showing 1-1 of 1 comments
NatSpectrum Jul 7, 2015 @ 3:13pm 
Originally posted by SnowyGlory:
Originally posted by (vzla) alfredox123:
https://www.youtube.com/watch?v=G8O0RYJtOLo how this guy made a side scroller on rm 2k3? someone have a tutorial?

I don't have a tutorial, but when you make a map/world, the easy access folder should be located at the bottom left of your screen/window. Right click your "world folder" and choose "Map Properties", a window should pop up called "Map Properties" and on the left side of this window there should be a scroll down tab labeled "Scroll Type" from here you should be able to make a "side scroller" style game in RPG Maker 2003.

That's not what "Scroll Type" means. "Scroll Type" dictates whether a map should continuously loop in a particular direction or both directions. For example, most Final Fantasy style overworlds will allow you to continuously loop in both directions as if you were flying around the entire planet.

No, this type of side scroller was most likely done using a bunch of parallel events. I'm not very good with evented system myself, but assume there must be, for example, an event that continuously moves the character downwards (gravity), an event that checks which buttons you're pressing (movement and jumping), and maybe an event that checks the terrain type the player is on and adjusts the controls accordingly (for the wall running), as well as a bunch of standard "on player touch" events for the springs and coins.

Custom event systems can be really complicated and finnicky to set up, but it is amazing what people can do with them.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Jul 7, 2015 @ 11:53am
Posts: 1