Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Aerosys

303
Posts
3
Topics
654
Followers
11
Following
A member registered Aug 05, 2020 · View creator page →

Creator of

Recent community posts

I will work on it on Sunday. For now, it looks like some graphic-related functions which work fine on desktop simply don't work well on mobile.

The plugin that is actually throwing the error is Hendrix animation; I suggest asking him for help. Also, because my plugin is available for free, whereas his is not.

Okay, I can add something like "more stats" and "even more stats" to the plugin!

With regards to the complexity; I think the complexity is still manageable. Given we combine a menu X with an actor Y being equipped with weapon/accessoire Z, we end up in many combinations regardless we are using notetags, plugin parameters, or custom code. And I believe that one 1 single file that holds everything is easier than having numerous notetags or plugin parameters. They are simply too flat and offer no flexibility.

Do you use MV or MZ?

Please try it again with all other plugins disabled.

Furthermore, I need to know whether you are using MV or MZ.

Last but not least, can you screenshot the dev console? To do so, do the following:

  1. When you see the error message, press F12 to open the console
  2. Important! Navigate to "console" tab
  3. Screenshot the dialog window

Thanks for your feedback!

  1. It will probably be easier to draw all backgrounds as a single image and use this as a background. The UI cannot handle multi-selections very well.
  2. ---
    1. Not yet, but I want to add this feature soon. I actually like how eg Genshin Impact shows characters in different poses in different menus, e.g. showing a mystical pose in the skill menu, attack-pose in equipment etc.
    2. That's a bit more difficult. Actually, you can do that already now but it requires custom coding, because every game will have its own use-cases and rules, and as soon as I create notetags, it's just a matter of time until the next game devs asks for another rule :)

      Create a new plugin with any name and paste this:
/*:
 * @target MZ
 */
(function() {
const _menuPortrait = Game_Actor.prototype.menuPortrait;
Game_Actor.prototype.menuPortrait = function() {
    
    if (this.name() == 'Reid' && this.isEquipped($dataArmors[1])) {         return 'Reid_LiteArmor';     }     if (this.name() == 'Reid' && this.isEquipped($dataArmors[2])) {         return 'Reid_HeavyArmor';     }     // use default portrait     return _menuPortrait.call(this); } })();

3. Sure. What data should I add to the plugin?

Please send me a mail (mail@aerosys.blog) or dm me on Discord (.aerosys). I will then send you a specialized trial version for the skill menu, so you can test whether it works with your game resolution.

I will see what I can do to fit it, but this will be a needle in a haystack. I also don't own any android phone at home.

Can you share some screenshots, drafts, etc. to point which spaces exactly you want to be controlled?

This plugin supports RPG Maker MZ only - an MV version is not planned for now due to code complexity.

There's a free demo that allows using all of the features for free, so you can try it out safely without purchasing.

Yes, you can block areas from building by putting arbitrary Region Tiles on them.

This plugin only manages the building itself, the NPCs must be implemented by yourself.

You define one or several tiles that act as a "condition" and these also include region tiles.

Right now, my plugins don't support applying individual rules to "support actors", but it is a highly requested feature, so I'm confident it will come in the future.

Same for the gauge settings.

When the HP/MP are exceeding to the right in the skill menu, then I think that your game window resolution is too small. The MK UICustomizer plugin doesn't control the skill menu. You can buy my skill menu customizer because then you can move around widgets in the skill menu, or you can look for alternative plugins, because the MK one, which is available for free, only focuses on the main menu.

I like your idea to pin the / symbols to force-align them, so it will very likely come in a future update!

I tried the VS option "skip party command" and it works fine for me with my plugins. Are there any other VS plugins that might interfere?

Can you also tell me which battle system you are using? (Turn based, Time active, Time wait, ...)

I can add a "skip party command" action by myself because I like this feature, but please understand that this feature will be included in the pro version of this plugin.

You use MZ, right?

It looks like only the HP/MP/TP are affected; in a way that the space is not enough to fit all the text in it. In my plugin, go to "Gauge Settings" and try overriding the "width" value, and set the override for "all scenes" or "all scenes except battle".

Furthermore, try disabling all other plugins and check whether the issue persists.

I recently released a new version 1.7.0 of this plugin, which offers some new controls for the Target Actor Window (ie the window from your screenshot), and more will follow!

Does the latest update already help you yet?

In fact, the "move furniture" command disassembles the event and recycles materials, then instantly goes into build mode with the exact same furniture. Therefore, build materials cannot become "lost", unless you set the specific flag in the blueprint directly.

Hope this helps

I hope so. It is essential for furnitures such as beds or wardrobes. For the moment, you can do that only by using bigger sprites, however, I understand that it sometimes doesn't feel just right.

I'm thinking about notetags that would "stretch" an event's blocking area, or something like that. I'm still looking for a good way to design and implement.

Good news, I found a good way to make a variant system which is really intuitive to use - it will come very soon!

You can set up a new "chair" item in the database and add the <Furniture: chair> notetag. Once the player owns this item, they can place a chair. Then define the "chair" item itself as its own build material instead of "wood" or "stone".

If you think that doesn't fit well, I can try to add another setting into the plugin manager so game devs can switch between a more sandbox-like crafting system or the system that you described. Historically, this furniture system was built on top of the sandbox, with only a few adjustments.

Thanks for your kind message!

A rotation feature will come soon, and for a variation feature, I need some time first for another design phase. For now, I can say that I will probably encounter some obstacles and questions (e.g. can a furniture be both, rotatable and have variations at the same time?) that need to be resolved first.

So yes, a rotation feature will arrive soon, but for the variants, I can only give a 50% confidence level by now.

Hi,

thanks for your message!

Yes, I already experimented with a furniture system that allows moving and disassembling objects (and also refunding materials), so a new plugin may come in not so distant future ;)

Tiled, however, is probably too complex. I haven't dealt with this mapping system before, I regret.

You get it from here: https://aerosys.itch.io/custom-ui

I need the full error message. When you see the error, please do the following:

  • Press F12 to open the debug console
  • Important! Navigate to "console"
  • Screenshot the entire window

Please do that in the Random Maps' comment section: https://aerosys.itch.io/rng-maps

Yes, the target actor window is still on my to-do list. But it will come!

Thanks for your report.

Will be fixed as soon as possible!

Thanks for your lovely message and your support!

Yes, I'm already working on the status screen. This screen has soooo many widgets (HP, MP, TP, Lv & EXP, elemental rates, primary params, secondary params, tertiary params, biography, maaaaaybe Visustella traits) that it takes a bit longer. I was also on a 2,5 weeks trip to Japan, where I didn't work on it at all, so it probably still takes a few weeks.

Shop screen will come about 1 to 2 months after the Status screen.

Options screen will be difficult. I have some really cool ideas, but the Options screen is super-critical because there are so many other plugins that add their own settings in a completely different style that my plugin probably couldn't handle them.

Save+Load screen might come after I did the shop screen - I really want to do it, but I think the status & shop menus are just more important.

Thanks for your feedback!

1 & 2: Yes, my plugin cannot control windows from other plugins, but it might change in the future. It doesn't have a high priority for me because I don't like this hotkey window anyway. 3rd party plugins may not be able to add their hotkeys to it, and I don't think it's really helpful for the player.

3: I can add text-align for the next update, that's not too difficult. Allowing more windows however is. From a design perspective, this window is not limited to gold, map, & playtime but it is generic and can be used for anything as it also allows showing Game Variables. But I can understand that the horizontal layout makes it difficult to read.

There's a free trial version available which allows you to test it before you buy :)

My first impression is that it works just fine because the tilesize doesn't matter when generating maps.

Cannot reproduce; the plugin works fine for me in MV. Maybe you need to update your RPG Maker.

Unfortunately, now it becomes trickier. I'm sorry if I gave you some false promise when you asked about the compatibility with YEP Skill Core, and you expected this to be true for YEP Item Core as well.

YEP Item Core is adding a lot of new windows that my plugin cannot control. I will see what I can do to make both plugins compatible, and then come back to you. Please give me some time.

If I cannot make it in a reasonable time, and the incompatibility turns out to be a deal breaker for you, I can also offer a refund, because a plugin that doesn't work in your game does not help either you or me.

Tested with YEP_SkillCore and works fine

Yes this is for the menu with the characters, a menu editor for the title is not planned right now.

You can safely ignore the error message, it appears just due to the nature of the RPG Makers framework and I can't disable it.

Furthermore, I use specialized techniques to improve my workflow in distributing this plugin, however it comes with the downside that itch thinks this project hasn't been updated since the beginning while it still gets updates frequently.

You can try to break it down which plugin(s) are in conflict with mine. It can also help to change the plugin order in the plugin manger

No that's not supposed to happen. Can you please retry with all other plugins switched off?

Yes

There's a plugin bundled in the sample project that does exactly what you described

Please send a mail with the plugins you own to mail@aerosys.blog - you will get the discount code directly from me

Just continue with the process :)

That was just a general info message because the launch of the app had some problems. They should be fixed now