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

    MV Script Calls

    Office 365 here =) did not know it was free
  2. eivl

    Ahh.. piracy.. well.. steam summer sale soon... soonish... ;) they can wait until then if they...

    Ahh.. piracy.. well.. steam summer sale soon... soonish... ;) they can wait until then if they can not afford. Actually that is how i got VX Ace a few years ago.
  3. eivl

    MV Script Calls

    Indeed! One of my favorite group collaboration tools i know of! =) and also overpriced and (or not) undervalued by consumers.
  4. eivl

    I've made a few plugins.

    Yeah, i am writing on top of my head, it does not mean that my code will actually work ;) It will be very close if not 100% correct. i store all parameters inside ET.Parameters you would just use this.addCommand(shutdownTerm, 'shutDown'); When you use a anonymous function to call your script...
  5. eivl

    Skills Requires Armor?

    Well... this looks strange.. i would not use a common event for this. But i think i have already seen this plugin somewhere..
  6. eivl

    MV Script Calls

    Here is a general IF-Else call if (time < 10) { greeting = "Good morning"; } else if (time < 20) { greeting = "Good day"; } else { greeting = "Good evening"; } you can have multiple else if statements as well.. remember that you check for errors before you run an condition check...
  7. eivl

    Ask the Owner Anything

    Where do you live and what education do you have? What skills do you have that you are proud off?
  8. eivl

    Character Creator

    This is the same as the other post with adding items to an actor. if you solve one you solve both.
  9. eivl

    MV Script Calls

    if (!$gameSwitches.value(n)) { //code here }
  10. eivl

    sure: http://www.rpgmakermv.co/threads/code-color-changes.591/

    sure: http://www.rpgmakermv.co/threads/code-color-changes.591/
  11. eivl

    Code Color changes

    Making this post to see how the different colours work on the site. Javascript have issues with dark purple and blue when using the dark theme. Javascript function() { if(Utils.isNwjs()) { var _pluginName = 'CXJ_Exit'; var _propNames = ['Text - Exit', 'Text - To Desktop', 'Add to title'...
  12. eivl

    ok. the Purple and dark blue colors are not easily readable on the dark theme, maybe it can be...

    ok. the Purple and dark blue colors are not easily readable on the dark theme, maybe it can be changed in the plugin configuration or CSS file (but the strange thing is that i can not see any CSS file for this plugin, so maybe it does not use it.)
  13. eivl

    what is going on?

    what is going on?
  14. eivl

    No problem, i was going to make a request, but let me know when you are back on your feet! it is...

    No problem, i was going to make a request, but let me know when you are back on your feet! it is just a small CSS fix for the dark theme when using the new javascript code. you will get the details when you get better!
  15. eivl

    I've made a few plugins.

    Thanks! how nice! =) Ill read trough them and see what they do! You should try not to overwrite default values with default values, because if the core changes you will revert them to the original value. Let me give you an example: Window_TitleCommand.prototype.makeCommandList = function() {...
  16. eivl

    Battle Background auto-stretcher plugin

    normally Yanfly lets you disable unwanted feature, but i have not tested any of his scripts for MV, give it i try please, and if it does not work ill make a separate plugin for you over the weekend.
  17. eivl

    Webserver that stores game information

    So i am thinking.. or more then anything, planning. What if i made a server that enabled you to save information to it, would it then be useful in a way? It could be anything, saves, high score, dynamic game assets, sudo multiplayer, chat or community communication. It would ofc be VERY time...
  18. eivl

    MV Script Calls

    What are you trying to do? What did you try?
  19. eivl

    Script / Plugin Requests

    I think you can do this with a Conditional Branch, will have to do some testing first.
  20. eivl

    Battle Background auto-stretcher plugin

    That migth just be possible, did not Yanflys script work for you?
Top