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

Blizzy

me = Scripter.new("Noob")
492
Posts
19
Years
  • here are some colors for rmxp
    paste it in a empty script:
    Code:
    # colors by virtual
    class Window_Base < Window
      $orange = Color.new(250, 135, 80, 255)
      $red = Color.new(225, 45, 0, 255)
      $darkred = Color.new(215, 0, 55, 255)
      
      $lightyellow = Color.new(230, 245, 150, 255)
      $yellow = Color.new(235, 250, 90, 255)
      $gold = Color.new(175, 175, 5, 255) 
      
      $black = Color.new(10, 5, 10, 255)
      $white = Color.new(255,255,255,255)
      $gray = Color.new(255, 255, 255, 140)
      
      $lightblue = Color.new(130, 190, 245, 255)
      $blue = Color.new(55, 120, 250, 255)
      $darkblue = Color.new(40, 5, 165, 255)
      
      $lightgreen = Color.new(140, 245, 140, 255)
      $green = Color.new(0, 250, 70, 255)
      $darkgreen = Color.new(30, 150, 5, 255)
      
      $brown = Color.new(115, 30, 10, 255)
      $pink = Color.new(250, 90, 230, 255)
      $purple = Color.new(190, 5, 165, 255)
    end
    to use it, do:
    Code:
    self.contents.font.color = $color
    $color is the color you want, like $red
    all the colors i made are in the script above.

    this are not all of the colors,
    i might add when i got some more.
     

    Superiority

    GFX/Rm2k3 Wizard
    107
    Posts
    19
    Years
    • Seen Nov 29, 2005
    okya,i know its W.I.P but i couldnt resist showing everyone,how does it look?
    (its goten from dbgt)

    NOTE:for everyone who doesnt know..this is santadidit102
     

    Jeff_PKLight

    RMXP User
    535
    Posts
    19
    Years
  • You can't ask requests here, only in the Requests Thread.

    Btw, here's a pokedex paranorma (chosen at random).
     

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • resources for all

    Hey just a couple of items.
    1. Breaking Waves (for the edge of beaches and what not)
    2. Pokemon Tower (from Lavander Town)(it is at the bottom of the tileset with some other random stuff ive added for my game)

    you dont have to give credit cause im sure someone else would have made them sooner or later.

    so enjoy

    Demonic Budha
     
    Last edited:

    Chimou

    Dancing Artist
    205
    Posts
    20
    Years
    • Seen Aug 21, 2006
    Here's the FR/LG Pok?mon Center tileset for RMXP.

    Edit: Added many new tiles, and fixed old ones.
     
    Last edited:

    Chimou

    Dancing Artist
    205
    Posts
    20
    Years
    • Seen Aug 21, 2006
    If you have that many posts, you should know the rules, Zero. This is not the help/request thread.

    Here's all the autotiles (RMXP) for FR/LG. Please note, however, that I'm not sure that "FRWater3" and "FRWater4" will work.

    Edit: Those water autotiles don't work, so don't use them.
     
    Last edited:

    Jeff_PKLight

    RMXP User
    535
    Posts
    19
    Years
  • Here's the SS Tidal (or something) ship. It's not included in a tileset, because it's for people using RM2k/3 and RMXP (add it in a tileset). :)
     

    funnybunny

    Advanced RM2k(3) Coder
    178
    Posts
    19
    Years
  • Jeff_PKLight said:
    Here's the SS Tidal (or something) ship. It's not included in a tileset, because it's for people using RM2k/3 and RMXP (add it in a tileset). :)
    made it into a RM2k3 charaset, see attachment
     

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • this is a .zip of all the trainer sprites and almost all items (i think i dont have about 4 or 5)

    enjoy
     

    Ionem

    .biomechanic.
    116
    Posts
    18
    Years
    • Seen Sep 26, 2005
    I compiled these myself from images on The Spriter's Resource and ripped a lot of them myself, too. Here's my complete tileset and autotile collection for Pok?mon RMXP. :)

    Click here for directory.
     

    Illusion

    RMXP game maker
    155
    Posts
    19
    Years
    • Seen Oct 17, 2011
    Here's some flower rmxp autotiles. credit goes to me :D .
    Pokemaster_shiny
     

    Neo Genesis

    The Wanderer
    238
    Posts
    19
    Years
  • Dosent anybody learn? This is not a help/request thread!
    Heres a huge chipset of goldensun 1/2 outer, I might create an inner later.I had to split it in half since the file was too big.
     

    Neo Genesis

    The Wanderer
    238
    Posts
    19
    Years
  • This is disappointing.........*reports*you have enough posts to know this isnt a place to request things! Heres two golden sun window skins.
     
    Status
    Not open for further replies.
    Back
    Top