Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
just need to ask something
« previous
next »
Print
Pages: [
1
]
Author
Topic: just need to ask something (Read 2450 times)
randomnewbD:
Member
Initiate
Posts: 6
just need to ask something
«
on:
September 23, 2006, 06:52:38 PM »
Does any rpg maker let me use FF style side-view when in battle? Also, is it possible to have 5 members in a party(like in FF IV)?
I've come up with great plot etc. but I don't want to start working on it until I know it's possible to be created.
Thanks!
Logged
barnsalot
Acolyte
Posts: 320
(No subject)
«
Reply #1 on:
September 23, 2006, 07:13:38 PM »
RPG Maker 2003 has a side view battle system and it gives you the option of having battle characters.
And, no, using the default battle system there is no way to have more than 5 characters on your battle party at a single time. If you know your way around the program pretty well, you could make a custom battle system with 5 character battles.
Logged
randomnewbD:
Member
Initiate
Posts: 6
(No subject)
«
Reply #2 on:
September 23, 2006, 07:22:31 PM »
how hard is it to create a custom, FF-style battlesystem? Do I need to do coding?
EDIT: And if I manage to create a custom battle system, can I still use rpg maker 2003, or do I have to code the whole game then?
Logged
barnsalot
Acolyte
Posts: 320
(No subject)
«
Reply #3 on:
September 23, 2006, 07:37:33 PM »
Custom Battle Systems are not easy. I don't even delve into that kind of complex RPG Maker programming. I think it would probably frustrate me.
To your second question, the custom battle system will be a game-long endeavor. Every battle is going to need to be individually coded. I'd reccomend sticking with the default system until you have a few years of coding under your belt.
Logged
randomnewbD:
Member
Initiate
Posts: 6
(No subject)
«
Reply #4 on:
September 23, 2006, 07:42:10 PM »
Well, in that case I believe I have to edit my plot a bit.
Thanks for your quick replies, you've helped me greatly
Logged
randomnewbD:
Member
Initiate
Posts: 6
(No subject)
«
Reply #5 on:
September 24, 2006, 01:04:57 PM »
Another question: Let's say I'd have 8 playable characters including the main hero. The main hero must complete a quest and he can take 3 party allies with him. So, is it possible to do so that once you've picked up your party, the other playable characters would remain in certain location and you can change your partymembers when you talk to them? (Similiar to ff iv)
EDIT: oh, and how battle commands is it possible to have in rpgm2003?
Logged
randomnewbD:
Member
Initiate
Posts: 6
(No subject)
«
Reply #6 on:
September 25, 2006, 02:15:52 AM »
Could somebody please answer my question? :/
Logged
Anubis_Soldier
That guy you stare at when you eat at Mcdonalds...
Associate
Posts: 118
(No subject)
«
Reply #7 on:
September 25, 2006, 03:43:33 AM »
well, yes it would be possible, create an event, then have it look like the character that you want, and then have the event change party...
the problem is that if you have a full party it wont work, you would have to talk to someone like DB for that fix
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,645
The Administrator Mage
(No subject)
«
Reply #8 on:
September 25, 2006, 04:00:09 AM »
Yeah you can make a party formation thingy.
All you need is to find a chipset that reminds you of the menu, add text saying "Add Member, Remove Member, Check Member and Remove all" in the lets say upper left corner.
Then when chosed "Add member" you turn on a switch with the same name. if the event page with "add member" switch on, then add the member and increase a variable called "party size" from 1 to 2. When another one is added, increase again, when it is 4, then just make a message saying. "The party is ful".
Just remove character when "remove is chosed and decreese the variable instead.
When check, jus make it so that when you click, a message with information shows up.
I´ve attached a crappy and fast picture of how a class change would look like, it is more or less the same thing.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
just need to ask something