VisuStella Sample Project & MZ Core Plugins

● ARCHIVED · READ-ONLY
Started by VisuStella 961 posts Page 26 of 49 View original ↗
  1. So, I was wondering, is the Enemy Encounter Aid plugin anywhere within the current or planned plugins? Or is it not needed for some reason? Because, I'd like to have symbol encounters in my game, and the Enemy Encounter Aid really helps with that.
  2. Enhancement Request for the OptionsCore:
    In Options Categories > Options List > For each option, add a setting like "Skip" or similar, where if true, when you are actually in the Options Menu, Up/Down arrows skip that line during navigating the menu.

    This would be very useful for skipping lines used as Titles or dividers, resulting in the only lines being selectable are Options you can actually edit.
  3. Hello again. Could I make another suggestion? This one's about the Party System: a Plugin Command to temporarily disable mid-battle party switching. Like, for a challenge where you go through a series of battles, but beforehand you can pick your formation and must use it throughout the battles. I can think of a workaround where you change your formation and then use a script call or something to remove all the reserve members, but this Plugin Command would make it simpler. Sorry if I'm not supposed to ask about plugins that aren't Cores here.
  4. Hello and thanks for these amazing plugins. Quick question here: How can I choose what database item will be used in the potion custom skill cost? I've created explosive potions in the item database and a skill with a potion cost in the skill database, but even without the item in my bag, I can still use the skill.
  5. SolonWise said:
    Hello and thanks for these amazing plugins. Quick question here: How can I choose what database item will be used in the potion custom skill cost? I've created explosive potions in the item database and a skill with a potion cost in the skill database, but even without the item in my bag, I can still use the skill.

    You'll need to edit in the SkillsStates Core in the 'Skill Cost Types' section. You can copy the 'Potion' information to see how it works and edit it to fit your item. You'll have comb through and edit some JS but it's pretty simple to follow.
  6. @Knightmare Thanks a lot! I think I did it.
  7. I had earlier mentioned showing the enemy HP text on their visual gauges, showing the same exact text ("HP", HP amount) like on the battle status window but optional for those who want to see it as they fight or hidden from the gauge. I know a skill can be used to display the current amount if one is curious, but that can use up a turn considering an Instant Cast feature isn't here yet.
  8. Can Quest Journal track multiple tasks?
    If not, will you add it in the future? I hope to receive your reply.
    Thank you.
  9. I posted this in the notetag thread (which might have been a mistake) so I'm reposting here. Sorry for the inconvenience.

    I'm using the MessageCore plugin in conjunction with Galv's Message backgrounds and I was wondering if there was an existing way to change the Y offset of the text? I can see that the x and y offsets for the name box are modifiable, but I'm wondering if I can do the same for the normal text in the message window. I'm trying to modify the placement of the text so that it better fits the custom message background that I'm using.
  10. Would you consider bringing back the state counter feature from MV's Buffs & States core? The functionality was great for creating states that could act as resources. I used the Tips and Tricks for Combo Attack to create ammo states that weren't tied to items and resource states not unlike combo points.

    I appreciate all that your team is doing and look forward to future releases.
  11. Hello people, I have another simple question: How do I change the battle text while using this plugin? When I miss an attack in battle, the word "miss" pops up, but I want to change it to my own language...
  12. For the Enemy Levels plugin, are there any plans to add the ability to base enemies off of class stats like the "Enemy Base Parameters" Yanfly plugin? The current Visu plugin doesn't have this functionality as far as I can tell.
  13. I would like to know if there will come the feature similar to YEP_ClassBaseParams. I'd like to keep a static 100 EXP requirement for each level.
  14. RK DracoRoy said:
    I would like to know if there will come the feature similar to YEP_ClassBaseParams. I'd like to keep a static 100 EXP requirement for each level.

    It should be out eventually but if you want to do it now you can use this...

    Exp Tables MV
    Yes, it says MV but it also works for MZ, I know this because I use it for my game.

    SolonWise said:
    Hello people, I have another simple question: How do I change the battle text while using this plugin? When I miss an attack in battle, the word "miss" pops up, but I want to change it to my own language...

    You might have to mess with Game_Battler to do that.

    Also your games look pretty cool, I downloaded them all and will start to play them tonight.
  15. I hope Quest Journal can achieve this effect, as shown in the picture, please.

    Thank you very much!
    任务插件.jpg
  16. @SolonWise I did what you asked for:
    1. Go RMMZ_Sprites.js
    2. Search for "Sprite_Damage.prototype.createMiss = function() {"
    3. Edit the "Miss" in "sprite.bitmap.drawText("Miss!", 0, 0, w, h, "center");"
    As an aside, you may want to copy that entire segment of code into a separate plugin in case of future updates to the core plugins removing that code. You may get an error stating that it's not compatible when you add it in the software itself, but that doesn't mean anything.

    With that said, why do I keep getting Level NaN for my enemies with the Enemy Levels? They won't even have turns...
  17. @BloodletterQ Thanks a lot, my friend! I'm not in my home right now, but once I get there I'll try to make this work.
  18. Hello everyone, hope you're having a wonderful week so far! I'm curious about something, is it possible to make your title screen like this using VisuMZ plugins?

    Mainly just looking for a way to overlay a looping particle effect video with indented commands that aren't in the center (as shown in the video).
  19. @Pasteleptic
    With Moghunter's title plugin, definitely