• 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.

Game Dev Resources

Status
Not open for further replies.

Dawson

The Rebirth Is Upon Us
9,727
Posts
20
Years
  • Daegon Kimeron said:
    Thread Rules:
    1. rescources do not have to be related to pokemon
    2. any requests for rescources will go in the help/request thread
    3. you are not allowed to post except for the purpose of uploads or site recommendations.
    4. please try and make sure rescources are not double posted.

    Matt, only post here for uploading resources. Requests go in the other thread. I've attached what you want, just don't post here unless you've got resources. Daegon has to go through the thread and delete all non-resource posts, so save him a job by not doing it.
     
    325
    Posts
    19
    Years
    • Seen Apr 29, 2007
    phoenix316 said:
    Matt, only post here for uploading resources. Requests go in the other thread. I've attached what you want, just don't post here unless you've got resources. Daegon has to go through the thread and delete all non-resource posts, so save him a job by not doing it.

    Phoenix-Its sprite and backgrounds doesnt work on my rm2k3. plz fix it.
    Add FR/LG cerluan chipset(give rm2k3kid credits if you use them)

    Thanks Matt;)
     

    Dawson

    The Rebirth Is Upon Us
    9,727
    Posts
    20
    Years
  • This is getting ridiculous now. The rules have been posted about 8 times and people still can't obey them. As far as I know there aren't any R/S/E facesets.

    Here's some mini Pokemon sprites to stop this post becoming a total waste.
     

    Jeff_PKLight

    RMXP User
    535
    Posts
    19
    Years
  • Here's Fangking's amazing tileset with some cave tiles I added and some bike shop, ship, Mart, Pokemon Center, and New Mauville tiles.
     

    Fangking Omega

    Acanthite founder
    573
    Posts
    19
    Years
  • I put these up in my game's thread, but not everyone'll find 'em there will they...

    http://img191.exs.cx/img191/9619/caveset0gv.png
    Only ice cave so far. Bear with me. I did this today so I could do the Ice path.

    http://img12.exs.cx/img12/7703/completejohto3hn.png
    Biggest tileset ever I did see x.x
    Credit to Mateo and myself for this monster
    Though Jeff PK Light added some extra tiles (unfortunately erasing some of the previous material), Mateo recently provided some new materials (new Train Station, beach stuff, secret bases...) and I got round to some new additions. This is perfect for Johto and most of Kanto (think GSC Kanto though) and also some custom stuff (a lot of it is just edits. It's expanding quite frequently, this is just the most recent. Also of note, some of the buildings that originated from RSE have been modificated to such an extent that they resemble FRLG.

    http://img126.exs.cx/img126/6315/sea16ed.png
    http://img166.exs.cx/img166/9102/sea23tq.png
    http://img134.exs.cx/img134/9641/waterfall0kv.png

    http://img191.exs.cx/img191/5056/underwater8jc.png
    http://img35.exs.cx/img35/7584/underwater16pn.png
    Underwater, FLRG style! :D
     
    Last edited:

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • 8 way movement by me! ;)

    8 way movement by me! ;)

    go to game_player line 212, you'll see
    Code:
        case Input.dir4
          when 2
            turn_down
          when 4
            move_left
          when 6
            move_right
          when 8
            move_up
          end
        end
    you'll need to overwrite the following code with the lines above
    Code:
          # 8-way by virtual
          if Input.trigger?(Input::DOWN)
            turn_down
          else if Input.press?(Input::DOWN)
            move_down
          end
          end
          if Input.trigger?(Input::UP)
            turn_up
          else if Input.press?(Input::UP)
            move_up
          end
          end
          if Input.trigger?(Input::LEFT)
            turn_left
          else if Input.press?(Input::LEFT)
            move_left
          end
          end
          if Input.trigger?(Input::RIGHT)
            turn_right
          else if Input.press?(Input::RIGHT)
            move_right
          end
          end
          end
    **note: this is not pixel movement.
    enjoy! ;)
     
    Last edited:

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • didn't you read the rules???
    requests goes in the general game dev. help/requests

    here's a police man for rmxp
     
    325
    Posts
    19
    Years
    • Seen Apr 29, 2007
    Ash_Ketchum_From_Pallet said:
    Does anyone know if there is a full GS chipset for RM2K3?
    PLZ read rules before you post in here.
    Cave chipset :P

    Thanks Matt;)
     

    DarknessMonkey

    Avatars are for squares..
    1,419
    Posts
    19
    Years
    • Age 31
    • ...
    • Seen Apr 27, 2009
    pokemonhackerforever said:
    I need some Final Fantasy chipsets!

    This isn't where this goes, it goes in the Help thread.

    [Your lucky I don't report you.]

    Here's some Pokemon overworld.
     

    charmandereleonzard#2

    Call me Krishnan, Please
    130
    Posts
    19
    Years
  • My first charset for RMXP!

    Hi guys this is my first Charset for RMXP, hope you like it.
    Edit- Have one more, a freshly made one.
     
    Last edited:

    Vchat20

    [PAM] Founder/Coder
    113
    Posts
    19
    Years
    • Age 36
    • Ohio
    • Seen Jun 19, 2009
    heres the music from ru/sa. the midis here are more closer to the original compared to what can be found on vgmusic. all credit goes to sappy btw, which is a great program.
     
    Status
    Not open for further replies.
    Back
    Top