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. CynicSyndrome

    A Multi-Hour Epic

    I should preface this by saying that i was brand new to rpg maker when MV came out on steam. I have spent 18 months on my game world with the goal of making it as interactive as possible and maximizing re-playability. I planned for several different worlds each differently themed with its own...
  2. CynicSyndrome

    Name one thing that you added to your MV Project today

    I finished my storage safe system, with 3 part combination lock. after player removes the original contents, may store gold or up to 99 of 1 item. (currently does not include weaponry or armor.) my re-usable chests will have an identical mechanism but without the combo lock. it uses 4 variables...
  3. CynicSyndrome

    Name one thing that you added to your MV Project today

    Today I improved my elevator system, and conserved resources, by reducing the amount of variables needed from 1 per elevator in the game, to just 1 for all of them. Also by reducing the amount of switches from 1 per elevator in the game, to just 1 per type of elevator in the game.
  4. CynicSyndrome

    Name one thing that you added to your MV Project today

    I was brand new to all RPG makers before MV came out on steam. Today I completely finished debugging my creations: 1) my Inventory limitation and upgrade system. 2) My wallet capacity limitation and upgrade system. 3)My Credit/Debt Banking/Purchase system with fully functioning ATM, with player...
  5. CynicSyndrome

    Name one thing that you added to your MV Project today

    Today I completely finished debugging: 1) my Inventory limitation and upgrade system. 2) My wallet capacity limitation and upgrade system. 3)My Credit/Debt Banking/Purchase system with fully functioning ATM, with player set pin#, giving access to checking and credit account, and vendor...
  6. CynicSyndrome

    Who knows how to use the "show choice" script call? how and where do you enter the outcome of...

    Who knows how to use the "show choice" script call? how and where do you enter the outcome of each choice?
  7. CynicSyndrome

    Name one thing that you added to your MV Project today

    Today I solved what I think was the last missing piece I needed to finally finish my custom 100 item storage box with zero plugins. (ALSO RE-USABLE TREASURE CHESTS-HOORAY!) I scoured the internet and looked at lots of plugins but never could find how to store a variable item's name to a new...
  8. CynicSyndrome

    Does anyone here have experience emulating side-scrolling mechanics without plugins?

    Does anyone here have experience emulating side-scrolling mechanics without plugins?
  9. CynicSyndrome

    The Magical Vending Machine

    *Nothing comes out* *Inserts 87 more rings. free life falls out* *Inserts Yoshi Coin*
  10. CynicSyndrome

    Feedback please for levelling system.

    I had this idea too, but I think the answer is a bit of both.
  11. CynicSyndrome

    Name one thing that you added to your MV Project today

    Today, I perfected my Item Storage system mechanics, which I will add as the 3rd app in my Player PC system. The item storage code uses no plugins. it allows players to check their party's inventory of items, check your stored amount of items, withdraw and deposit items, toss out items from your...
  12. CynicSyndrome

    Solved this.

    Solved this.
  13. CynicSyndrome

    Name one thing that you added to your MV Project today

    Fixed this issued with control variable x set to script $gameActors.actor(z).name() IF X=Y, THEN trigger event, ELSE X = Password Variable ID Y= Password Entered Var. ID Z=Actor ID
  14. CynicSyndrome

    SOLVED player set password problem

    YES!!!! Works Now!! THANKS! I knew there had to be a way to set text to a variable without a plugin. This is super useful. Thanks everyone for commenting.
  15. CynicSyndrome

    SOLVED player set password problem

    Just tested it now. Doesn't seem to work. Variable keeps coming up zero. Entered it exactly as given corrected for actor# and variable#
  16. CynicSyndrome

    SOLVED player set password problem

    I haven't used any plugin for this. I'm hoping there is a short script that can achieve this as part of an event.
  17. CynicSyndrome

    SOLVED player set password problem

    what I need is a player set password. player creates password: name input-> actor1000(password), player prompted for password: name input -> actor999(password entry), If actor999.name=actor1000.name; then proceed to trigger event, or flip switch, open door, start pc, etc. just an outline, I...
  18. CynicSyndrome

    Name one thing that you added to your MV Project today

    I've tried this and it will work if I can get the player entered text to be stored as a variable.
  19. CynicSyndrome

    Name one thing that you added to your MV Project today

    Thanks for the comments. The event creator can be used creatively, I think people are relying too much on plugins. I will use one to fix this issue if I ever give up trying to do it with a script.
  20. CynicSyndrome

    Read the post again, it says "A numerical password would be easy, and unrealistic." also read my...

    Read the post again, it says "A numerical password would be easy, and unrealistic." also read my comments.
Top