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 :(

    Thanks :) I just found this discussion too http://forums. rpgmakerweb .com/index.php?/topic/66600-mv-13-memory-leak/#comment-648484 Seems to fix the problem - But anyway I'll try using smaller maps ^^
  4. Thomas Cyrix

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

    Oh, okay... (I'm on PC Win10 x64 @ 16GB RAM) It seems there is a serious memory leak : I use a main map of 255x255. Loading will consume ~800Mo of RAM. And each time I enter any house and go back to the main map, it consumes ~650Mo of additional RAM. After 3 teleports, it crashes entirely. Is...
  5. 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...
  6. Thomas Cyrix

    Test if player stuck ?

    Mmmhh... I had the bug but I edited the code earlier and cannot reproduce it... Forget about it ^^ Thanks !
  7. Thomas Cyrix

    Test if player stuck ?

    ...But it does not seem to work right after a $gameplayer.moveforward() :( Do I need to add some "update" instructions in-between ?
  8. Thomas Cyrix

    Test if player stuck ?

    Thanks ! That's all I needed :)
  9. 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...
  10. Thomas Cyrix

    Hello there

    I already like the cooperative atmosphere ^^
  11. Thomas Cyrix

    Gamepad problem :S please help :'(

    Thanks for your reply ! Unfortunately, no change with Yanfly GamePad plugin. I use Steam version 1.3.1 as well, maybe it is a version problem ?
  12. Thomas Cyrix

    Hello there

    Thanks ! I encounter some difficulties to download this resource : https://rpgmakermv.co/resources/more-animated-objects.927/ Whenever I click on the "order for $0.00" button, it displays a fatal error : The following error occurred: PayResponse Object ( [responseEnvelope] => ResponseEnvelope...
  13. 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...
  14. Thomas Cyrix

    Hello there

    Thanks :)
  15. 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