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

    Three Plugins needed.

    1: Looks like something that i might do 2: I already made the have x member when walking around, but doing the same in combat... well, i can look at it and see what i could find out ;) 3: Could you provide an example? Screenshot with text written on top maybe?
  2. eivl

    Windows Transparency is messed up

    Yeah, but this is just a easy hack, and at the moment it targets all Window_Base objects. If you would like more control you would have to make parameters for evert Sub Window, but not sure why that would be needed.
  3. eivl

    Windows Transparency is messed up

    Ok, i will make a fix for you later today ;) http://www.rpgmakermv.co/resources/change-window-translucency.88/ so i have no idea at what standards the community are following. But try this one out and let me know if i understood your problem.
  4. eivl

    Change window translucency

    eivl submitted a new resource: Change window translucency - Change translucency of the default windows. Read more about this resource...
  5. eivl

    RPG Maker Change window translucency 0.1

    So this is my first attempt to make a plugin. I am not following any RPGMaker standards as i do not know them, and all changes are made to the default Window object. Use this as you like, if i update it this might change.
  6. eivl

    Windows Transparency is messed up

    Do you want to change the transparency of the new game window?
  7. eivl

    Change Default setup of new project

    The Folder NewData located where your MV installation is gets copied when you start a new project. So, you can preinstall Plugins, and also preinstall a working plugins.js file if you need to have a sertain set of plugins allready working in every new project. The same i would guess would work...
  8. eivl

    Let's share your Javascript/RMMV algorithm challenges here

    Can you please make something clear for me. Does Share your javascript algorithm challenges here mean : Here is a problem and how can i make a JS solution on it? Let me give you an example. what do you want to have returned? because you write smallest property num, this does not make sense...
  9. eivl

    MV Memory Leak

    Can a memory leak test be done? does anyone have a method to crash the client?
  10. eivl

    Do I Bother..?

    You migth not have memory leaks on the mac version. If it is a leak in the client, then it migth not be there one the mac version since a Darwin port is so troublesome that they might just have made a native OS X client. And using steam is easier then makeing it a app store app.
  11. eivl

    Change Default setup of new project

    Can you make it so a new project starts with these X plugins already setup? Looks like the Folder called "NewData" is the key. i will try to populate it with plugins and also give the plugin.js some content.
  12. eivl

    Half of the Actors Battle Sprites are missing in RPGMaker MV!

    mine is missing as well, Steam install...
  13. eivl

    MVCommons

    Well, this will come in handy! =)
  14. eivl

    RPG Maker MV Tutorial series

    How nice of you, this will come in handy! ;)
  15. eivl

    Last unread post not flagged as read if you are the last poster

    So, not sure if this only on my system, or even a bug per say, but i notice that if you are the latest poster it still will count as a unread post on the main forum site if you do not go back the the subforum rigth away. More testing needs to be done i belive. It migth be sticky threads on all...
  16. eivl

    Make party members not follow you

    This is just a proof of concept. I dont want to write the plugin for you, I can, but i want you to do it yourself , but if you can't do it yourself let me know and i will fix it for you. Missing code is checks for actual party size, so that you can not call the script with more then your max...
  17. eivl

    How to learn JavaScript for RPG Maker MV

    That will not be a problem for you! ;)
  18. eivl

    Better Grass

    That does look quite good. :)
  19. eivl

    MV Memory Leak

    This is the main problem with application development. My question is : Does it leak after it is published? Yes: then the problem is with the javascript included No: Problem is with the client, then does it happen with both win32 and darwin biuld? (Windows and OS X)
Top