• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.
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.
 
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
 
Heres my gt sets not done.
ps NO ONE USE!!!!!!!!!
 
You can't ask requests here, only in the Requests Thread.

Btw, here's a pokedex paranorma (chosen at random).
 
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:
Here's the FR/LG Pok?mon Center tileset for RMXP.

Edit: Added many new tiles, and fixed old ones.
 
Last edited:
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:
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). :)
 
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
 
this is a .zip of all the trainer sprites and almost all items (i think i dont have about 4 or 5)

enjoy
 
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.
 
Here's an underwater autotile, I believe it's from RM2k3kid, but his site's down.
 
Here's some flower rmxp autotiles. credit goes to me :D .
Pokemaster_shiny
 
Trainer I edited, dont say nothing about the hair
 
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.
 
This is disappointing.........*reports*you have enough posts to know this isnt a place to request things! Heres two golden sun window skins.
 
farm chips

Heres a farm and inner chipset I made for RMXP give credit

[PokeCommunity.com] Game Dev Resources

[PokeCommunity.com] Game Dev Resources
 
Status
Not open for further replies.
Back
Top