Loading save whilst in-game / quickly restarting

  • Thread starter Thread starter yarLson
  • Start date Start date
Status
Not open for further replies.
I just gave some thought to this and the easiest thing would be to force a "Game Over" to return you to the opening screen. That might be programmable via menu.
 
Indeed....
but probably just as easy to make it return the game to the menu.  It is the hotkey thing that is missing, but the driver would have to do that really.
 
Field restriction is  nearly a piece of cake. Thanks for providing the solution! ;D
 
(...)It is the hotkey thing that is missing, but the driver would have to do that really.
Hotkeying was done previously - YAMP's GyptInstant uses in-game hotkeys. I've replaced Ctrt+D (i.e. turn-lights-on) with instant game-over as NFITC1 suggested, and it actually works pretty well - but only if in field module.

If the Gypt is applied to 1.02 ff7.exe, these modifications suffice:
Code: [Select]
Code:
00676824     EB 0E         JMP SHORT 0067683400676826     BA AE0DCC00   MOV EDX,OFFSET 00CC0DAE0067682B     31C0          XOR EAX,EAX0067682D     66:8902       MOV WORD PTR DS:[EDX],AX00676830     C642 DB 1A    MOV BYTE PTR DS:[EDX-25],1A00676834     E9 93000000   JMP 006768CC
There is not much space left in that area to implement both functions though, and it looks like I've misplaced the YAMP patches compiler...
 
Status
Not open for further replies.
Back
Top