pkernzen on 22/4/2007 at 20:01
I press the elevator button to go to operations level 6 and I get buff len of 80 exceeded by 80:current\command 1.mis. I believe I have everything as current as I could find patches for.
Thanks
pkernzen
Zygoptera on 22/4/2007 at 22:06
IIRC that is not the win2k/xp com error message though, but the 'overlong path' error message people get when installing to the desktop or somewhere with a long path?
Bjossi on 22/4/2007 at 22:22
Most people install the game to it's default path which is C:\Games\Sshock2.
What is that 80 limit anyways? The amount of characters allowed in the path before the game starts giving the player a cold look?
Nameless Voice on 22/4/2007 at 23:23
Presumably the game path is an 80-byte fixed-length string.
Angelfire on 22/4/2007 at 23:35
What's "space" in bytes?
Bjossi on 22/4/2007 at 23:42
I'd guess a space is 1 byte (or bit).
Nameless Voice on 23/4/2007 at 00:11
Not sure what you mean.
An 80-byte fixed length string can store 79 characters.