- 24
- Posts
- 19
- Years
- Age 31
- Seen Feb 23, 2006
Does anyone know a good tutorial to make a GM6 Pokemon game?Plusle7888 said:Is there any way to make a Pokemon game in Game Maker 6?
Does anyone know a good tutorial to make a GM6 Pokemon game?Plusle7888 said:Is there any way to make a Pokemon game in Game Maker 6?
1. you can do it via script variables (if your using rmxp)Tara14241 said:Got some questions.
1) Is it possible to set up levels of wild pokemon without making who knows how many different monster entries?
2) how do I do a CMS and a CBS?
3) How can I make pokemon be in a certain area (such as tall grass on the side of a route?
4) How do I set up trainer battles?
and lastly, how do I set up a pokedex on the menu?
of course :)youngotaku said:could someone acully anwser my question?
def reset_window
self.opacity = 160
self.opacity = 255
in main, add below begin:rebellee1187 said:Hey, i've got a question. I tried searching, but it yielded no results.
What do I have to do to change the font in RPG Maker XP?
It is completely not showing up on my computer (though this might be because I copied all the scripts from the new english version into my japanese version...
THanks to anyone who can help!
$fontface = "font_name"
$fontsize = 24
self.contents = Bitmap.new(width, height)
self.contents.font.name = $fontface
self.contents.font.size = $fontsize
I really need some help with this.Plusle7888 said:Is there any way to make a Pokemon game in Game Maker 6?
Are you using rm2k3, or RMXP?Ok, here's my problem: I set up the transparent color for a chipset and then when I do use the chipset (mainly with buildings) the "transparent" areas are an off white that appears black when I test play the game. I've tried reloading the chipset changing the color...everything. Help?
Me said:First, I downloaded the EN version of RPG Maker XP and when I try to run the application, it tells me that rgss102.dll is missing. How do I fix this/where do I get it?
Me said:Second, I don't know how to import the sprite sheets.... Can you guys help me?