RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Question about Custom Battle Systems

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 83
Forgive me for asking this, but I've looked High and low and have been unable to locate information I'm looking for.

If I wanted to make a custom battle system, (i.e. revamping the whole interface and all that) how exactly would I go about it? I'm sure I would need some other program outside of rpgmaker2k3(which is what I'm using btw) but I'm not exactly sure. :) Any help is much appreciated thanks. =]

********
Hungry
Rep:
Level 96
Mawbeast
2013 Best ArtistParticipant - GIAW 11Secret Santa 2013 ParticipantFor the great victory in the Breakfast War.2012 Best Game Creator (Non-RM Programs)~Bronze - GIAW 9Project of the Month winner for December 2009Project of the Month winner for August 20082011 Best Game Creator (Non RM)Gold - GIAW Halloween
you'll need to event the battle system yourself, I don't think you can 'mod' the base one, I think you'll have to come up with a whole new one from scratch.

FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
Yeah, changing the battle system would require hacking the program in 2k3. TO make a CBS, you need to be able to event it. It can be done, but you have to be a good eventer and willing to endure great tedium.

*****
Rep:
Level 85
I am the wood of my broom
2010 Project of the YearProject of the Month winner for January 2010Project of the Month winner for January 2009Project of the Month winner for April 2010
In order to make these you will need to know the basic functions:

>Variables
>Fork Conditions/Conditional Branches
>Switches
>Labels
>Show Picture and movement
>Common Events

Of course this is all possible :)
some games allow you to modify their cbs to your bidding, the problem is that there's a lot of events that it's more complicated than scripting in it's own way. I would suggest looking at Kindred Saga or it's BEP demo thing (which is more basic but onto the point and acts like a skeleton) or Final Fantasy Crystal Wings or Velsarbor.

These are all rm2k I believe but you can just convert them into rm2k3 anyway FFCW is your best bet because the stats in each character is set via variables so their starting stats are on variables and you don't have to worry about messing up the database.

But this depends all in what you are planning for the CBS, if your CBS is standard side view with a few clicks here and there it's better to heavily modify the DBS instead.