Pokemon Starterkit (Rmxp) Page 21

Started by Blizzy September 11th, 2005 5:54 AM
  • 65025 views
  • 556 replies
Seen October 17th, 2011
Posted February 12th, 2007
155 posts
18.7 Years
[email protected] = 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
[email protected] = Window_Help.new
[email protected]ight = $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.

Age 31
Away from you!
Seen March 17th, 2006
Posted January 13th, 2006
60 posts
17.5 Years
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!
RIP TANNER!!!
1989-2006
I'LL MISS YOU FOREVER TANNER!!

Blizzy

me = Scripter.new("Noob")

Age 33
~The Netherlands~
Seen September 2nd, 2007
Posted September 2nd, 2007
492 posts
18.4 Years
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"

Seen October 2nd, 2009
Posted June 30th, 2006
154 posts
17.6 Years
It means that you don't have the RTP installed...

People are stupid: given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or are afraid it might be true. People's heads are full with knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid: they can't tell the difference between a lie and the truth, and yet they are confident that they can, and so they are all the easier to fool.
Seen November 2nd, 2009
Posted March 5th, 2006
15 posts
17.8 Years
............

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.

Demonic Budha

semi-good RMXPer (not script)

Age 36
Taupo, NZ
Seen December 13th, 2009
Posted October 12th, 2008
192 posts
17.9 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.

CENTER_X = ($width/2 - 16) * 4    # X coordinate in the center of the screen
thx 4 the halp
}-DEMONIC BUDHA-{

(for those of you who dont know im not the best speller in the world.:embarrass )
(also i find it funny that im like 10 years older than some of you and im asking you for help.:laugh: )

Blizzy

me = Scripter.new("Noob")

Age 33
~The Netherlands~
Seen September 2nd, 2007
Posted September 2nd, 2007
492 posts
18.4 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.

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:
$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.