Pichuichu
Creator Of (Insert Here)
- 271
- Posts
- 15
- Years
- Isshu-Huin City
- Seen Aug 18, 2015
Yep my region map in help-14's pokegear script could you help me get the mouse working i can't get it to work. >.<
aw, it's too hard.. XD anyway, I will stick with the oldIn Pokemon Essentials, go to the script called SpriteResizer, and find...
Modify them to change your resolution, although, keep in mind this is a X2 scale. So if you wanted 240x200, you'd want to change the height to 400. After that you'll have to go through the other scripts, such as the ones for battles and adjust the position of things, which I don't recommend you do unless you're decent at scripting or figuring things out. Good luck.Code:@@width=480 @@height=320
I'm new to this stuff, and I was looking at the Moves.txt in the PBS folder as i wanted to add moves from Black and white, but i did not understand what the order everything had to be in, and i did not understand what the 8c, 2a, ED, (etc.) stuff ment along with bef, aef and abef. If someone could explain to wha that stuff means that would be greatley appreciated.
Just asking, this sub-forum, is it just for Pokemon games?
I wanna make a game, non-Pokemon related. And I don't wanna seem like spamming, sorry if this is in the wrong place.
Just asking, this sub-forum, is it just for Pokemon games?
I wanna make a game, non-Pokemon related. And I don't wanna seem like spamming, sorry if this is in the wrong place.
Thanks for the help. I wont be working on this game for awhile though. I have another Game I plan on making.
If you're just starting off, then you should post your game in the Drawing Board section. Then, when you start to make more progress on your game, then PM one of the mods for this section, and they'll move it into The Showcase.
If you already have lots of progress on your game, then you can just post it straight into The Showcase and wait for it to be approved by a moderator. But, make sure you read the thread requirements first.
And no, either section is not for only Pokémon games, so you can post any other game that you're working on in one of the sections I mentioned above.
I hope this helps you out a bit. Looking forward toward to seeing your game being posted.
name, lastname, callname, age
name2, lastname2, callname2, age2
class Class_load
def initialize
@name_load
@lastname_load
@callname_load
@age_load
load_data
end
def load_data
end
def show_load_data
puts "Name: #{@name_load} #{@lastname_load}"
puts "Callname: #{@callname_load}"
puts "Age: #{@age_load}"
end
end
Thanks for the help. I wont be working on this game for awhile though. I have another Game I plan on making.
EDIT: Whats the size of a tile in RMXP?
Thanks.
The size of a tile in RMXP is 32x32px.
Yeah, thats the type of thing I was looking for :)I'm not sure there's a template for making tiles since they're almost always going to be different.
However, there is a template for compiling a bunch of tiles onto a tileset.
Here, you can use this.
How do I resize the size of the screen in RMXP? I'm not using Pokemon Essentials.
Ugh... Is there a title thing or something?You need to look for a resolution script somewhere on rpg revolution.
Ugh... Is there a title thing or something?