Maximum values

Aug 27, 2008 at 1:52 AM
Been here way too long...
"..."
Join Date: Jan 21, 2006
Location:
Posts: 369
I'm sure they've all been found, but it would be nice to have em in a list. Things like Max maps before sues workshop crashes, x and y values for pbm's, number of characters on a single tsc, max items for the item screen, ect. Stuff like that.

Max maps: 128
Max faces: 128 (commands <FAC0000 thru <FAC0127)
Max items: over 999
Weapon xp: (thanks lyger)
Snake:
30xp for level 1-2
40xp for 2-3
16 to MAX

Polar star:
10xp 1-2
20xp 2-3
10xp MAX

Missile launcher:
10xp 1-2
20xp 2-3
10xp MAX

Fireball:
10xp 1-2
20xp 2-3
20xp MAX

Machine gun:
30xp 1-2
40xp 2-3
10xp MAX

Bubbler:
10xp 1-2
20xp 2-3
5xp MAX

Blade:
30xp 1-2
60xp 2-3
0xp MAX

Super missiles:
30xp 1-2
60xp 2-3
10xp MAX

Nemesis:
1xp 1-2
1xp 2-3
1xp MAX

Max teleporter options = 7
 
Aug 27, 2008 at 10:42 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
Eh.. why don't you make one >_>.

And I thought you made this thread to list what you know... -_-"

You disappoint me too much, SeriousFace... *heavy sigh of ultimate doom*

loljking._.

Code:
[B][U]HACKING-WISE[/U][/B]

[B]Max map no[/B]
[I]128 (including map no. 0)[/I]
[B]Max hex value[/B]
[I]FF (255 in decimal)[/I]
[COLOR=Red][B]Max TSC Buffer[/B]
[I]20480[/I][/COLOR]

Code:
[U][B]IN-GAME-WISE[/B][/U]

[B]Max number of playable chars[/B]
[I]2[/I]
[B]Max jump height of playable char[/B]
[I]3 blocks[/I]
[B]Max underwater time[/B]
[I]10 seconds[/I]

Hmm... that's all I can think of =P
 
Aug 27, 2008 at 11:39 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
Maximum number of maps 128 (Including 0)
 
Aug 27, 2008 at 12:35 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
The TSC buffer is 5000 in hex. Don't quite know what that translates to in decimal.

That's all I can think od right now.
Lace
 
Aug 27, 2008 at 1:51 PM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
The TSC buffer is 5000 in hex. Don't quite know what that translates to in decimal.
That would be 20480.
 
Aug 27, 2008 at 3:54 PM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
What is TSC buffer? Could someone tell me pls so I can like.. add on to the list lol ><
 
Aug 27, 2008 at 4:26 PM
Hoxtilicious
"Life begins and ends with Nu."
Join Date: Dec 30, 2005
Location: Germany
Posts: 3218
Age: 32
Numbers of chars.

Edit: Take out Max hex value, that's wrong.
If you want something like that it should be:

Nybble - 15
Byte - 255
Word - 65535
Integer - 4294967295

...

And so on.
 
Aug 27, 2008 at 7:30 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
What on earth is a nybble? Is it just a bit?

Edit: Haha, sorry, caps lock was on :p
Edity: Metalogz, the TSC Buffer is the maximum number of characters that you can have in a script. It isn't max tsc buffer btw.
Editagain: Ha, I get it. A nybble is one character, a byte two etc.
Nybble - F - 15
Byte - FF - 255
Word - FFF - 65535
Integer - FFFF - 4294967295

Harhar, I really should think before I post. :D

Lace
 
Aug 27, 2008 at 8:03 PM
Hoxtilicious
"Life begins and ends with Nu."
Join Date: Dec 30, 2005
Location: Germany
Posts: 3218
Age: 32
Lace said:
Editagain: Ha, I get it. A nybble is one character, a byte two etc.
Nybble - F - 15
Byte - FF - 255
Word - FFF - 65535
Integer - FFFF - 4294967295

Really wrong. 16 * 16 = 256 and 65536 * 65536 = 4294967296. So it is:

Nybble - F - 15
Byte - FF - 255
Word - FFFF - 65535
Integer - FFFFFFFF - 4294967295
 
Aug 27, 2008 at 8:07 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
I... copied your post.
And if Fis 16 etc. wouldn't your previous post have been dead wrong, so that you should change more than the last digit?

Edit: Max items on item screen is 24.
 
Aug 27, 2008 at 8:28 PM
Hoxtilicious
"Life begins and ends with Nu."
Join Date: Dec 30, 2005
Location: Germany
Posts: 3218
Age: 32
Lace said:
I... copied your post.
And if Fis 16 etc. wouldn't your previous post have been dead wrong, so that you should change more than the last digit?

No it is right, yours is wrong.

F = 16
FF = 16 * 16
FFFF = 16 * 16 * 16 * 16

<_<

Better learn about it :D
 
Aug 27, 2008 at 8:42 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
Yeh, I know that, you missed my point >_>
Look at your previous post. I understand what the hex values are (sorta) but to save time, I copied the list from your earlier post. I thought that you had mistakenly done powers of 15, but in fact you did powers of 16, but put a 5 at the end by mistake.

Sorry, Miscomunication. :-D

Lace
 
Aug 28, 2008 at 1:01 AM
Been here way too long...
"..."
Join Date: Jan 21, 2006
Location:
Posts: 369
What about max characters in a single script?
I have 14009 working, and 14010 not. Can someone confirm or deny?
 
Aug 28, 2008 at 1:38 AM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
14009? Ya Sure? I'm pretty sure spaces and enters count as characters. Said TSC Buffer (20480) is the supposed (and found by hacking) maximum.
 
Aug 28, 2008 at 4:37 AM
Administrator
Forum Administrator
"Life begins and ends with Nu."
Join Date: Jul 15, 2007
Location: Australia
Posts: 6211
Age: 38
Can someone find out what is the highest number of image rows you can create in face.pbm without crashing cave story?
 
Aug 28, 2008 at 11:11 AM
Been here way too long...
"..."
Join Date: Jan 21, 2006
Location:
Posts: 369
Lace said:
14009? Ya Sure? I'm pretty sure spaces and enters count as characters. Said TSC Buffer (20480) is the supposed (and found by hacking) maximum.
No im not sure, but im definalty counting spaces as characters.
 
Aug 28, 2008 at 11:15 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
14 009 is only 36b9 :D
 
Aug 28, 2008 at 12:46 PM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
Omg. I don't understand a single thing going on here.

*goes mad*

S. P. Gardebiter said:
F = 16
FF = 16 * 16
FFFF = 16 * 16 * 16 * 16

F= 15.. o.o?
 
Aug 28, 2008 at 3:54 PM
Hoxtilicious
"Life begins and ends with Nu."
Join Date: Dec 30, 2005
Location: Germany
Posts: 3218
Age: 32
Lace said:
Yeh, I know that, you missed my point >_>
Look at your previous post. I understand what the hex values are (sorta) but to save time, I copied the list from your earlier post. I thought that you had mistakenly done powers of 15, but in fact you did powers of 16, but put a 5 at the end by mistake.

Sorry, Miscomunication. :-D

Lace

No. It is 15 not 16.
We're talking about the Max value not about the possibilities.
 
Top