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

    Please Any one upload JavaScript Exam?

    So for text you can do : $gameMessage.setFaceImage('Actor1',0) $gameMessage.setBackground(1) $gameMessage.setPositionType(1) $gameMessage.add("Show Text Script Call") for images you need to be very spesific of what you want since it is not that easy to just show an image on the screen.
  2. eivl

    Help needed: Create a random 'flashing' effect to simulate lights that are on the fritz...

    So you can do this by setting up two things. Number of blinks variable. Lets call it "1-3" and it is a control variable randomly from 1-3 then set up a number of fixed wait times variable. Lets call it "4 times" and it is a control variable randomly from 1-4 Make a conditional Branch that...
  3. eivl

    Mouse System EX Help

    Link me your general settings for the plugin, migth just be that you have not activated it. This Param: * @param Use Custom Cursor? * @desc Whether you want to use a custom mouse cursor image. * true => ON false => OFF * @default false * if you do not change it in plugin settings...
  4. eivl

    Make party members not follow you

    Well.. do you want to do this forever? do it as an event or even with a script? Go to Database -> System -> Options -> Uncheck "Show player Followers"
  5. eivl

    i can't figure out how to import steam dlc into mv database

    Every project is a self contained entety, this is a requirement when using Cordova for building application files, project path is seen as the root, and anything outside it will be ignored.
  6. eivl

    Free Javascript Editors

    If you want a powerfull IDE, then go for Storm, It is so powerfull! I use PHPStorm(Webstorm is for JS) for PHP when i do complicated multi part programming, then if i want speed i use Sublime Text, fast and easy. I recommend finding two IDEs that can do this for you, it does not have to be the...
  7. eivl

    Hello!

    JS = Javascript ;) Been writing Javascript for a long time now, I used Java as a student, never touched it since ;)
  8. eivl

    hi

    Welcome to the forum! Enjoy yourself ;)
  9. eivl

    Free Javascript Editors

    Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use Forgot about Aptana Studio, works on all platforms, it is pretty neat! ;)
  10. eivl

    MV Script Calls

    There it is, i was waiting for this! =) It does look a little short...
  11. eivl

    Free Javascript Editors

    I use Sublime Text. other i have used : Eclipse, Brackets, Coda, Webstorm. there are more, but as long as you find one you like, that is the best.
  12. eivl

    Am i the only one here who i didn't preorder RPG Maker MV?

    Well... not sure about average age here, but it does feel high. And older individuals have more disposable income and can buy something like this at retail price. RPGMaker have a good history of getting good sales down the line, so that is indeed a good option, furthermore you might be able to...
  13. eivl

    [unmaintained] Elderage

    Nice plan.. are you going to do a class based system or a non-class system?
  14. eivl

    Weekly email

    Well... it does sound like a lot of work. you would need a community manager for that... For myself, would i like to have an email with updates and such.. yes, but maybe not for all.
  15. eivl

    Weekly email

    What would it contain?
  16. eivl

    Hello!

    So, what to say.... well.... short about me. I work as a programmer making Logistics, Stock Management and Order/Tracking applications. I use MSSQL, Python and PHP on the backend, and HTML, JS and CSS on the frontend. I have been writing Javascript daily for the last 10 years or so, but i have...
  17. eivl

    Exporting to iOS and Android

    As most of us thought, they use the Cordova project to pack it via the Node.JS framework. Method is the same for all Hybrid Application you want to port to iOS or Android. The help file have this already documented if you want to read it right away. C:/Program Files...
  18. eivl

    Sooo...

    Well, you do not have to use Crosswalk to do this. you can use Cordova or Adobe Phonegap Build, or maby many more solutions. They all use Cordova so you can just pick. I will be using Phonegap Build.
  19. eivl

    It's up, and ready to download for those who pre-ordered

    I can just emulate Windows and test it until it is released. Using Mac at work....
  20. eivl

    Learn Javascript Basics

    No, JS is the easiest to learn, even some say python, it is not true since python is a 100% object oriented programming language, and until you "get" what that means, JS will be easier. You would need some learning tools, book, video, online course to get familiar with syntax. JS is such a...
Top