Breath Of Fire IV (GOG)

Upload your cheat tables here (No requests)
zachillios
Table Makers
Table Makers
Posts: 933
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 824

Breath Of Fire IV (GOG)

Post by zachillios »

Here's my table for BOF IV. I'll add more when I find the time. Currently has:

Zenny
Game Time
Have All Consumables
Have Most Weapons/Armor/Accessories
Have All Skills In List
No Random Battles
Instant Random Battles
Character Editor
No AP Cost
Restore AP
Quick Enemy Kills
In Battle HP
Party Editor
Skill Editor
Dragon Form Unlocker
Fishing Points (Needs Testing)
Stamp Cards (Needs Testing)

Let me know if anything isn't working.

Update 1: Added the rest of the items, added game timer as requested, added all skills in skill list, removed infinite hp and added a combat hp scan in place of it.

Update 2: Added Party Editor and Skill Editor.

Update 3: Added some more stuff, some of them are based off of estimations from the PS1 version so may need not work. Not far enough in the game to test them for sure though.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
BOF4 - Z4.CT
Update 3
(42.22 KiB) Downloaded 1023 times
BOF4 - Z3.CT
Update 2
(36.65 KiB) Downloaded 238 times
BOF4 - Z2.CT
Update 1
(27.67 KiB) Downloaded 413 times
BOF4 - Z1.CT
(22.93 KiB) Downloaded 513 times
Last edited by zachillios on Fri May 02, 2025 7:15 pm, edited 4 times in total.

Shinjica
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Sep 20, 2024 5:23 pm
Reputation: 0

Re: Breath Of Fire IV (GOG)

Post by Shinjica »

How the "have all consumable" work? try to activate and then drop an item dont work

Kionaru
Expert Cheater
Expert Cheater
Posts: 112
Joined: Mon Mar 29, 2021 6:43 am
Reputation: 7

Re: Breath Of Fire IV (GOG)

Post by Kionaru »

zachillios wrote:
Sat Apr 26, 2025 3:37 am
Here's my table for BOF IV. I'll add more when I find the time. Currently has:

Zenny
Have All Consumables
No Random Battles
Instant Random Battles
Character Editor
No AP Cost
Restore AP
Quick Enemy Kills
Infinite Health

Let me know if anything isn't working.
Request 100% drop items, playtime always 00:00 thank you

J3r3k
Expert Cheater
Expert Cheater
Posts: 77
Joined: Wed Sep 11, 2019 1:27 pm
Reputation: 9

Re: Breath Of Fire IV (GOG)

Post by J3r3k »

+
Last edited by J3r3k on Sat Apr 26, 2025 8:44 am, edited 1 time in total.

User avatar
BlackMonster
Expert Cheater
Expert Cheater
Posts: 269
Joined: Tue Jan 23, 2018 8:41 pm
Reputation: 57

Re: Breath Of Fire IV (GOG)

Post by BlackMonster »

Any chance for party damage and enemy damage multiplier??

ty.

jck1337
Noobzor
Noobzor
Posts: 7
Joined: Sat Aug 04, 2018 10:12 am
Reputation: 0

Re: Breath Of Fire IV (GOG)

Post by jck1337 »

thank you so much!

J3r3k
Expert Cheater
Expert Cheater
Posts: 77
Joined: Wed Sep 11, 2019 1:27 pm
Reputation: 9

Re: Breath Of Fire IV (GOG)

Post by J3r3k »

J3r3k wrote:
Sat Apr 26, 2025 7:12 am
Can we have a party editor too?
Would be great if Fou Lu was fully playable with a party now, and not being bugged like OG
Thanks!!!

Siggymas
Expert Cheater
Expert Cheater
Posts: 175
Joined: Thu Mar 09, 2017 5:45 pm
Reputation: 14

Re: Breath Of Fire IV (GOG)

Post by Siggymas »

zachillios wrote:
Sat Apr 26, 2025 3:37 am
Here's my table for BOF IV. I'll add more when I find the time. Currently has:

Zenny
Have All Consumables
No Random Battles
Instant Random Battles
Character Editor
No AP Cost
Restore AP
Quick Enemy Kills
Infinite Health

Let me know if anything isn't working.
thank you so much!!

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 975
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 115

Re: Breath Of Fire IV (GOG)

Post by Darkedone02 »

zachillios wrote:
Sat Apr 26, 2025 3:37 am
Here's my table for BOF IV. I'll add more when I find the time. Currently has:

Zenny
Have All Consumables
No Random Battles
Instant Random Battles
Character Editor
No AP Cost
Restore AP
Quick Enemy Kills
Infinite Health

Let me know if anything isn't working.
than you for your support.

adamagayan
What is cheating?
What is cheating?
Posts: 1
Joined: Sun May 19, 2024 6:35 am
Reputation: 0

Re: Breath Of Fire IV (GOG)

Post by adamagayan »

thank you!

Sealbreaker
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 17, 2019 2:20 pm
Reputation: 3

Re: Breath Of Fire IV (GOG)

Post by Sealbreaker »

zachillios wrote:
Sat Apr 26, 2025 3:37 am
Here's my table for BOF IV. I'll add more when I find the time. Currently has:

Zenny
Have All Consumables
No Random Battles
Instant Random Battles
Character Editor
No AP Cost
Restore AP
Quick Enemy Kills
Infinite Health

Let me know if anything isn't working.
Works just fine in every aspect :D Many Thanks!

Sealbreaker
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 17, 2019 2:20 pm
Reputation: 3

Re: Breath Of Fire IV (GOG)

Post by Sealbreaker »

BlackMonster wrote:
Sat Apr 26, 2025 8:20 am
Any chance for party damage and enemy damage multiplier??

ty.
I looked into the idea of a separate party/enemy damage multiplier.

Unfortunately, it's not reliably possible with a simple Cheat Engine script:
The function handling damage writes to unstable memory regions — sometimes the target (EDX/ECX) isn't a valid entity, which causes crashes.
There's no clean way to safely distinguish between party and enemies at this injection point without deep hooking into the battle system.

To properly achieve this, you'd need to:

Hook deeper into the battle system, not just the damage write.

Identify attacker and target entities reliably (outside the write).

Validate memory pointers before any modification.

Possibly reconstruct internal combat flow to safely apply multipliers.

That's way beyond a quick AOB injection and would require serious reverse engineering.
So unfortunately, I can't provide this, I'm afraid. Maybe someone else can, but not me, because I'm not experienced enough with deep reverse engineering or reconstructing complex battle logic. I mainly work with basic memory editing and simple injections.

Still, it was fun trying! 😊
zachillios wrote:
Sat Apr 26, 2025 3:37 am
Here's my table for BOF IV. I'll add more when I find the time. Currently has:

Zenny
Have All Consumables
No Random Battles
Instant Random Battles
Character Editor
No AP Cost
Restore AP
Quick Enemy Kills
Infinite Health

Let me know if anything isn't working.
Are you able to try it?

tigerhawkz
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Mar 08, 2022 3:54 am
Reputation: 0

Re: Breath Of Fire IV (GOG)

Post by tigerhawkz »

Are you able to create an equipment editor to edit currently equipped weapons and armor?

wooteevar
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Aug 19, 2018 1:51 am
Reputation: 1

Re: Breath Of Fire IV (GOG)

Post by wooteevar »

Shinjica wrote:
Sat Apr 26, 2025 6:30 am
How the "have all consumable" work? try to activate and then drop an item dont work
Double click the value and change it from the bit pairs to "On".

maclained
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Jan 29, 2022 6:37 pm
Reputation: 0

Re: Breath Of Fire IV (GOG)

Post by maclained »

Inf Health causes game to crash on player take damage in any fight

Post Reply

Who is online

Users browsing this forum: 86sewer, AhrefsBot, AmazonBot, art7153, Bing [Bot], BLEXBot, CuriousOne, dekling, DotBot, Glenn565, Google Adsense [Bot], ismakithere, lemaun, nanocode, Nochance, Shingokuu, Shirokaido, Slayed, tryqandy