Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Come and join our gamer community by
registering for free here
Other Gaming Forum
PC games
WarCraft III Modding
RPG Combat System
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Captain Griffen" data-source="post: 116835" data-attributes="member: 6053"><p>Hello everyone. I am currently developing a turn based combat system for a single player RPG. However, I am doing it so that it will be relatively easy to understand and use, as well as requiring little to no instruction in how to play before a complete novice can play. Obviously, in order to be easy to implement, I will be aiming to make all the specifics in the system, such as cooldowns, abilities, heroes, etc. as easy to change as possible.</p><p></p><p>First, the combat system itself. I'm using a conditional turn based system (similar to FFX), where each time a unit carries out an action, its custom value is set to a value, divided by the unit's speed value (taken from agility, in the case of a hero, or from the speed over a set amount for a non-hero).</p><p></p><p>However, where the system really shines is the interface. While most WC3 turn based system tend to rely on multiboards, which are difficult to manipulate, can lag, lack detailed information, and are generally annoying, my system makes use of WC3's interface to seamless blend, by using two players, one for the player, and one for the heroes, with advanced control always given, and units unpaused and normal control given when needed. This means that you can utilise ability tooltips, hero icons at the side clearly displaying health and mana, and easily able to see detailed (or not so detailed but still more descriptive, if desired) information.</p><p></p><p>Currently, I have implemented the normal attack system for both enemies and the players party, and for implemented support for the usage of WC3's normal hero ability's system, if desired. The party members (which can be both heroes and non-heroes) can currently cast abilities, but non-instant abilities may not work very well, as I have yet to implement the ability system, which will require a simple matter of adding a few variable to an array to implement new abilities, and I am going to implement a system to allow a simple entering of a few numbers into a field on each unit dictate a unit's abilities' levels, and also what abilities the unit has and what bias should be put to it (for AI purposes).</p><p></p><p>Attached is current progress, with a small test battle (very uninteresting on it's own; merely to test the systems).</p></blockquote><p></p>
[QUOTE="Captain Griffen, post: 116835, member: 6053"] Hello everyone. I am currently developing a turn based combat system for a single player RPG. However, I am doing it so that it will be relatively easy to understand and use, as well as requiring little to no instruction in how to play before a complete novice can play. Obviously, in order to be easy to implement, I will be aiming to make all the specifics in the system, such as cooldowns, abilities, heroes, etc. as easy to change as possible. First, the combat system itself. I'm using a conditional turn based system (similar to FFX), where each time a unit carries out an action, its custom value is set to a value, divided by the unit's speed value (taken from agility, in the case of a hero, or from the speed over a set amount for a non-hero). However, where the system really shines is the interface. While most WC3 turn based system tend to rely on multiboards, which are difficult to manipulate, can lag, lack detailed information, and are generally annoying, my system makes use of WC3's interface to seamless blend, by using two players, one for the player, and one for the heroes, with advanced control always given, and units unpaused and normal control given when needed. This means that you can utilise ability tooltips, hero icons at the side clearly displaying health and mana, and easily able to see detailed (or not so detailed but still more descriptive, if desired) information. Currently, I have implemented the normal attack system for both enemies and the players party, and for implemented support for the usage of WC3's normal hero ability's system, if desired. The party members (which can be both heroes and non-heroes) can currently cast abilities, but non-instant abilities may not work very well, as I have yet to implement the ability system, which will require a simple matter of adding a few variable to an array to implement new abilities, and I am going to implement a system to allow a simple entering of a few numbers into a field on each unit dictate a unit's abilities' levels, and also what abilities the unit has and what bias should be put to it (for AI purposes). Attached is current progress, with a small test battle (very uninteresting on it's own; merely to test the systems). [/QUOTE]
Verification
Post reply
Other Gaming Forum
PC games
WarCraft III Modding
RPG Combat System
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top