Results 1 to 9 of 9

Thread: For those that know about programming codes.

  1. #1

    Default For those that know about programming codes.

    Is there a specific reason why FFVIII has a maximum limit of 100 (levels, items, etc) while the majority of the others have a limit of 99?

  2. #2
    HEIDEGGER SI MY BISHI!!!1 DJZen's Avatar
    Join Date
    Feb 2003
    Location
    Under your bed
    Posts
    4,558

    Default

    Because they arbitrarily felt like it.

  3. #3
    Banned ThroneofDravaris's Avatar
    Join Date
    Mar 2005
    Location
    What? Right now?
    Posts
    1,687

    Default

    It’s probably for the shear joy of knowing that everyone was going to level up to 100 in preparation for the optional bosses, only to get pwned by Omega’s Level 5 Death…

  4. #4

    Default

    I think the items/levels caps are arbitrary, but the reason that no game lets basic stats get above 255 is that it's an octet of 1's in binary, thus somewhat easier for computers use. the 255 limit is used in internet adressing as well. The addresses use 4 separate numbers (xxx.xxx.xxx.xxx) and no number will ever be above 255. Useless trivia yeah!

    255 = 11111111 in binary.

  5. #5

  6. #6

    Default

    I have been taking a programming class but why do they end at 100 why not go further?

  7. #7
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,653
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    100 is a nice round number with two zeros

  8. #8
    Who's scruffy lookin'? Captain Maxx Power's Avatar
    Join Date
    Sep 2002
    Location
    Millennium Falcon
    Posts
    7,905

    Default

    Why not 128? Why not 1456? A certain size byte value will always take up exactly the same space regardless if it is at 0 or it's maximum value. The bytes that recorded items were probably two seperate bytes, one to record the type of item, the other the amount. The amount is probably a 7-bit integer, so any value between 0 and 127 would be applicable. As rubah says, it's probably because it's a nice round number. Not in technical terms, but certainly in human terms.
    There is no signature here. Move along.

  9. #9
    HEIDEGGER SI MY BISHI!!!1 DJZen's Avatar
    Join Date
    Feb 2003
    Location
    Under your bed
    Posts
    4,558

    Default

    What'd be hilarious is if they decided that a game should max at level 98.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •