Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Finally, a TBS that meets my expectations!

A topic by Crossbow created Jan 20, 2023 Views: 484 Replies: 15
Viewing posts 1 to 3

I am both elated and depressed by seeing this plugin.  I've wanted a TBS similar to this but was unable to find anything like it, so much so that I started to learn JavaScript in order to build my own.  Seems as though you may have saved me a lot of trouble.

I have so many questions about the plugin and how customizable it is.  Not sure how to write them all out at the moment... I may need to go through the video again and jot them down as they come to mind.  I will say this, the video is WAY TOO LONG!  I'm sure you could edit out at least half of it.  One hour seems daunting, and I found myself skipping probably around half.  Anyway, this looks super cool and I really appreciate the time it took to make it.  

Lastly, how active are you with the plugin?  Are you open to suggestions for adding/changing things, or are there going to be updated along the way?  Is there any sort of Demo version to try out?

P.S. - Will you be updating this for RPG-Unite once it makes an appearance?

Developer

Firstly no, unite will use a different programming language so this version of the plugin will be for MV and MZ only.

I have the two extensions I did a while back to update to current standards of the post v1.0.0 update. There are also a few add-ons to sync this up with monster capture properly and to implement a few things (need to plan those out first though)

Thank you for the opinion on the video, I'm not too good with those things so feedback is helpful

(1 edit)

Thanks for responding!  I really appreciate you taking the time to write back and I hope your plugin is a massive success.

A few more questions...

1)  I'm interested in having battle maps that correspond to the terrain the player is on.  For example, if they are in the woods on the world map, the battle would take place on a map with woods.  Could this map be randomized such that the woods appear different each time?

2)  I plan for these maps to be open.  Is there a way to:
          A) have the party's formation set by the player in a menu ahead of time such that it remains the same for each battle? 
          B) have the enemies randomly generate on the battle map? 
          C)  have different types of enemies randomly generate depending on the player's location on the world map?
          D) allow the enemies to randomly appear behind the characters in the case of a surprise attack?

3)  If I were to have obstacles on the map, is it possible that damage from AoE spells be blocked by these obstacles if the player is behind them?  Or in a similar fashion, the player would be unable to cast spells on enemies that are out of the LoS?

Thanks again for taking the time to answer my questions!

Developer

1) All it takes to start a TBS battle is simply teleporting the player to the constructed map. Nothing more. If you make those maps, you can make an event to give you a random number and teleport the player to that map based on that random number. This is best setup in a common event so that you can keep track of it.


2 A) I am not entirely sure what you mean here. The player controls what units they want placed but if you want to force actors to appear on the map, you can use the place actor plugin parameter in the map configuration to force place them. You can even make them auto battlers by giving the placed actor an auto battle state in the placement settings. You can force add non-party members but they won't appear if it would exceed the map actor limit. You can also add/remove player actors by event commands.

2 B) Yes.

2 C) If you want to, you can, instead of using numbers, use script calls to use game variables instead and have parallel events update those game variables to determine what enemies spawn.

2 D) I do not know how this would work in an SRPG?

3) This is the case for conical facing attacks when I tested them but with no move region tile flagged. Players can cast spells on enemies not in line of sight. 

Ok, this all sounds good, so I plan on going ahead with the purchase.  As far as 2A is concerned, it seems to me at the beginning of the battle the player chooses where to place the actors within designated areas on the map... I am asking if it is possible to set up a formation outside of battle that is used every time there is a fight rather than having to manually do it each time.  Does that make sense?

Developer

As in something like a raid party?

(1 edit)

I don't think so... My vision is a menu outside the battle where you can arrange the formation of the party, and that formation is used every time there is a battle, negating the need to place the actors for every battle.

Thanks again for your help.  I look forward to using your plugin!!

Developer

The best that would be able to happen would be a preset placement saving otherwise, outside the battle would only result in saving a team. 

Yes, a preset placement save would be what I'm talking about... so it is possible?

Developer

Yeah, just gotta clear up some stuff on my end. I can definitely see this being needed for maps that'll be repeatedly used

Quick question... obviously I need to credit you for the plugin, but I'm wondering if I can modify it at all from the original??

Deleted 1 year ago
Deleted 1 year ago