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

Illusion

RMXP game maker
155
Posts
19
Years
    • Seen Oct 17, 2011
    45@info = Window_Help.new
    [email protected]ht = $height / 4 + 16
    [email protected]h = $width / 2 + 74
    [email protected] = 8
    [email protected] = $height - @info.height - 8
    [email protected] = 9999
    51@info2 = Window_Help.new
    [email protected]ht = $height / 4 + 16
    [email protected]h = $width / 2 + 74
    [email protected] = 8
    [email protected] = $height - @info.height - 8 + 32
    [email protected] = 99999
    [email protected]ity = 0
    [email protected]owskin = @info.windowskin = RPG::Cache.windowskin("infosys")
    Try this, and make sure that infosys is in your windowskin folder.
     

    Flareon_Lover_92

    Flareon Rules All!!
    60
    Posts
    18
    Years
  • Datriot said:
    well, it's quite complex for new users but you'll get used to it.
    The pokemon battle system on the starterkit hasn't been made yet, either wait until blizzy makes on or learn RGSS and make one yourself.
    Same with the bag, pokedex and pokegear systems, you'll have to make them yourself.
    Ok, but what is RGSS? I have no Idea what it is!
     

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • Flareon_Lover_92 said:
    Ok, but what is RGSS? I have no Idea what it is!
    rgss is the programming language used for rmxp.
    open the script editor and you'll see rgss scripts.
    these scripts take care for everything.
    for example:
    from the menu to the battle,
    and from character sprite to movement.
    even the event commands are programmed in rgss
    which is "Interpreter"
     

    Tyler

    PHP Scripter
    620
    Posts
    18
    Years
  • Since that didnt work i just copyed all my stuff to the starter kitt but now im font doesnt work you can see anything.
     
    7
    Posts
    18
    Years
    • Seen Jan 13, 2006
    Very very useful!
    It's helping me a lot with my game!
    But I didn't undesrstand the battle sistem... How can I add some more pokemon to fight against?
     

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • Budgie_boy said:
    Ok then, I have A problem with the Resolution script, is it possible to delete it without it interupting any other script!!
    yes, delete the scripts, but add this:
    $width = 640 and $height = 480
     

    Stefanz

    It's a me-a! Stefan-o!
    6
    Posts
    18
    Years
    • Seen Apr 4, 2008
    hmm how do I make a message where your name comes back? like:
    Professor: Well, *name*, good to see you here!
    something like that?
     

    Onyxrhapsody87

    El encantador de la anima
    12
    Posts
    18
    Years
  • That's easy... The hero's name is stored in variable 1 so really you would just have to put \v[1] where the hero's name is...
    Professor: Well, \v[1], good to see you here!
     
    31
    Posts
    18
    Years
    • Seen Nov 6, 2010
    The skills

    I changed the skills around but now my pokemon dont have any attacks when in the battle. Why is that?
     

    Onyxrhapsody87

    El encantador de la anima
    12
    Posts
    18
    Years
  • You're Freakboy from the RMXP forums! i didn't know that... Anyway... is there a chance that one of the scripts from there will be in the next beta?
    MamJioume: The creator of the tilesets in the demo is Fangking Omega...
     

    Sorye HK

    Looking around here and there
    3,363
    Posts
    20
    Years
    • Seen Dec 1, 2021
    Isn't Freakboy his brother?? Sorry for going off-topic;;
     
    Status
    Not open for further replies.
    Back
    Top