Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Darkstar22 on January 03, 2010, 08:57:31 PM
-
Okay I know I ask for a lot around here but I wanna set up a hunt system like in FF12 I got most of the pieces on how to do that Im just missing a few
like I know I would have to make it a picture I just dont know how to make a cursor for it but Im pretty sure I got everything else I need for it
-
I assume you're talking about the hunting board.
If you're doing this with pictures - The cursor would have to be a picture as well that moves when you press up or down. I think you're supposed to use the "Key input process" thingy at the start so it reacts to button presses.
Another way would be to make the picture a panorama and use it as a background in an empty map.
Then have the hero teleported there and change his graphic to a cursor.
Also add so there's a cursor sound every time you move.
Then limit so the hero cannor move left or right by placing something in the way.
This way you'll have basically the same thing only less troublesome.