Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. Zarsla

    Updating RPG Maker MV Character Generator Files for 1.3.4

    @sonny12681 At the time this was released, RPG Maker MV had updated. Because of this older files made with older versions of the generator, weren't able to be opened by this new generator. And thus if you updated the editor, you couldn't use your old generator files. Thus this video showed you...
  2. Zarsla

    Char Generator: Remove Gender, Add Species Categories

    Short answer: No. Also unless it's an offical update from here(if standalone installer) or thru steam, then patches/hacks would be illegal and break RPG Maker's EULA.
  3. Zarsla

    [MV] Mother 3 type hud Plugin?

    Try Yanfly's Battle Window Plugin, And set the "Show Sprites Parameter" to true, and "Adjust Columns Parameter" to true.
  4. Zarsla

    Combo based battle system

    I sent afletech with a PM explaining how I did it, I used Yanfly Buff States Core, Auto Passive States, Instant Cast & Skill Core.
  5. Zarsla

    Need Help. How do you bind a rotating picture to the map?

    You put your rotating image into a parrllel process event, and then viola. A parrllel process event for 1 map, a common parrllel process event for many maps.
  6. Zarsla

    Advice? (Garando) (Prologue???)

    Whatever is mandatory for the story and gameplay. Like if you're restricted to the house what is suppose to happen in this area, are we just exploring? What are we exploring for? Are we a little kid, who can't go outside? Or is it like a megaton blizzard outside, and where an adult who can't...
  7. Zarsla

    How to create extra rool via variables ?

    Well one problem is your conditional branch for your week counter, it's set to work when you're week is equal to 2 not every 2 weeks. In that event make a new variable called week counter. Set week counter equal to variable week. Then make it where week counter is set to mod/% 2. Then change...
  8. Zarsla

    Variable for player inventory.

    That depends. You could do this as a pair of common events. Event 1 would do the first part ie the stuff that happens when you give the quest. While Common Event 2 would do the other stuff. Then you call common event 1 when you give a quest and common event 2 when you fail it. Thus items that...
  9. Zarsla

    Variable for player inventory.

    This can be done with eventing. You need 2 variables for every item you want. For this example I'll uses variables 7-12, with items Potion, Ether & bombs. These are the variables Variable 7 = Potion Before Variable 8 = Potion After Variable 9 = Ether Before Variable 10 = Ether After Variable...
  10. Zarsla

    Yanfly's Animated SV Enemies: Change enemy weapon image depending on skill.

    Try this plugin by Yanfly, also watch the youtube video that's there.
  11. Zarsla

    I lost my game. Three times. Everything is gone. T_T

    I know it's hard. My computer hard drive just crash, and now everything got to start over. Anyway my secret is backup and make copies on like a usb or hard drive. I had my game backed up, so that when it crash I could start ovet.
  12. Zarsla

    Javascript healing code

    AFAIK, there are no other plugins that add party commands. However you may go looking for one, or request for one to be made.
  13. Zarsla

    Skill/ Stat leveling upon use or action.

    Use skill core and lunatic mode aka javascripting?
  14. Zarsla

    RMMV combat system

    Short/ tl;dr Post: Yes you can remove classes & levels, sort of.Everyone can be set to level 1 for the entirety of the game and everone can be the same class but you would never have see them or have them affect the game (That's how my game works), and you can make new stats or alter how you...
  15. Zarsla

    Javascript healing code

    Do you want the code to heal some one or do you want to make it where using battle commands you can heal someone. If you want it where you can heal someone using battle commands you need this plugin by Himeworks. And that plugin depends on this plugin. Something like this: If that's what you...
  16. Zarsla

    few problems\bugs whit items menu

    Could you give a screen shot of your plugin list, it may be that you have either a plugin conflict or that they are out of order. If you are only using Yanfly plugins, then you your plugin in order should match the plugin list on his channel. It also could be the item it self, so can you also...
  17. Zarsla

    New to All This (Suikoden Battle System help)

    What is that battle system like, not everyone has played theese Suikoden games, could you give some more info, and examples.
  18. Zarsla

    Visual or Non-Visual Encounters

    I pefer visible encounters from a game design lens, as it let's me control the amount of battles I have. On top, of that it's eaiser to do evented systems dealing with battles as well. For balancing I use Yanfly's Clasdms Based Enemies to help with balancing. For my game in particlar monsters...
  19. Zarsla

    Combo based battle system

    Give me 2 days and I'll have a video of this for you along with a link to the demo I'll make. Note I'm using TP as your stamina gauge.
  20. Zarsla

    RMMV combat system

    What do you want to do? I've never played "Traveler" so I have no idea what you are talking about. I've removed class from my game (you need to have a class or MV crashes, however you can remove everything from classes, and just have a blank class cuz you have to) Assuming there's no combat...
Top