• 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!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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.

General Game Dev Help and Requests

Status
Not open for further replies.
I have another two questions.

1) When I test play my game or play any other games that are made with RPG maker, the text is all blurry. How can I fix this? If I need to change my resolution, could you tell me what to change it to?

2) My main charecter is killed way too easily. How can I raise the level of him for the beginning?
 
Maybe you allready knew, but I didn't! :embarrass
The screen can be changed into this small. That is almost
like GBA!
Quite strange I haven't noticed, cause I've been working with Rm2k for
about 2,5 years now! :confused:
 
Last edited:
MewMan said:
I have another two questions.

1) When I test play my game or play any other games that are made with RPG maker, the text is all blurry. How can I fix this? If I need to change my resolution, could you tell me what to change it to?

2) My main charecter is killed way too easily. How can I raise the level of him for the beginning?
1) To fix the font you need to download the font patch, I think they had it on www.gamingw.net but Im not sure.

2) You can raise the characters stats in the database.
 
2) My main charecter is killed way too easily. How can I raise the level of him for the beginning?
Database>Hero, Change "Min.Level"
Maybe you allready knew, but I didn't!
[PokeCommunity.com] General Game Dev Help and Requests

The screen can be changed into this small. That is almost
like GBA!
Quite strange I haven't noticed, cause I've been working with Rm2k for
about 2,5 years now!
[PokeCommunity.com] General Game Dev Help and Requests
The smallest is actually 320x240 on your screen, which is what RM2K was built for. So your quality will be its best in the smallest window :) Full-screen stuff has a tendency to look crappy.:P
 
You probably have the full size option on. On the buttons, there should be one with a box and arrows pointing to all four corners. Unclick that button.
 
I cant find the font patch. Can anybody offer links? Please?
 
Just download v 1.08 of RM2k3 or v 1.09 on gamingw.net
It comes already patched.
 
Sorry but this is about the images posted on this forum, the Q is how come i cannot veiw them even tho i am not behind a firewall?
 
Is there any other way I can get the font without downloaded rpg maker again?
 
I never used a patch I just installed the japenese language pack and grabbed the enter name fix rpg_rt.exe! But most likely you should just be able to patch it!
 
pkmn310 said:
Maybe you allready knew, but I didn't! :embarrass
The screen can be changed into this small. That is almost
like GBA!
Quite strange I haven't noticed, cause I've been working with Rm2k for
about 2,5 years now! :confused:


dude.....how did you do that???
 
oh......ok...i dont really pay attention

srry and thnx
 
DarkMage31 said:
Kyle>I dunno, the attatchments seem to work for me. There's only 1 on this page though. BTW, Jedi Outcast was a great game :)
TY, some of the attachments work but the others take me to a blank page :\
 
I'm a newbie to theese boards(I never post in newbie fourms :P ), and sort-of a newbie to RM2k and RM2K3. I need some help beacse my code wont work right.

My running shoes code does not work right. When you use the shoes, until you turn them off(the shoes, not the game), you are stuck in place.
Here's my code, can anyone see what's wrong with it?


My common event code for running shoes(it is activated by a switch item, Trigger: Auto Start, Trigger switch:0003:Running Shoes):

<>(Sprite Change stuff)
<>Move Event: Hero, Increase move speed,Increase move speed,Increase move speed
<>Message Display Options: Transp, Top, Fixed, Processes Continue
<>Message: Press a key to slow
: down.
<>Key Input Proc(The exit, action, or shift key[wait untill key press]): [0001: Running var]
<>Move Event: Hero, decrease Move Speed,decrease Move Speed,decrease Move Speed
<>(SPRITE CHaNGE STUFF)
<>Switch Operation: [0003:Running Shoes] OFF
<>

I think it's how I did the key processing thing, but i'm a newbie to actualy making games that have actual code in them(as opposed to games that give you game over as soon as you start o_0 ). Unless making running shoes that you just have to press a key to run would be better(I dont know how to to this at all and tutorials about it are all using terms that are diffrent for 2000 and 2003[im using 2003])?
 
Last edited:
Status
Not open for further replies.
Back
Top