Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MythAtelier

266
Posts
10
Topics
529
Followers
78
Following
A member registered Jul 27, 2017 · View creator page →

Creator of

Recent community posts

MZ Demo Project seems to be working for both saving the game after winning a battle and saving the game after escaping a battle. This is for RPG Maker MZ v1.8.0. Perhaps updating your version of MZ will help resolve these issues?

Could you post a screencap of your Plugin Manager and the error log that appears for this issue? That will help us replicate the conditions on our side.

Hello Nellz, currently, you would need to edit the plugin to make the Status Bar always show up (by preventing the fade condition from being met). We can make sure to include a new Notetag allowing you to show the Status Bars permanently in the next update.

That's up to them. In prior communication with their team, they have not been amenable to us extending CGC to support their plugins. We hope to reach an agreement in the future that allows us to do so, but right now that is not possible.

Yes, you have Cards in your Deck that summon special Actors called Creatures to the Battlefield. We want it to work similarly to systems in Magic: The Gathering and Yu-Gi-Oh where you can order field Creatures to attack specific targets and perform triggered abilities. When the Battle ends, the creature are wiped from the field so that next Battle you will need to set them up from the deck again.

Here is a video of an early version of the Card Summons plugin in action:


Glad to hear you figured it out :)

We appreciate your caution! The error code will be pretty helpful to narrow down what's going on. We may not be security folks, but we have a few friends in that field so we can have them take a look at it. Hope it's nothing but it never hurts to be careful :)

Ok, we've checked in a test project on our end and it seems to be working. Could you share with us a screencap of how you are using this script call in your game? Also, it would be helpful to get a screencap of your Plugin Manager list (so we can replicate the setup on our side). There could be some external factor affecting how this works. We'll get to the bottom of it :)

It depends on available time. Probably not for the Odometer v1.5.0 update. Maybe in the future.

This works fine with YEP plugins. For our plugins, it should work with all plugins that are not the Card Game Combat suite. The Odometer will appear just fine, however, when it comes to resolving Actor death state there are still issues with the current version.

You can potentially remove it via script calls for now (either as part of a Damage Formula or in a Common Event), but I think you may have identified a bug with the plugin with regard to States. We will add this to our bug tracker and make sure it is patched for the next update.

Hello sizizilly, thanks for your question! Your English is fine, Google Translate did a good job.

If using the Change HP command does not work, then you should still be able to incapacitate the Actor by applying the KO state on them. My guess is that since the HP change is not being applied through the Damage function, the plugin does not register this as Damage and the Mortal Damage flag is not turned on as a result preventing the Actor from becoming incapacitated.

Please use the temporary solution of applying the KO state for now. I will make sure to correct this bug for the next update.

Thanks,

MythAtelier Team

(2 edits)

Hi onamint, we believe Defender is flagging the direct download of a JS file. We have gone ahead and packaged them in a ZIP file for all the updated plugins. Could you let us know if Defender has an issue with the new file when it is downloaded from the Store Page again?

Thanks for letting us know! We will look into what may be causing that issue. Please let us know if Defender is throwing out any specific error codes or if it is just a general warning as that'll help us narrow down what's going on :)

Hey carlos wesley, we don’t have map support for Cards working  quite yet. This can be achieved via a workaround using the Show Card plugin we include in the suite and YEP Picture Common Events plugin, however, Card-specific actions (such as Drawing, Discarding, Shuffling) won’t be carried out as Card Zones (such as Hand, Deck and Discard etc.) don’t exist on the Map scene.

Hey TacticianDaraen, thanks for reporting these in! We will keep an eye out for this error. There is a major update coming out in a few days (v1.6.0) which may have already taken care of this issue. Once that update is available, please let us know if the issue persists in which case we can spend some time to investigate the bug and issue a patch to fix it.

Thanks for that! No, we do not have compatibility with SRPG Gear plugin at the current moment. This may come in a future update.

Hi PegasusRook, could you link us to the SRPG Gear plugin you mentioned in your post? We can check for compatibility on our end and let you know if it works with Card Game Combat.

Hey MESA, thanks for your question! Don't worry, there are no stupid questions.

You can do this by adding Card Actions to your End Turn Skill. This is the Skill that is activated when you hit the End Turn button, you can set it in the End Turn Button Plugin parameters. For example, the following Notetag:

<willEndTurn>
<Card Actions> Discard Until 0 </Card Actions>


Will Discard all Cards in your Hand and then End your Turn. This makes it such that when you draw cards at the start of your next turn, you will have an empty Hand before cards are drawn. Hope that helps :)

Thanks for the video. We did some investigation and it looks like the scrollbar code we use for Deck Editor doesn't like certain window resolutions. We're working to improve this. We have a major update to all of our Card Game Combat plugins coming out soon, so this will be included in the update for Deck Editor.

Hi IKISAMA, thanks for the question. Could you give us the following bits of information on your project?

- Screenshot of your Plugin Manager so we can see the order of the plugins

- Screenshot of the plugin parameters you are using for the Deck Editor plugin

- Screenshot or clip of what the image issue looks like when you scroll

- Dimensions that you are using for your screen size

Any and all of these you can provide will help us replicate the issue on our end and we can then troubleshoot with you further. If you would like a faster response, we would recommend joining our Discord so a team member can follow up with you in real time. If not, we are happy to help you on here as well :)

Thanks,

MythAtelier Team

Hey hibjgalaphor, thanks for the question. You can set up the End Turn button by setting its settings in the plugin parameter. The most important of these is the End Turn skill which corresponds to the ID of a Skill in the Database which is used by the Actor when the button is pressed in Battle.

https://cdn.discordapp.com/attachments/235557488794009600/1200614165488881706/image.png?ex=65c6d213&is=65b45d13&hm=40baba806ccb1dee67c9979398e1135955ff3e2fcb1a600795689d934c98b222&

In the Demo Project, we have set up the End Turn Skill to look like this in the Database. This Skill must use the <willEndTurn> notetag to indicate that it will end the Actor's turn once the Skill has been used so that it can move onto the turns of other Actors in the party or onto the Enemy Troop depending on the initiative order.

https://cdn.discordapp.com/attachments/235557488794009600/1200615104119590954/image.png?ex=65c6d2f3&is=65b45df3&hm=9ca2ea396072f8a4ca9b4e71667ab4f12ed2cddfc0f2d13234e7099d5ffbcdc2&

That should be all there is to it, but please follow up and let us know how this looks like in your project so we can help troubleshoot any issues you have been running into :)

Thanks,

MythAtelier Team

Not currently but we can add support for that in the next update. Should happen sometime Spring 2024.

Yes, we will likely release it once we get back to work. Team is currently out of the office so to speak :)

Hey zankokunoyami,

Thanks for reporting this in! We will need some more information to help you with this issue:

- Couple screenshots of the cracks as they currently display in your game project

- Screenshot of the list of plugins in your Plugin Manager

- Screenshot of the Shatter Effect plugin parameters you are using

Any and all information you can provide helps us better replicate the issue on our end and solve this issue for you.

Thanks,

MythAtelier Team

Hey DisillusionST, thanks for reporting this in. Could you share a screenshot of your Plugin Manager? We know we have compatibility with MZ3D so this could be down to a Plugin Order issue.

That's good to hear! One thing I want to test out just so people who have this issue in the future. Does the error happen when the Battle System is set to Active Time Progress?

Do you have the Battle System set to Time Progress (Active)? If so, try setting it to Turn-Based and see if the error still persists.

Hey JoppeSikken, thanks for your question. We'll need some more info from you in order to troubleshoot this problem.

- When does this error occur: when you run the game, when you open the menu, when you enter battle or some other trigger?

- Does this error happen only in the Demo Project or does it happen even if you make a fresh MZ project and add the Odometer Gauge plugin?

- Are you running any other plugins alongside Odometer Gauge? If so, please post a screenshot of your Plugin Manager and the Plugin Parameters you are using for the Odometer Gauge plugin.

Any and all information you can provide would be helpful to solving this issue.

Thanks,

MythAtelier Team

Hey MultiColors, thanks for reporting this error.

I think you might be right that this is linked to your RPG Maker version. Would you be able to update your engine to version 1.6 or higher and see if the error still persists? Also could you open the console log (press F8 while the game is running) and post a screenshot of what is written there. That could lend some more insight into what part of the code is not working.

- Neel

(1 edit)

Hey satukilo, thanks for your inquiry.

To set up State Info Popup with States, you will need to do the following.

1. Create a State in the States Database. Add the following to their Note section:

<State Desc>
... add your State description here ...
</State Desc>

For the purposes of this example, let's say that is State 11.

2. Go to the Skill Database. On Skills that would apply that State, add the following to their Note section:

<Show State 11>

Here we are using State 11 because we set it up before. But the 11 could be any valid State ID.

3. To set the number of frames, open the plugin in the Plugin Manager and set the Display Timer to a value of your choosing. For example, 180 would refer to 180 frames. This value applies to each time a State Window would be shown.

Above is the standard method, but you if you would like a little more control than that you can also do this operation via Script Calls. This is sometimes better for Skills that may change what States they apply. In a Troop Event or anywhere that allows a Script Call, call this:

BattleManager.showStateWindows([11, 12, 13])

By calling this function you are having the Battle Manager show the State Windows for States 11, 12, and 13. These values must be included in an array. You can save State IDs to a game variable and give it to this function or you can define the contents of the array during the execution of the skill (such as if you are using YEP Action Sequences). Once you have called this function, make sure to call this function after:

BattleManager.clearStatuses()

This will clear all the State Windows on screen. You can set it to do so on a timer so that it disappears after a number of frames.

Hope some of this helps. Let us know if you need any further help with troubleshooting this plugin.

- MythAtelier Team

This is unfortunately a feature that is not available yet. But with the upcoming Card Game Combat v1.6.0 update, you should be able to make cards with these kinds of effects :)

Is it possible, after selecting a card (card action pack 1), to modify its variables (using idenpendent card variables)? Something to simulate Yu-Gi-Oh equip cards?
Yes, that is what one of the Card Actions in Independent Card Variables is set to do. You will want to use these to achieve it:

Selected Var(X) set Y 
Selected Var(X) mod [+/-]Y

Taking this opportunity to also ask if it is possible to modify a card variable depending on the number of specific cards and/or a type in a zone?

Yes, you would need to make use of Conditional Card Actions to check how many of a specific Cards or type there are in a Zone and then change those variables on a Selection of Cards.

Let us know in this thread or on the Discord if you need any help setting these up. We can troubleshoot it with you :)

Sure, I'll see what I can do to allow users to switch back and forth between State application systems. Should be available in the next update.

Thanks for the making this request!

- It is possible to swap Odometer Images mid-battle via script calls but there is no tint for damage, healing and facing KO interactions. I will see if I can include that in the upcoming update.

- It will be possible to include both the Visual Gauge and the Odometer once I improve the integration for SRD Battle Status Customizer. Once this is done, you will be able to select which resources use which form of presentation.

Thanks for reporting this in! We can look into extending compatibility to Aerosys' suite next update :)

Not currently compatible with ABS though that can be extended to in the future. Status Bars on map feature is set for the first major update (see Plugin Help file and DevLog for details).

Sure! I can add that in as part of the next update :)

- Neel

Awesome! This should be enough to go on to track down the issue. Thanks for sending these through :)

Hey ZeroBeat, would you be able to share some screenshots of the following:

- Your Plugin Manager

- Plugin Params for this Plugin

- State Notetag Box where the Notetag is used

Maybe that can shed some light as to what is going on. If the error is on our end, we would be happy to issue a hotfix :)