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. Boy Who Codes

    [Scripting] Script Call Function

    Are you using the 'this' as well on Game_Interpreter? This sounds like a good topic for my tutorial, I'll include it soon as I finished all my other requested tutorials :D
  2. Boy Who Codes

    Template for creating a scene

    Nice post. This is useful for many, that's for sure. Actually all we need is already in the default scripts and all we need to do is take a quick look at them. I was even trying to do some overlay only to find out everything can be replicated from the default scripts.
  3. Boy Who Codes

    [Scripting] Script Call Function

    Here's what I can recommend. Create a function in Game_System that holds a variable for the string. Then, make sure that the ones that is displayed is the ones in Game_System variable, not the ones you instantiated from your window.
  4. Boy Who Codes

    [Scripting] Window Won't Appear

    Sadly, most of the things in your Window is wrong. Also, if you want it to be displayed on the screen, you'd have to place it under the create function first in the Scene_Map, then update to make sure the window gets refreshed per frame. For more information about drawing windows, please do watch:
  5. Boy Who Codes

    The Real You picture threddo!

    Water Closet :D
  6. Boy Who Codes

    The Real You picture threddo!

    This is a recent photo of me after a tiresome work. A selfie in the WC...great.
  7. Boy Who Codes

    Lack of encryption

    Encrypting is nice, if you don't want your stuff to be stolen. But what is the chance that someone out there won't be able to create a decrypting tool? There's always someone. Remember in RMVXAce? Early when it was released there was a program called RGSSAD (RGSSA decrypting tool) where it gets...
  8. Boy Who Codes

    [Scripting] Window Won't Appear

    You will need a scene where you will overhaul the window. If you look at Window_MenuCommand, Window_Gold, Window_MenuStatus, they are not automatically drawn in the menu. They are called in the Scene where they belong, and that is where they are being called.
  9. Boy Who Codes

    What do you guys think of me recording videos of actual development of a script / plugin I am...

    What do you guys think of me recording videos of actual development of a script / plugin I am working on?
  10. Boy Who Codes

    Three Plugins needed.

    1: Splash Screen Ex: http://www.rpgmakervxace.net/topic/35414-rmmv-splash-screen-ex/ 2: Party Member Fix: https://infinitytears.wordpress.com/2015/10/30/party-numbers-fix/
  11. Boy Who Codes

    Particle System in MV?

    Yes, and that's where I am looking at.
  12. Boy Who Codes

    Particle System in MV?

    The weather style looks limited, I tried using that and replicating the effect and I don't like it. I am looking for a more advanced and distinct kind of particle movement, that can be simplified the easiest way possible.
  13. Boy Who Codes

    Particle System in MV?

    Hi Hime. I am actually interested how this can be done in MV. One of the things I'd like to have is probably a portion of the whole system that allows me to control which direction the particle is in and that would be nice.
  14. Boy Who Codes

    RMMV Plugin Scripting Tutorials

    Thanks! I am planning to start with tutorials about Windows, Sprites, etc. They are essential on how to understand drawing any stuff from the screen, and then making them work or anything. I should start scene by scene. For now, it would be the title screen.
  15. Boy Who Codes

    RMMV Plugin Scripting Tutorials

    You're welcome. I will upload the other videos tomorrow night, where some of them features things that you would exactly use to make your own plugins in MV.
  16. Boy Who Codes

    RMMV Plugin Scripting Tutorials

    I have the whole remaining months making videos and tutorials, so while I still have the strength and I am still alive, I'd like to create this thread. This is all I can do for the RM community for now, and I do hope it would help people learn how to write their own plugins in the future. I...
Top