• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by help-14

  1. help-14

    [Discussion] What do you think of RPG Maker MV?

    Played with it for few hours and I'm really interested in it. If we can create a team, we can bring simpler version of Pokemon Essential to RPG MAKER MV.
  2. help-14

    i don't know if you can use ruby in c++ or not. but if you can, run this code: scripts =...

    i don't know if you can use ruby in c++ or not. but if you can, run this code: scripts = load_data('Input/Scripts.rxdata') row0 = [] row1 = [] row2 = [] row3 = [] for script in scripts #next if script[1] == "" row0 << script[0] row1 << script[1] row2 << script[2] row3 <<...
  3. help-14

    Thank you xD

    Thank you xD
  4. help-14

    Seasons changing tilesets?

    i made one already. find my topic in resources box.
  5. help-14

    Follow Script addition

    copy your old game.ini and game.rxproj and paste to new project then you can open it with your old version of rmxp.
  6. help-14

    http://www.pokecommunity.com/showpost.php?p=7007076&postcount=5

    http://www.pokecommunity.com/showpost.php?p=7007076&postcount=5
  7. help-14

    Free Open Source of an Pkmn RPG? (Browser Based)

    MelonJS is a good start for you. You can export your map from RMXP to Tiled map editor then use it with MelonJS. I have tried a lot of HTML 5 engine and MelonJS is the best for browser based RPG. Here is a demo I made last week: [Link]
  8. help-14

    Check the new tutorial in here: http://www.pokecommunity.com/showthread.php?goto=newpost&t=281323

    Check the new tutorial in here: http://www.pokecommunity.com/showthread.php?goto=newpost&t=281323
  9. help-14

    Events and varriable

    Events and varriable
  10. help-14

    Pokémon Garnet Version~

    Still in April isn't it? :laugh:
  11. help-14

    Pokémon Garnet Version~

    Everyone are busy now so there is no demo this month, sorry :(
  12. help-14

    Sorry, i can't. I'm in hospital >"< Got an accident

    Sorry, i can't. I'm in hospital >"< Got an accident
  13. help-14

    if Mouse.press?(Mouse::LEFT) mouse_x, mouse_y = Mouse.get_mouse_pos if...

    if Mouse.press?(Mouse::LEFT) mouse_x, mouse_y = Mouse.get_mouse_pos if @sprite['button'].x<mouse_x and @sprite['button'].y<mouse_y and @sprite['button'].x+@sprite['button'].bitmap.width>mouse_x and @sprite['button'].y+@sprite['button'].bitmap.height>mouse_y #do something...
  14. help-14

    Pokémon Garnet Version~

    Minigame/sidequest is a great idea (of course i have planned) but it won't be available in the demo because i'm a little busy and Mercurysky don't have time to made the graphics (he is finishing the maps and events)
  15. help-14

    Just change "Time.now.mon==2 or Time.now.mon==3 or Time.now.mon==4" to...

    Just change "Time.now.mon==2 or Time.now.mon==3 or Time.now.mon==4" to "Time.now.hour<6||Time.now.hour>=20" or something like that, if time is night use this this tiles, if it is day use this, ...
Back
Top