What is the add-on you want the most ?

  • combat animation scene

    Votes: 16 80.0%
  • fog of war

    Votes: 1 5.0%
  • experience gain system

    Votes: 2 10.0%
  • permanent death

    Votes: 1 5.0%

  • Total voters
    20
  • Poll closed .
Status
Not open for further replies.

CA525

Warper
Member
Joined
Dec 7, 2017
Messages
2
Reaction score
0
First Language
English
Primarily Uses
RMMV
Thanks Mojo907 and Guims. I'll try it out.
 

WiltedRosary

Warper
Member
Joined
Jan 24, 2019
Messages
1
Reaction score
0
First Language
English
Primarily Uses
N/A
Hi guys,
Rookie question but how do I even activate this plugin?
 

tek143

Warper
Member
Joined
Feb 4, 2015
Messages
3
Reaction score
0
First Language
English
Primarily Uses
N/A
So I am actually trying to use this, I can move all the characters but when it goes to enemy phase it skips the enemies and goes back to player phase anyway you can help me fix this?
 

tek143

Warper
Member
Joined
Feb 4, 2015
Messages
3
Reaction score
0
First Language
English
Primarily Uses
N/A
So I am actually trying to use this, I can move all the characters but when it goes to enemy phase it skips the enemies and goes back to player phase anyway you can help me fix this?
Kinda fixed my own problem here.. but now it doesn’t say player phase or enemy.
 

fabiomayolino

Warper
Member
Joined
Feb 4, 2019
Messages
2
Reaction score
0
First Language
portuguese
Primarily Uses
RMMV
Awesome project.... its still alive? Im very excited to work on it!

I have one issue to report.. Instead of getting the actorID from the Actors database directly, could it be calling from the party database? I was looking into the documentation, there's a partyMembers Array inside the System class

This way you get the ID from the party list instead and the note on the event could be partymember:1 ...
And also I believe there's a characterIndex inside of Actor class related to character image..

I'm learning to code yet, so basically i dont wanna change anything on the script, that's why I'm asking if it's right
 

Attachments

Last edited:

arleq1n

Veteran
Veteran
Joined
Apr 9, 2018
Messages
107
Reaction score
169
First Language
French
Primarily Uses
RMMV
Hey Embxii! I created an account just so I could thank you for your hard work in this script. I'm starting a game and this system is exactly what I needed. If you decide on taking donations for your work you can count me in.
Thank you for taking the time to post a reply. You can later support this system with the game I am developing with this one. I think it is more honorary to wait until the system is "usable".

So I am actually trying to use this, I can move all the characters but when it goes to enemy phase it skips the enemies and goes back to player phase anyway you can help me fix this?
Enemies have no action to perform if they don't move. So it's either a pattern action or aggressiveness problem.

Awesome project.... its still alive? Im very excited to work on it!

I have one issue to report.. Instead of getting the actorID from the Actors database directly, could it be calling from the party database? I was looking into the documentation, there's a partyMembers Array inside the System class
Yes, it's still alive but just less time to spend on this project. You can see all the features that integrate the system. You can also recommend new features.

I would add the functionality to define this actor by the party index in the next version 0.4.3.

Version 0.4.2 :
I added window information. It show the damage, the hit rate and the critical rate of an action.
Of course, you have the choice to display it or not.
I also took this opportunity to revisit the window system. The target window disappears for a more intuitive selection system.
I think that's "more t-rpg" than the old system. I also tried to keep the display neutral.

 

winkr7

Veteran
Veteran
Joined
Oct 27, 2015
Messages
99
Reaction score
31
First Language
english
Primarily Uses
N/A
Embxii;

This looks very interesting--I looked at the code and it is very well organized.
Nice work.

yours
winkr7
 

fabiomayolino

Warper
Member
Joined
Feb 4, 2019
Messages
2
Reaction score
0
First Language
portuguese
Primarily Uses
RMMV
Thank you for taking the time to post a reply. You can later support this system with the game I am developing with this one. I think it is more honorary to wait until the system is "usable".



Enemies have no action to perform if they don't move. So it's either a pattern action or aggressiveness problem.



Yes, it's still alive but just less time to spend on this project. You can see all the features that integrate the system. You can also recommend new features.

I would add the functionality to define this actor by the party index in the next version 0.4.3.

Version 0.4.2 :
I added window information. It show the damage, the hit rate and the critical rate of an action.
Of course, you have the choice to display it or not.
I also took this opportunity to revisit the window system. The target window disappears for a more intuitive selection system.
I think that's "more t-rpg" than the old system. I also tried to keep the display neutral.


Amazing man! Thx! Anyway, I'm here to help.
 

winkr7

Veteran
Veteran
Joined
Oct 27, 2015
Messages
99
Reaction score
31
First Language
english
Primarily Uses
N/A
Hello all;

So I downloaded the demo and upgraded it to 4.2. It starts and runs and says Player Phase. Then it just stays in player phase.
I can click on the players and see where they could move, but if I click to move them the cursor moves and they stay put.
I clicked both mouse buttons, tried arrow keys, the wasd keys. Never could move a player, thought the blue area they could move to did light up when I was on them and it did change when I changed characters.

Anybody try 4.2 (or 0.4.2 I guess?).
thanks.
 

Mojo907

Veteran
Veteran
Joined
May 21, 2013
Messages
165
Reaction score
39
First Language
English
Primarily Uses
RMMV
Hello all;

So I downloaded the demo and upgraded it to 4.2. It starts and runs and says Player Phase. Then it just stays in player phase.
I can click on the players and see where they could move, but if I click to move them the cursor moves and they stay put.
I clicked both mouse buttons, tried arrow keys, the wasd keys. Never could move a player, thought the blue area they could move to did light up when I was on them and it did change when I changed characters.

Anybody try 4.2 (or 0.4.2 I guess?).
thanks.
Yes, I had the same results. It appears the movement system is broken in the new update.
 

arleq1n

Veteran
Veteran
Joined
Apr 9, 2018
Messages
107
Reaction score
169
First Language
French
Primarily Uses
RMMV
Just forgot to restore a line. I fixed this and took the opportunity to releasing a new add-on for better mouse control.

Mouse System:
Add features for control with the mouse for the TacticsSystem.
 
Last edited:

winkr7

Veteran
Veteran
Joined
Oct 27, 2015
Messages
99
Reaction score
31
First Language
english
Primarily Uses
N/A
I got the demo to work with your latest fix. Thanks lots Embxii.

You probably want to change your tags from <enemy:1> and <actor:2> to something
unique. Anybody writing plug ins can pick enemy and it will conflict with your choice. How about <TCenemy:1> <TCactor:2>? using a prefix TC for tactical combat? Also, when someone looks at their notes they will know it goes with your plugin.
 
Last edited:

arleq1n

Veteran
Veteran
Joined
Apr 9, 2018
Messages
107
Reaction score
169
First Language
French
Primarily Uses
RMMV
I got the demo to work with your latest fix. Thanks lots Embxii.

You probably want to change your tags from <enemy:1> and <actor:2> to something
unique. Anybody writing plug ins can pick enemy and it will conflict with your choice. How about <TCenemy:1> <TCactor:2>? using a prefix TC for tactical combat? Also, when someone looks at their notes they will know it goes with your plugin.
I take the advice. In the next big update, I will replace the command names by adding to TS (Tactics System) at the end.
 
Joined
Feb 28, 2018
Messages
42
Reaction score
17
First Language
English
Primarily Uses
RMMZ
Firstly, thank you again for all your hard work.
I absolutely love this plugin so much.
--------

Anyways, I think I may have ran into an error.
When I try to activate something on the map during battle, like a treasure chest for example, an error pops up.
It says "Text Error Cannot read property "start" of undefined"

I tested out the older version of your script, and it works fine.
That's all.
Everything else seems to work wonderfully.

:-3
 

Attachments

catclaw888

Villager
Member
Joined
Oct 14, 2016
Messages
25
Reaction score
5
First Language
English
Primarily Uses
Oh man I love this, I want to make a Fire emblem style game. I do hope you can get battle formations in soon so that people can choose, maybe a way to make level ups random [like in fire emblem, where you could suddenly gain NO stat but also EXP system, I'll keep a watch but hopefully soon.
 

arleq1n

Veteran
Veteran
Joined
Apr 9, 2018
Messages
107
Reaction score
169
First Language
French
Primarily Uses
RMMV
Anyways, I think I may have ran into an error.
When I try to activate something on the map during battle, like a treasure chest for example, an error pops up.
It says "Text Error Cannot read property "start" of undefined"
It's really strange. I tried several configurations to reproduce the error. Can you give me more information on how to create the event and how you activate it. Thanks.
 
Joined
Feb 28, 2018
Messages
42
Reaction score
17
First Language
English
Primarily Uses
RMMZ
It's really strange. I tried several configurations to reproduce the error. Can you give me more information on how to create the event and how you activate it. Thanks.
Well, it seems to work with any event on the map you activate using the Action command.
Like a Treasure Chest for example.
If I try to open it, the error pops up.
I just used the basic "Treasure" command under the "Quick Event Creation" to make the event.

It's weird because, there doesn't seem to be a incompatibility error, yet when I tried placing the new version of your script in the Demo you provided, it worked just fine.
So the error may not be on your end.

If this is just happening to me then you don't gotta worry about it.
But if you need anything else, just let me know.
:3
 

Attachments

arleq1n

Veteran
Veteran
Joined
Apr 9, 2018
Messages
107
Reaction score
169
First Language
French
Primarily Uses
RMMV
An index problem with the actor command window when defining new skills types. I will fix this problem in the next update. The next update should also provide more tools for event management. Thank you for your help.
 
Joined
Feb 28, 2018
Messages
42
Reaction score
17
First Language
English
Primarily Uses
RMMZ
An index problem with the actor command window when defining new skills types. I will fix this problem in the next update. The next update should also provide more tools for event management. Thank you for your help.
Ah I see.
Thank you for your hard work!

And yeah you're welcome.
<|:3
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 2)

Latest Threads

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,189
Members
137,771
Latest member
evoque
Top