Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sub Xero

Pages: [1]
1
Archive / Mute
« on: 2006-02-20 23:35:23 »
Just press the 'S' key.

2
Archive / Save anywhere?
« on: 2006-01-15 23:50:56 »
Try deleting the FF7w.ini file. Then when you run it it'll bring up the box. Just select the cheat plugin, as that's all you need to save anywhere.

Btw the Cheat Plugin adds:
1) MP Plugin (Nulls the MP penalty in Battles).  Enable/Disable with 1 (Not in the NumPad)
2) Damage Plugin (Nulls the damage recieved on Battles & Disables healing on Enemys). Enable/Disable with 2 (Not in the NumPad)
3) Save Anywhere Patch (Allows you to use the PHS & Save anywhere). Enable/Disable with 3 (Not in the NumPad)

They are all on initially. So press numbers 1 and 2, so you are just left with the save anywhere cheat.

3
Archive / Save anywhere?
« on: 2006-01-15 15:53:21 »

4
Archive / Disabling the battle swirl?
« on: 2005-12-30 17:45:41 »
Right click and choose Goto->Expression and try 00673EDA
You should end up in this loop:
Code: [Select]

00673EB2  |> 8B4D 08        |/MOV ECX,DWORD PTR SS:[EBP+8]
00673EB5  |. 8B55 C8        ||MOV EDX,DWORD PTR SS:[EBP-38]
00673EB8  |. 0351 14        ||ADD EDX,DWORD PTR DS:[ECX+14]
00673EBB  |. 8955 C8        ||MOV DWORD PTR SS:[EBP-38],EDX
00673EBE  |> 8B45 C8        | MOV EAX,DWORD PTR SS:[EBP-38]
00673EC1  |. 3B45 C0        ||CMP EAX,DWORD PTR SS:[EBP-40]
00673EC4  |. 7D 3E          ||JGE SHORT ff7.00673F04
00673EC6  |. 8B4D D4        ||MOV ECX,DWORD PTR SS:[EBP-2C]
00673EC9  |. 8B55 C8        ||MOV EDX,DWORD PTR SS:[EBP-38]
00673ECC  |. 3B91 54090000  ||CMP EDX,DWORD PTR DS:[ECX+954]
00673ED2  |. 7D 0E          ||JGE SHORT ff7.00673EE2
00673ED4  |. 8B45 BC        ||MOV EAX,DWORD PTR SS:[EBP-44]
00673ED7  |. 8B4D D0        ||MOV ECX,DWORD PTR SS:[EBP-30]
00673EDA  |. 66:8B11        ||MOV DX,WORD PTR DS:[ECX]
00673EDD  |. 66:8910        ||MOV WORD PTR DS:[EAX],DX
00673EE0  |. EB 08          ||JMP SHORT ff7.00673EEA
00673EE2  |> 8B45 BC        ||MOV EAX,DWORD PTR SS:[EBP-44]
00673EE5  |. 66:C700 0000   ||MOV WORD PTR DS:[EAX],0
00673EEA  |> 8B4D 08        ||MOV ECX,DWORD PTR SS:[EBP+8]
00673EED  |. 8B51 14        ||MOV EDX,DWORD PTR DS:[ECX+14]
00673EF0  |. 8B45 D0        ||MOV EAX,DWORD PTR SS:[EBP-30]
00673EF3  |. 8D0C50         ||LEA ECX,DWORD PTR DS:[EAX+EDX*2]
00673EF6  |. 894D D0        ||MOV DWORD PTR SS:[EBP-30],ECX
00673EF9  |. 8B55 BC        ||MOV EDX,DWORD PTR SS:[EBP-44]
00673EFC  |. 83C2 02        ||ADD EDX,2
00673EFF  |. 8955 BC        ||MOV DWORD PTR SS:[EBP-44],EDX
00673F02  |.^EB AE          |\JMP SHORT ff7.00673EB2

You might not land at the exact same point. But you should be in this area.
You only need to NOP the command MOV DX,WORD PTR DS:[ECX] at this specific point.

5
Archive / New version of FF7Music
« on: 2005-12-28 20:14:08 »
Are you using mp3's or psf's? Because for mp3's you need in_mp3.dll. If you have that, then make sure you set you paths like Skillster posted.

6
Archive / Disabling the battle swirl?
« on: 2005-12-28 20:10:07 »
You can use OllyDbg. Just find the address, then right click on it, click Binary, then Fill with NOP's. Then right click again and select copy to executable.
I suggest you make a backup first.

[EDIT] I have the English/US (are they the same?) version and the opcode is at 00673EDA

7
Archive / Cetra problems
« on: 2005-12-27 20:32:24 »
You don't need to patch the exe with the new FF7Music. Just run it through the program.

8
Archive / New version of FF7Music
« on: 2005-12-26 02:40:37 »
I have 'Obey Stop' checked and the music still continues when I press pause. Also my music fades in and out, even when emulate ramps isn't checked.
Is there anything I can do to fix these? I'm only using psf files.

9
Archive / New version of FF7Music
« on: 2005-12-24 19:39:56 »
I've noticed that when you pause the game during a battle, the music carries on. Whereas, it doesn't with the original music. This isn't particularly a problem, but I thought I'd mention it.

Also if your in a long battle, the music fades out after a while, then starts again from the beginning. Is there any way to stop it fading out?

Pages: [1]