Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: armouredturtle on January 04, 2006, 02:36:23 AM
-
Right...so in this game im working on there are like...pirates and stuff...but...ever played Sid Meyers Pirates? Somthing like the boat battles in that, you collide with an enemy ship. Then a battle sequence starts and you can only fire horrizontal to your boat.
The controls would look like this mabye.
W- Up
A- Down
S- Left
D- Right
E- Fire Right Cannon (relative to facing upnorth)
Q- Fire Left Cannon ( " )
Or somthing like that. Any ideas?
-
You can use these keys:
X (this includes Esc c v b n and m)
Enter (this includes Z)
Shift
1
2
3
4
5
6
7
8
9
0
Thus, you could set 1 to move ship right, etc etc.
-
[STRIKE]Arrow keys.[/STRIKE]
You should be able to use numpad.
-
What you're describing is similar to an ABS - an Action/Adventure Battle System. Though your idea is a bit more simple than most ABS's, it would still takea fair bit of coding. Try looking up tutorials on GamingW (http://gamingw.net) for ABS's.
-
Aight thanks, somthing like
8 - Up
4 - Down
2 - Left
6 - Right
7 - Left Cannon
9 - Right Cannon