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

    Text in Title screen

    eivl submitted a new resource: Text in Title screen - Write version information on the title screen Read more about this resource...
  2. eivl

    Snowflake

    I need some snowflakes, in multiple sizes, 4 should be enough. I am planning something cool with weather effects ;)
  3. eivl

    Plugin Change armor and stuff

    With the help of Jeneeus Guruman from rpgmakerweb.com i am rewriting his base plugin to expand this into a fully working armorchanging plugin. Step 1 : Have a working version that changes armor after what you are wearing. Step 2: make a dressing room type system that lets you customize your...
  4. eivl

    How-to mark a question as answered

    Here is my question: How do i mark an answer as the correct one? @LTN Games please answer with screenshot and i will mark this as done ;)
  5. eivl

    JavaScript’s Apply, Call, and Bind

    Gotten from JavaScriptisSexy You should read the JavaScript 201 and the Prototype explanation before you read this. Functions are objects in JavaScript, as you should know by now, if you have read any of the prerequisite articles. And as objects, functions have methods, including the powerful...
  6. eivl

    A Plain English Guide to JavaScript Prototypes

    Original post by Sebastian Porto When I first started learning about JavaScript object model my reaction was of horror and disbelief. I was totally puzzled by its prototype nature as it was my first encounter with a prototype based language. I didn’t help that JavaScript has a unique take on...
  7. eivl

    Stamina / Dash [Beta]

    eivl submitted a new resource: Stamina / Dash [Beta] - Stamina bar that limits the amount of time you can Dash Read more about this resource... Does not work on touch, i will fix this on the next update
  8. eivl

    Req: javascript debugging in browser X tutorial

    Can someone make this?
  9. eivl

    Keyboard plugin

    eivl submitted a new resource: Keyboard plugin - Let you bind keyboard keys to script calls Read more about this resource...
  10. eivl

    Plugin ET Stamina / Dashing plugin

    So here is a work in progress, i got help from Jeremy from rpgmaker forum with the drawing of the bars, they look much better then the strange one i drew yesterday ;) @Xyphien is this what you had in mind?
  11. eivl

    eivl AMA

    So, i will have a go at this.. Not sure what is normal to do in this case, I can sum my life in a twitter post or shorter as a guideline for interesting questions. Born, school, 5 years in army, 5 years university, traveling a new place every year, programmer by day and programmer by night...
  12. eivl

    Javascript 201

    So what is the deal with this JavaScript i hear people talking about.. Well.. since i am a terrible writer i will with the help of the internet compose my thoughts, not in my own words but in my own way. I will need to reserve a few posts so i can explain more as i go.. hope that is ok. If you...
  13. 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'...
  14. 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...
  15. eivl

    Code highlighting of JS code

    It will make pasting JS code easier to read! https://xenforo.com/community/resources/geshi-syntax-highlighter.89/ // This doesn't work like you might think, because the value of `i` never // gets locked in. Instead, every link, when clicked (well after the loop // has finished executing)...
  16. eivl

    Start game in Fullscreen

    eivl submitted a new resource: Start game in Fullscreen - Forces the game to start in fullscreen Read more about this resource...
  17. eivl

    Change Max Battlers and Followers

    eivl submitted a new resource: Change Max Battlers and Followers - You are able to change the maximum amount of Followers and/or Battlers Read more about this resource...
  18. eivl

    Change window translucency

    eivl submitted a new resource: Change window translucency - Change translucency of the default windows. Read more about this resource...
  19. 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.
Top