Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Upload your cheat tables here (No requests)
User avatar
Ownsin
Fearless Donors
Fearless Donors
Posts: 26
Joined: Wed Aug 15, 2018 4:36 pm
Reputation: 7

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by Ownsin »

Does anyone know if the item editor has Blessed Water? I can't seem to find it in there.

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

kino77
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Oct 11, 2023 8:07 pm
Reputation: 3

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by kino77 »

Item>Blessed Water>(Metephor.exe+2C9479E)

juntalis
Noobzor
Noobzor
Posts: 8
Joined: Tue Oct 02, 2018 12:01 pm
Reputation: 13

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by juntalis »

Posting this script just in case the addresses need to be updated again in the future. Just update the value of OFFSET_ADJUST and run it in CE's lua console.

Code: Select all

local OFFSET_ADJUST = 0x1BE0

local function shouldAdjust(record)
    return string.find(record.Address, "+", 1, true) ~= nil
end

local function adjustRecordInner(name, offset)
    offset = tonumber(offset, 16) + OFFSET_ADJUST
    return string.format("%s+%X", name, offset)
end

local function adjustRecord(record)
    record.Address = string.gsub(record.address, "^([^+]+)%+(%x+)$", adjustRecordInner)
end

local idx
local adressList = getAddressList()
local get_mr = adressList.getMemoryRecord
for idx = 0,adressList.Count-1 do
    local record = get_mr(idx)
    if shouldAdjust(record) then
        adjustRecord(record)
    end
end

showMessage("Remember to save!")

kino77
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Oct 11, 2023 8:07 pm
Reputation: 3

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by kino77 »

Ownsin wrote:
Mon Nov 18, 2024 12:02 pm
Does anyone know if the item editor has Blessed Water? I can't seem to find it in there.
Items>Blessed Water>(Metephor.exe+2C9479E)

kino77
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Oct 11, 2023 8:07 pm
Reputation: 3

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by kino77 »

juntalis wrote:
Wed Nov 27, 2024 1:01 am
Posting this script just in case the addresses need to be updated again in the future. Just update the value of OFFSET_ADJUST and run it in CE's lua console.

Code: Select all

local OFFSET_ADJUST = 0x1BE0

local function shouldAdjust(record)
    return string.find(record.Address, "+", 1, true) ~= nil
end

local function adjustRecordInner(name, offset)
    offset = tonumber(offset, 16) + OFFSET_ADJUST
    return string.format("%s+%X", name, offset)
end

local function adjustRecord(record)
    record.Address = string.gsub(record.address, "^([^+]+)%+(%x+)$", adjustRecordInner)
end

local idx
local adressList = getAddressList()
local get_mr = adressList.getMemoryRecord
for idx = 0,adressList.Count-1 do
    local record = get_mr(idx)
    if shouldAdjust(record) then
        adjustRecord(record)
    end
end

showMessage("Remember to save!")

:?: How do I find the OFFSET_ADJUST value? :?:

asomiakanawa
Noobzor
Noobzor
Posts: 5
Joined: Sat Apr 11, 2020 8:05 pm
Reputation: 0

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by asomiakanawa »

does there happen to be a dmg multiplier code? the one im using doesnt seem to be working correctly

daninthemix
Expert Cheater
Expert Cheater
Posts: 282
Joined: Tue Jul 18, 2017 6:31 pm
Reputation: 94

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by daninthemix »

How do you move forward in time? The table just shows 0 under Day, and editing it appears to do nothing.

demorest2
Expert Cheater
Expert Cheater
Posts: 372
Joined: Wed Mar 04, 2020 1:14 pm
Reputation: 48

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by demorest2 »

Any way to correctly add Prince Archtype!? Crash eveytime. Step by step pls

squall23
Cheater
Cheater
Posts: 37
Joined: Tue Mar 07, 2017 12:35 pm
Reputation: 2

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by squall23 »

Is it possible to make a cheat where all actions only use half a turn icon including Synthesis?

Spyros_Chris
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Dec 11, 2024 12:52 pm
Reputation: 0

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by Spyros_Chris »

Hello, I would like to ask where exactly do I find the MAG multiplier. All I can see is to simply set the current value of MAG, not a multiplier. Thanks in advance.

User avatar
Qmzp
Noobzor
Noobzor
Posts: 5
Joined: Wed Feb 26, 2020 1:34 am
Reputation: 0

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by Qmzp »

Can anyone upload an updated table for full release

Pur
Expert Cheater
Expert Cheater
Posts: 210
Joined: Sun Dec 31, 2017 1:26 pm
Reputation: 34

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by Pur »

Editing the day doesn't work.

User avatar
Qmzp
Noobzor
Noobzor
Posts: 5
Joined: Wed Feb 26, 2020 1:34 am
Reputation: 0

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by Qmzp »

Can you guys add a cheat for archetype skills

NoirOkumura
Noobzor
Noobzor
Posts: 9
Joined: Mon Feb 26, 2024 5:51 pm
Reputation: 0

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by NoirOkumura »

I missed The Magical Future book. Does anyone know how to get it? I tried going to day 08/01 to get it but the guy that gives the book wasn't there and once the day passed the game crashes. Is there a way to get ir with the cheat table or nah?

skittlerbelittler
Noobzor
Noobzor
Posts: 8
Joined: Tue Feb 14, 2023 7:29 am
Reputation: 3

Re: Metaphor: ReFantazio FULL Cheat Table (STEAM FULL RELEASE)

Post by skittlerbelittler »

Magical Future can be gotten on 7/23,daytime at fountain in Brille from Julian.

Post Reply

Who is online

Users browsing this forum: AgentChaos, AhrefsBot, Arkrand, billy&mandy, Bing [Bot], BLEXBot, fengtimo, Glenn565, Google Adsense [Bot], ismakithere, nicksskillz, Shirokaido, sicwan, X850XTPE