Things most people dont know about FF7

Channy

Bad Habit
AKA
Ruby Rose, Lucy
I don't... I have.... there's... no words..

Britney-Spears-confused-dumb-dumbfounded-durr-stupid-Derp-GIF.gif
 

Mayo Master

Pro Adventurer
Sorry, allow me to expand: on computer media, and video games more specifically, information is coded in binary (strings of zeros and ones). Each "0" or "1" is a bit. So each bit can take 2 possible values. A "byte" is a unit of digital information made of eight bits. In other words, it's a sequence of zeros and ones which is eight bits long. Because of that, a byte can get 2^8 (i.e., 256) possible values.
Many variables in the code of the original game of FF7 were coded with 2 bytes of memory, in other words a string of zeros and ones which is sixteen bits long. Thus the variable can get 2^16 (i.e., 65536) possible values. So if your code gives to that particular variable a value greater than 65536, then there is some kind of "error" in the code, which can create odd cases (such as Vincent one-hit kills).
I hope that's a bit clearer.
 

Mayo Master

Pro Adventurer
I could probably attempt a better, longer explanation, but I'm not really sure you'd be all that interested in it :monster:
Long story short, it has to do with the way information is structured in computer programming.
At least I might have gotten points for how obscure my piece of trivia is :monster:
 

Cthulhu

Administrator
AKA
Yop
TL;DR 16 bit number, :monster:. That's why 255 is also often a magic number in a lot of FF games, it's the highest number you can express with an 8-bit number.

These numbers are often closely associated with the platform the games came out on. The NES had an 8-bit CPU, so a lot of scores and whatnot are limited to 255; you can use higher numbers, but you'll need to combine the values of two memory addresses then. or something. IDK. The SNES had a 16-bit CPU, max representable value there is 65thousand something.

The PS1 got a 32 bits CPU, but iirc the FF games still stuck with numbers below 10K on that generation, not sure if there was a specific reason. FFX was the first FF game for the PS2, which had an 128 bits CPU (or something?) and which was the first FF game that allowed you the damage limit of 9999. IIRC the PS3 and PS4 are 64 bits again, but, idk, what I know is hazy and wikipedia isn't conclusive on those (or, I can't read / don't understand these things)
 

Wolf_

Pro Adventurer
Cool find. You could play the game a million times and potentially never spot that. I imagine these two are far less obscure but.. There is a key stuck in the floorboards in mideel if you listen for a creaking sound. If you take it to the shop (weapon shop I think) there is a door. Use the key on the door and it snaps in the lock. If you talk to the owner and tell the truth he gives you a gift and tells you that the door is painted on. Second is known by most I think but if you have only completed the game once or twice you may have missed it. Near the end of the game, if you talk to Cid in the highwind a few times he tells you he saw the play loveless and describes the final scene to you.
 

SeraphSephiroth

Lv. 25 Adventurer
Just a few things musically that I found out during the OST Review:

One Winged Angel draws from a variety of musical sources including "Purple Haze", Carmina Burana, Stravinsky's "Rites of Spring" and the opening string work is based on the theme from Psycho.

I would throw "O Fortuna" into that list (no idea if the wiki mentions that, as my laptop refuses to load wiki pages for some reason). The whole "sors immanis et inanis (Swords in my knees; thirty bunnies)" section is in "O Fortuna."

Fortuna Imperatrix Mundi - O Fortuna (And yes that is the actual name. Rolls right off the tongue) is the first (And last) track in Carmina Burana.
 

Animexcel

Pro Adventurer
In the "Greatest Hits" version, the reveal of Safer Sephiroth opens too early when One Winged Angel starts playing.
 

Lex

Administrator
Does it really? What causes this I wonder? And does it happen in the UK platinum version too?
 

Animexcel

Pro Adventurer
Yeah, it happened on mine and I remember being a little annoyed that the opening to the battle didn't exactly sync with the original black label. I'm not sure about the UK Platinum version.

Original


Greatest Hits
 
Last edited:
I'm not spotting the supposed difference. To me the timing of the music, the opening of the battle and the reveal of Safer Sephiroth are equal between the black label and Greatest Hits (as shown above).
 

Tennyo

Higher Further Faster
There is a difference. The screen opens up just a tiny bit earlier on the greatest hits version.

Not that it's a big deal I guess but it's there.

Right when the song switches to the quick succession of notes going from high to low. That's when it happens. The original opens after that part of the song starts, the greatest hits version opens up just as it happens.
 

Lex

Administrator
I mean I think I got it from playing both the videos at the same time (which was hard to do) but it's so tiny I'm surprised anyone noticed it. And how do we know it's the greatest hits version specifically and not just a difference between load times on PS1/PS2 or something?
 

Tennyo

Higher Further Faster
I know I'm late to the party on this one but

"This guy are sick" only appears in the original Playstation version. Every version since - starting with the original 1998 PC release - has fixed the line to "This guy is sick".

Actually, the version available to play on the PS3 says, "This guy are sick" as well. I'm assuming its just a straight port of the original game, though.
 

Lex

Administrator
That's the original Playstation version yeah. It's just emulation. Same goes for the PSP and Vita versions, they're not ports, just PSN software versions of the original game.
 

JechtShotMK9

The Sublimely Magnificent One
AKA
Kamiccolo9
Just a few things musically that I found out during the OST Review:

One Winged Angel draws from a variety of musical sources including "Purple Haze", Carmina Burana, Stravinsky's "Rites of Spring" and the opening string work is based on the theme from Psycho.

I would throw "O Fortuna" into that list (no idea if the wiki mentions that, as my laptop refuses to load wiki pages for some reason). The whole "sors immanis et inanis (Swords in my knees; thirty bunnies)" section is in "O Fortuna."

Fortuna Imperatrix Mundi - O Fortuna (And yes that is the actual name. Rolls right off the tongue) is the first (And last) track in Carmina Burana.

Huh. You learn something new every day. Neat.

Danke.
 

Russell

.. ? ..
AKA
King of the Potato People
I only know a couple:

  • Yuffie will say different things depending on who is leading the party. (You can wait until Cloud is missing and recruit her as Tifa or Cid.) She says "Old man" for Cid, "Spikey headed Jerk" for Cloud and "BOOBS!" for Tifa.

  • Tifa says "Cloud stop being a retard." if you climb the stairs at ShinRa HQ instead of going in the front door.

  • This happened:
    adf58610da7943fc8383d22d45dea993.jpg
Cloud is in a hottub with 7 guys, and his response can be "It hurts". Yeah..
 

Loxetta

Pro Adventurer
idk if this is news to anybody here but i've mentioned it to other people before that you can fight ruby without a gold chocobo. nobody believed me :monster:
 

Animexcel

Pro Adventurer
I mean I think I got it from playing both the videos at the same time (which was hard to do) but it's so tiny I'm surprised anyone noticed it. And how do we know it's the greatest hits version specifically and not just a difference between load times on PS1/PS2 or something?

I played both versions when my sister's then ex-boyfriend had the black label; I had to return it and got the greatest hits and wanted to battle Safer Sephiroth again using my memory card. There I noticed the footage and the music was off sync when he started to descend into the frame.
 

Lex

Administrator
Most of you will know this but most random people won't:

The Advent Children logo is actually a map of destroyed Midgar with Edge thrown in (and obviously stylised to look like the meteor logo from VII):

ffvii__advent_children_logo_by_eldi13-d4ddna3.png
 

Flare

Pro Adventurer
AKA
Flare
^I did not know that. O_O How cool! I've never seen the logo with that much detail before, I always just assumed it was a stylized form of the original. :D
 

Nanaki Skywalker

Kate Lord of the Sith
AKA
Tarkatan Trash
For the longest time, I did not know the Enemy Lure Materia could be stackable up to 3 times at level 2/3. That could've saved me time during grinding for all those years.
 
Top Bottom