[FF7] Change movie path - FF7MovieDir (v2)

  • Thread starter Thread starter Covarr
  • Start date Start date
Status
Not open for further replies.
C

Covarr

Guest
FF7MovieDir
Version 2 (hopefully final)

The Problem
Whether copying movies from the discs to your hard drive or downloading replacements from the internet, a lot of people want FF7 to read its movies from the hard drive. The thing is, FF7 normally only wants to read movies from the original discs, and changing this setting requires navigating the registry, which can be slow and clunky for those who know how, and downright scary for those who don't.

The Solution
That's where FF7MovieDir comes in! A small little app I made, it serves one purpose alone: to do this for you. No more mucking around trying to remember if it's in HKLM or HKCU, no more long tree structures in a tiny little sidebar, no more chance of typos when actually putting the new directory in, just a simple folder select dialog box.

Download: MEGA | zShare

I don't expect this'll change the world, but hopefully a few people will find it easier and/or less intimidating than doing it manually.
 
Last edited:
Nice little program. Saves me the time of finding the key manually.

Not sure if this will cause a problem but the key has a different location when installed on 64-bit.
 
I use Windows 7 x64 myself, and took that into consideration. It works just fine here! If anything, it's more likely go wrong on a 32-bit system, because I didn't have one handy for testing.
 
Wow so if i get this i can get DPLB FMV restoration and that and put it anywhere in the hdd? without editing the scary registry i always mess up?
 
Nice little program. Saves me the time of finding the key manually.

Not sure if this will cause a problem but the key has a different location when installed on 64-bit.
Typically if a 32-bit app tries to access the registry in a 64-bit Win OS it'll redirect into that Wow3264 folder (or whatever it is) automatically. I'm not sure about a direct look-up though.
 
Check the system variable for 64 or 32 bit architecture.
This batch will generate an appropriate .reg file for a full install of FF7 with the movies folder and Aali's OpenGl driver.
Code: [Select]
Code:
:do_RegFilesSET FF7RegPath=%*SET FF7InstallPath=%*SET FF7RegPath=%FF7RegPath:\=\\%ECHO:Windows Registry Editor Version 5.00>"FF7Setup.reg"IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (ECHO:[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Square Soft, Inc.\Final Fantasy VII]>>"FF7Setup.reg") ELSE (ECHO:[HKEY_LOCAL_MACHINE\SOFTWARE\Square Soft, Inc.\Final Fantasy VII]>>"FF7Setup.reg")ECHO:"AppPath"="%FF7RegPath%">>"FF7Setup.reg"ECHO:"DataPath"="%FF7RegPath%Data\\">>"FF7Setup.reg"ECHO:"MoviePath"="%FF7RegPath%movies\\">>"FF7Setup.reg"ECHO:"FullInstall"=dword:00000001>>"FF7Setup.reg"ECHO:"DriverPath"="%FF7RegPath%ff7_opengl.fgd">>"FF7Setup.reg"IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (ECHO:[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]>>"FF7Setup.reg") ELSE (ECHO:[HKEY_LOCAL_MACHINE\SOFTWARE\Square Soft, Inc.\Final Fantasy VII\1.00\Graphics]>>"FF7Setup.reg")ECHO:"Driver"=dword:00000003>>"FF7Setup.reg"ECHO:"Mode"=dword:00000002>>"FF7Setup.reg"
 
While I can tell what that batch file does, I'm not sure what the purpose of creating this reg file is, or what bearing it has on this tool.
 
Just wanted to mention that the system variable %PROCESSOR_ARCHITECTURE% is useful in distinguishing between 32 and 64 bit architecture.
 
This program doesn't seem to work on Win 7 32, I use it to set the folder but it still loads from the disc (D:\ff7\movies) and when I used Reg edit to manually set the folder my game wouldn't load any movies, it just skipped them and crashed, any ideas?
 
OMFG, thanks, I forgot that Vista has a thing about privilege levels
 
I should have taken this into account when I made the app. A new version should be coming later today that automatically requests admin.

Sometimes I forget about permissions because I keep UAC turned off...  :oops:

edit:And here it is!

I should prolly start labeling these, it's a pain not knowing what version you have of something.
 
Last edited:
I'm assuming this is a glitch on MediaFire's end; I can still access it when I'm logged in, and they haven't sent me a removal notice.

Do you have a MediaFire account? Try logging in, and see if it lets you download. If that doesn't work, I can reupload it when I get home (~4 hours from now).
 
I just downloaded this the other day. I confirm that I have a mediafire account and was logged in when I got it.
 
I downloaded it yesterday, but inadvertently deleted it...heh...I do have a mediafire account, and was logged in.
 
What the damnit? I think something's wrong with Mediafire, since other mediafire-hosted things have been having similar problems (not just mine, either. I can't download those enhanced movies in the other thread and I'm in the US) as well as I've not gotten a single violation notice.

edit: This won't be a huge issue, at least for my stuff, after around the fifteenth. I should have a better, more permanent hosting solution that will not have overage issues that dropbox did, and will not go down like this. I was gonna get it sooner, but my stupid bank has a hold on my last paycheck for 9 business days because it's a new account.
 
Last edited:
Status
Not open for further replies.
Back
Top