Search results

  1. Hayolee

    How to Run Plugin Code

    Thanks! That's a good idea, you're right. I really don't need any inheritance in this situation. I'll look more into classes and objects in Javascript. I'm too used to using JS for functional programming.
  2. Hayolee

    How to Run Plugin Code

    Alrighty, posting final modularized and functioning code for anyone who has been following the thread or anyone who finds it in the future and wants a basic example of JS inheritance. For anyone's future reference, obviously incrementing a counter variable and checking if it's over a certain...
  3. Hayolee

    How to Run Plugin Code

    I would say that explains it then. C++ is my least favorite language object-oriented language compared to Java and C#.
  4. Hayolee

    How to Run Plugin Code

    Yep
  5. Hayolee

    How to Run Plugin Code

    Javascript is upsetting. DayNight.prototype.update = function(){ $gameMessage.add("I'm in update"); //If dayValue is true, meaning it's day, then... $gameMessage.add(this._currentTime); if ( this._isDay == true){ //Check to see if currentTime/timePassed is greater than...
  6. Hayolee

    How to Run Plugin Code

    /////Globals///// var tint_speed = 60; var dayLength = 10; var nightLength = 5; ////////////////////////////////////////////////////////////////// //////////////////////////DAYNIGHT CLASS////////////////////////// //Creates DayNight Class function DayNight(){ this.initialize.apply(this...
  7. Hayolee

    How to Run Plugin Code

    I've got it working. Just have some bugs to sort out.
  8. Hayolee

    How to Run Plugin Code

    I'm going to call the run command in a parallel processing event and loop it there and see what happens. I'd like to thank you guys for the help and replies. I'm at the border of knowing the basics of coding, and not knowing how to do anything at with specific APIs-- so I'm very easily lost...
  9. Hayolee

    How to Run Plugin Code

    How can I consistently execute my update function, then? I'd like this to be running as the game itself runs. I'm familar with loops, data types, conditionals, etc. and other logic related stuff. Maybe not entirely syntax wise in JS, though. I'm more used to Python and Java. Your tutorial had a...
  10. Hayolee

    How to Run Plugin Code

    I've since updated the code, and this is what I have: var tint_speed = 60; var dayLength = 3600; var nightLength = 1800; var timePassed; var startingTime = Date.now(); var isDay = true; function update(){ timePassed = Date.now() -startingTime; if (isDay = true){ if (timePassed...
  11. Hayolee

    How to Run Plugin Code

    I don't want to use already created plugins because I'm trying to learn how to make them myself. There aren't a lot of good tutorials that explain how to create plugins (like what is important to have, how to trigger them, how they should be set up), so I've just been looking at the...
  12. Hayolee

    How to Run Plugin Code

    Here is some code I've written: I have a parallel process event that sends the plugin command "run". I want it to be an incredibly simple day and night cycle just to get the hang of creating plugins, running them, etc. I can't seem to get this to run.
  13. Hayolee

    Creating A Screen Overlay With Bitmaps in JS

    So, like, can I get a rundown on bitmaps/screen overlay stuff? The documentation I found is not incredibly helpful.
  14. Hayolee

    Creating A Screen Overlay With Bitmaps in JS

    Hi! I'm a little unfamiliar with the RPG Maker MV API, but I have worked in Javascript before briefly (not a master) just to give you some insight. I'm currently trying to create a few plugins that need a screen overlay/bitmappy stuff. I'll list them both before I go into more detail: 1.) I...
  15. Hayolee

    Games Won't Start

    I've yet to do that, but I tried I've been going through a few things, and I think I fixed it but have no clue how.  My game's not done yet so I was sending it to a friend so she could beta test and find my issues.  So, I copied my game file(config. game, dll and all) and zipped it, and then...
  16. Hayolee

    Games Won't Start

    That's just where the entire thing installed to when I ran the disk in my computer.  But, in the past there were no issues with it. I exported about four tiny games last year.  This is the first time exporting something larger.
  17. Hayolee

    Games Won't Start

    It's installed in documents and I've tried administrator. When I copy all the files into a new game I lose all of my events and maps, so basically it's like starting new. 
  18. Hayolee

    Games Won't Start

    I'm trying to export one of my games to a friend, and it's worked for me before in the past.  However, this time the .exe game file won't open to my friend OR to me.  I don't understand why, it worked so well before.  I've tried my hardest to find why, and I think it may have to do with Windows...
  19. Hayolee

    Chair Puzzle Help

    Woops! Didn't even catch that because I'm using mine in a place it won't be able to move!  I'd put the conditional branches in front of the move route like Celianna did.  It wasn't an issue for me though. 
  20. Hayolee

    Chair Puzzle Help

    First, name two variables Chair X and Chair Y for whatever your thing is then on the first page press "Control Variable" under the "Game Progression".  Choose your Chair X ,  choose set, choose "Game Data", press " ..." for more, go to "Character", "This Event", and then you have it's X.  Do the...

Latest Threads

Latest Posts

Latest Profile Posts

So in my SRPG, when kill monsters, they leave an aura that grants +20% Crit, +20% PDMG MDMG. Aura lasts only for 1 turn, it forces players when and where to last hit.

1702177938686.png
So frustrating when you just wanna work on your game but people want to do stuff in RL... :p
Day #9 of Advent is all ready in one spot! Do you prefer doing your shopping way before Xmas, or…do you like the chaos? Are you done shopping and/or crafting for Xmas?
Fast test with Wagon and horse no animation. yes it looks strange horse is Ralph and wagon is follower xDDDD
Should first boss be easy or maybe little medium, I don't want to be overwhelmingly hard

Forum statistics

Threads
136,887
Messages
1,271,059
Members
180,663
Latest member
brendancamarillo
Top