Final Fantasy Hacktics

Modding => Help! => Topic started by: stardragoon9 on August 28, 2018, 08:58:40 am

Title: What are the effects of "load delay"?
Post by: stardragoon9 on August 28, 2018, 08:58:40 am
Hi i'm new here

In FFTorgASM,there is some code with load delay warning,what exactly does load delay do?Any examples?

Title: Re: What are the effects of "load delay"?
Post by: Xifanie on August 28, 2018, 09:29:56 am
It means the hack was poorly coded and is unlikely to work for the following:
- PSX console and eboot: Almost guaranteed to freeze the game
- More accurate emulators such as Mednafen + Beetle PSX, PCSX-R: Almost guaranteed to freeze as well
- Less accurate emulators such as pSX: Might still work
- Fairly inaccurate emulators such as ePSXe older than v2.0: The hack could have very well been designed with this emulator and makes it very unlikely to work with any other emulator.
Title: Re: What are the effects of "load delay"?
Post by: stardragoon9 on August 28, 2018, 02:14:43 pm
Quote from: Xifanie on August 28, 2018, 09:29:56 am
It means the hack was poorly coded and is unlikely to work for the following:
- PSX console and eboot: Almost guaranteed to freeze the game
- More accurate emulators such as Mednafen + Beetle PSX, PCSX-R: Almost guaranteed to freeze as well
- Less accurate emulators such as pSX: Might still work
- Fairly inaccurate emulators such as ePSXe older than v2.0: The hack could have very well been designed with this emulator and makes it very unlikely to work with any other emulator.


Thanks