• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.
15
Posts
18
Years
    • Seen Nov 2, 2009
    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.
     

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • 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.
     

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • 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
     

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • 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:

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • 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

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • 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.
     

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • 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.
     

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • 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.
     

    Budgie_boy

    A bold new journey awaits
    586
    Posts
    19
    Years
  • 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!!!!)?
     

    freakboy

    Nubbie
    84
    Posts
    20
    Years
  • 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
     
    2
    Posts
    18
    Years
    • Seen Jul 2, 2006
    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 ?
     

    Demonic Budha

    semi-good RMXPer (not script)
    192
    Posts
    18
    Years
  • 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.
     
    1,279
    Posts
    20
    Years
  • 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
     

    Budgie_boy

    A bold new journey awaits
    586
    Posts
    19
    Years
  • 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:

    Ati

    Staff User
    517
    Posts
    18
    Years
    • Age 30
    • Seen Apr 1, 2009
    Blizzy post ur starterkit again, whenever i download it just 0 byte and download finished in 0 seconds.

    I think servers problem again.
     
    Status
    Not open for further replies.
    Back
    Top