Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Sang Hendrix

702
Posts
9
Topics
1,881
Followers
108
Following
A member registered Feb 14, 2014 · View creator page →

Creator of

Recent community posts

Currently, in RPG Maker only has condition to check if player is inflicted by a state but not events. I'll add a condition for that in next update.

You can't, corn and cab are only for promoting the plugin. They aren't available to be used.

It's not available on Internet as I only made them for just this plugin.

This plugin modify existing scene item, so if default rpg maker ui break down then this plugin will break down too.

Hello!

Oh yes, those are features that will be added to the next updates. Due to the plugin took more than a week to develop already, I gotta release it early and add new features overtime instead of at once to avoid not having time to update older plugins due to the development for event builder takes too long. But yes, pay attention to the news and do download new version when it's out. ✌️

Of course it does! You can watch video tutorial number 0 where I used basic rpg maker sprite there.

Yeah this is an eventing issue. You don't have any condition that forbid menu from opening when message is showing. In rpg maker, u can use !$gameMessage.isBusy() condition.

Can you record a video and tell me which element on screen is Picture UI Creator? Also pls record me your eventing.

Fancy!

You mean linear? Like it's not pixel perfect? The plugin currently only add resolution multiple ways, but since there have been another user also asked about this, I'll add pixelate feature in next update.

Try double click on the Command and press ok, don't create any new commands. Just double click -> press OK and done.

Can you capture me a screenshot of your setup? Also make sure to update to version 1.1.1.

Hello! Pictures UI Creator allow to create ui from scratch using just pictures, so that method is very different to Modern Scene Title, which directly modify scene title code. Therefore, they won't conflict. 

Don't forget to check on video tutorial to learn how to create new title using the plugin!

Dot Move added pixel movement to the game so isMoving (something for grid based) wouldn't work. You gotta use isMoved, which can be found in Dot Move plugin.

Hello. Please use isMoved instead. 

(1 edit)

Yes, there are tutorials available, do check them first and see how it works. You can find the tutorial in "Tutorial Videos" section on the page.

It stays the same.

(3 edits)

Hello, please click on the list link in the page to see what you're gonna get. DLCs aren't included in Beginner bundle, and you'll get plugins that are already released.

The bundle will receive 2 more plugins in Christmas and it's completed. My future plugins won't be include in this bundle.

And thank you very much for using the plugin. If you need help, do leave me a message!

There plugins in this bundle only modify existing ones. Please check each plugin to see what scene they modify.

(1 edit)

You can find the terms of use here: https://www.rpgmakeractioncombat.com/p/sang-hendrixs-rpg-maker-plugin-terms-of.h...

Commercial, Gore and Adult game are ok, as long as it's not illegal.

Yes. You can use this plugin command.

In visual editor, make sure Parallax setting is 1. Do tell me if it works.

Hello, please update to this version (but read this changelog first). You can now use $gameVariables.value(x) to show variables.

https://sanghendrix.itch.io/easy-text-icon-on-events-rpg-maker-mz-plugin/devlog/...

Hello, your update is ready. Please check and see if the plugin is now more compatible with MultiTweaks.

https://sanghendrix.itch.io/dynamic-environment-effects-rpg-maker-mz-plugin/devl...

Hello, please visit Discord and send me a video of the issue there.

Hello!

There isn’t a single option that includes both all plugins and all Action Combat DLCs. To get everything, you’ll need to purchase both bundles. My suggestion would be getting the bundle $99.99 first because it contains all plugins, including RPG Maker Action Combat. Then after you've tried Action Combat plugin, feel free to buy "All Expansion of RPG Maker Action Combat" bundle, which gives you VFX packs and premade eventings I created. These DLCs are never required to use Action Combat, they're just additional resources for people who want to learn eventing.

Simply turn your character to that direction first. Down-left-right-top.

(1 edit)

Hello. The plugin has this command. Simply create a common event that check for a button is triggered, then call this command on both weapon/shield slot.

(1 edit)

It's possible, but it requires a lot of testing every time I release an update, which significantly increase the amount of time to release an update, so that's one of the main reasons why I don't release my plugins for MV. Another reason is that MV's framework is different to MZ so it's like you'll need to write code for 2 engines.

Hello. This plugin is only for RPG Maker MZ.

Hello. It has to be an unedited footage of your gameplay.

Great! If you need help please visit the Discord server and I'll support you there in real time.

Yeah. That feature is basically instead of creating bars fixed on screen, you can make them follow player or an event.

Nope. It doesn't allow to create scene equip etc just yet. For default rpg maker scenes, it only supports creating inventory scene and non traditional rpg maker ui. 

What do you mean status scene in character selection? If you want to display stats if each character then you can do that via show text window+ rpg maker expression.

It's called Navigator. You can find it in the plugin.

It's already there in plugin parameter. I'm surprised many people have asked for this feature despite it's already in the plugin. 😆

(1 edit)

It's doable but it's difficult to newcomers of RPG Maker, especially ones that don't do eventing often enough. Eventually, I'll make a tutorial but yeah, it's difficult.

There's someone successfully done so but it's difficult as it involves heavily on eventing. I wouldn't recommend it if you're not super good with RPG Maker yet. Making party member following you is much easier.