Stefanz
It's a me-a! Stefan-o!
- 6
- Posts
- 19
- Years
- Seen Apr 4, 2008
Stefanz said:............
the creator
...
BLIZZY
![]()
yea freakboy is my brother,Eikichi-kun said:Isn't Freakboy his brother?? Sorry for going off-topic;;
CENTER_X = ($width/2 - 16) * 4 # X coordinate in the center of the screen
yep, i know the problem.Demonic Budha said:hey just a quick question, im trying to put the resoulution script into my game, but when i do i get an error on line 11.
Code:CENTER_X = ($width/2 - 16) * 4 # X coordinate in the center of the screen
thx 4 the halp
$width = 640
$height = 480
this is already done, and it should be in the current version,Demonic Budha said:sounds cool, ill wait for that one then.
Also for the Message Script, can you make it like pkmn so that the Show Choice options show in a seperate window.
Just an idea.
Blizzy said:yep, i know the problem.
you should add:
so it keeps track of the width and heightCode:$width = 640 $height = 480
QUOTE]
lol, well thats new, it dosent error anymore, but now i get this fun little thing.
I cant see the hero (i know he is at the bottom right corner, just outa shot) and the screen stays the same size.
So ill just wait for the next one.
you could try this, i'd guess it should work;)Budgie_boy said:This is bogus, I have the font installed on my computer and still it doesn't show up.
What I have done is use some of the features of the starter kit and put them in my game to speed up the process of the demo.
I have pokemon RS.ttf installed and when I test it, it comes up with no text whatsoever, it doesn't even work with 'tahoma.ttf' or any other font.
Can anyone help (and don't say "read the first post" or "install the font" i've already done both!!!!)?
Font.default_name = "Pokemon RS"
Font.default_size = 24
Then it's clearly not a problem with the starterkit.. This post goes in the help and requests threadBudgie_boy said:This is bogus, I have the font installed on my computer and still it doesn't show up.
What I have done is use some of the features of the starter kit and put them in my game to speed up the process of the demo.
I have pokemon RS.ttf installed and when I test it, it comes up with no text whatsoever, it doesn't even work with 'tahoma.ttf' or any other font.
Can anyone help (and don't say "read the first post" or "install the font" i've already done both!!!!)?
Strangely enough I've already tried everything like that.freakboy said:you could try this, i'd guess it should work;)
Code:Font.default_name = "Pokemon RS" Font.default_size = 24