• 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.

Pokemon Starterkit (Rmxp)

Status
Not open for further replies.
MamJioume said:
And...
who?s the creator?
............

the creator

...


:confused: BLIZZY :confused:
 
Stefanz said:
............

the creator

...


:confused: BLIZZY :confused:

Actuly in the credits in the RGSS it says its "Fangking Omega"

Here is what the credits say:

# blizzy => creator
# freakboy => creator

# rataime => reflection
# dark soul => Summary
# goldenaura3 => Chat (Name_Input)
# Avatar => Character Sets
# Fangking Omega => Tilesets
# Squall => Resolution

# and many others.
 
Eikichi-kun said:
Isn't Freakboy his brother?? Sorry for going off-topic;;
yea freakboy is my brother,
but he registered on rmxp.net and i didn't feel like registering a second acount
so i just post with his acount.
 
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
 
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
yep, i know the problem.
you should add:
Code:
$width = 640
$height = 480
so it keeps track of the width and height

anyway, i'm gonna re-write the starterkit,
some functions didn't work anymore.
also, i'm not gonna add pokegear in the menu,
since they can be called as 'items' in the bag.
and i put a new resolution script in.
 
Last edited:
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.
 
Sounds nice. Good luck recoding, Blizzy. XD
 
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.
this is already done, and it should be in the current version,
but a bit it could be lagging. in the new version...
(hopefully, because i'm not sure if i release it due school problems, which gives lots of work.)
...will be a newer version of the choices.
 
cool, i think i have the most recent version, but mabey i have gotten rid of all the Advance mesage script i had in there.
 
Blizzy said:
yep, i know the problem.
you should add:
Code:
$width = 640
$height = 480
so it keeps track of the width and height
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.
 
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!!!!)?
 
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!!!!)?
you could try this, i'd guess it should work;)
Code:
Font.default_name = "Pokemon RS"
Font.default_size = 24
 
Hi here;I got a problem :

I can't download the Starter Kit and I saw a lot of stuff that I wanted in it.
When I download it,I got like an ERROR MESSAGE when extracting it,so can someone give to me a valid url ?
 
the site was recently closed for maintanece, and as far as i can tell all files (PNG, ZIPs and what not) have become broken, so the download is possibly also gone and needs to be reposted.
But also Bizzy may have taken it off beacuse he is going to start a new one soon.
But if these arnet the problems, then ill be quite.
 
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!!!!)?
Then it's clearly not a problem with the starterkit.. This post goes in the help and requests thread
 
you have to change the script in blizzys message script to the font you want it.
 
freakboy said:
you could try this, i'd guess it should work;)
Code:
Font.default_name = "Pokemon RS"
Font.default_size = 24
Strangely enough I've already tried everything like that.

I've also tried:
Font.default_name = "Tahoma"
Font.default_size = 12

Font.default_name = "Tahoma"
Font.default_size = 24

Font.default_name = "Courier"
Font.default_size = 24


I'm just wondering if it's something to do with the Z positioning of the text?
for example, (I think) all windows in my game have a position value of:
z = 9999.
But the problem hadn't happened until I put in some starter kit features.
 
Last edited:
Blizzy post ur starterkit again, whenever i download it just 0 byte and download finished in 0 seconds.

I think servers problem again.
 
So, how do I install the RTP? If I save it to me computer then it doesn't work 'coz it tries to save as 'All Files'.
 
Status
Not open for further replies.
Back
Top