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. Thomas Cyrix

    How can I edit tiles via javascript ?

    Hello Although I searched, I cannot find something as simple as : How can I edit a tile in a map (in javascript) ? I can't believe it's so rare I can't see it in any place... Currently I just can get this : $dataMap.data[(z * height + y) * width + x] = something; But... It simply does not...
  2. Thomas Cyrix

    Event display priority question

    Hello ! I am facing a weird question about event display priority : - How can I do to get the sprite over all map tiles but not over hero ? The problem is very well illustrated here : Case 1 - Left : Event set to be over hero Case 2 - Right : Event set to be same level as hero Ideal case ...
  3. Thomas Cyrix

    Game exiting unexpectedly, with no error shown in console before closing :(

    Hey There is something really strange about my game since I use some plugins : After a few teleports, game will simply close. No error message. Cannot see anything on the console (because it closes too). Do you have any idea ? I would like to get some "logs files" generated by the game.exe to...
  4. Thomas Cyrix

    Test if player stuck ?

    Hey :) I would like to get a one-liner script for conditional branches, that return TRUE if the player is currently stuck. I suppose everything for that is already present in the RPGMaker engine, an alternative should be some "move" feature returning True (Success) or False (Failure). Thanks...
  5. Thomas Cyrix

    Gamepad problem :S please help :'(

    Hello ! I'm encountering a very disturbing gamepad problem : As soon as it is activated in game (by pressing any gamepad button), the hero is constantly going DOWN-RIGHT... But the problem does not come from the gamepad : - In any other program or game it works perfectly - It even works...
  6. Thomas Cyrix

    Hello there

    Hey :) Nice to meet you ! I like create little and fun games with RPGMaker, this website is quite cool with all its resources features. My favorites games style ? No one in particular.
Top