FF7 PC French PSF Musics

  • Thread starter Thread starter Ornthalas
  • Start date Start date
Status
Not open for further replies.
O

Ornthalas

Guest
Hi,

We have a big problem concerning FF7 PC French.
The Cetra Patch doesn't work on the french ff7.exe.

Does anyone have a french patch here for the musics please ?
 
There is currently no solution available for anything except the English version.
 
I have seen someonse no another topic here who made a french patch. However, the link is dead...

If someone could tell me how to create the patch, what to search in the ff7.exe and a doc of the structure of a Cetra patch, I could try to make it...
 
Can someone tell me how these patches are made please (especially Cetra patch...)
I want to try programming a french patch
 
Structure of Cetra patch:

Code: [Select]
Code:
[Patch] //Header :PDescription=Cool patch for ff7 //What's that patch for... Simple string terminated with '\n'NumReg=3 //If your patch does any registry modifications, it's the number of those.RegEdit1=HKLM\Software\Square Soft, Inc.\Final Fantasy VII\CoolEntry1:Binary:012345678 //the first registry edit, here: binary editingRegEdit2=HKLM\Software\Square Soft, Inc.\Final Fantasy VII\CoolEntry2:DWord:7821 //our second entry, here: inserting some DWORD valueRegEdit3=HKLM\Software\Square Soft, Inc.\Final Fantasy VII\CoolEntry3:String:\Program Files\FF7\ //our third entry, here: inserting some StringNumPatches=2 //Number of RAW-patches following[Patch1] //first RAW-patch headerSearch=4B56AC120000C6 //binary string to look for in FF7 exeSuggest=$2CAA56 //the offset where to look first (searching doesn't work?)Replace=4B56AC120100C6 //binary string to change it forName=CoolPatchEntry1 //Not important... i think[Patch2]//second RAW-patch header...Search=FFFFFF98FFFFFF66FFFFFFBA //same as aboveSuggest=$2134AA //same as aboveReplace=FFFFFF98FFFFFF66FFFFFF00 //same as aboveName=CoolPatchEntry2 //same as above

Well... good luck programming the french patch :P
 
Status
Not open for further replies.
Back
Top