Fields Of Mistria

Upload your cheat tables here (No requests)
KDP
Noobzor
Noobzor
Posts: 9
Joined: Thu Jul 16, 2020 3:45 am
Reputation: 0

Re: Fields Of Mistria

Post by KDP »

Cake-san wrote:
Wed Aug 14, 2024 6:46 pm
Game Name: Fields of Mistria
Game Engine: Gamemaker



Options:
Image

#Fixed 1 - Fixed infinite loading script, added instant mine&chop script, added countermeasure for give_item script.

#Fixed 2 - Fixed long loading time for main script. Tweaked instant mine&chop script to include tree stump.

#Update 1 - Update script for newer version of game and added heart point multiplier for npc & animal
hello thanks for the table but how do i use the give item option? thanks!
nvm i figured it out lol

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

Louise
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Aug 22, 2024 2:12 pm
Reputation: 0

Re: Fields Of Mistria

Post by Louise »

Thank you for this amazing cheat table!

Anyone know how to edit the item Id under give item cheat? As there is some discrepancy on some of the items. (e.g. choose daisy, but it gave me daikon radish, dandelion gave daffodil e.t.c)

And is there any way to find the item ID in the game file so I can try to change it myself? (Sorry for the broken english)

littlegal100
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Feb 13, 2023 4:33 am
Reputation: 0

Re: Fields Of Mistria

Post by littlegal100 »

I am a noob when it comes to this but I want to know what do i do to activate the actual table because all I get is this:

Image

When I load the table and click on the gamemaker box. Not sure if I need to do anything else. I loaded the game to cheat engine, opened the table, clicked on the box below and nothing

Disteerily
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 23, 2024 12:58 pm
Reputation: 0

Re: Fields Of Mistria

Post by Disteerily »

The most recent ghost update from the last 24 hours seems to have broken the "give item" cheat completely.

There's also hang on activating the code if the games been open too long.

peka96
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Aug 23, 2024 3:27 pm
Reputation: 0

Re: Fields Of Mistria

Post by peka96 »

Last small patch seems to indeed have broken a couple things, pointer finds basegame._clock.time but then its gone a short while after loading in the game. the other pointers are gone. The animal and human points multiplier still works.
EDIT: oh nvm looks like you just fixed it, thanks. Seems like animal multiplier doesnt work but it might be on my end? will test more
Last edited by peka96 on Fri Aug 23, 2024 3:47 pm, edited 2 times in total.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 433
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 811

Re: Fields Of Mistria

Post by Cake-san »

Cake-san wrote:
Wed Aug 14, 2024 6:46 pm
#Fixed 3 - Fixed give_item script to dynamically read item list from game memory. Added hotkey for time control.
Maybe final update from me for this year :ph34r:

Disteerily
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 23, 2024 12:58 pm
Reputation: 0

Re: Fields Of Mistria

Post by Disteerily »

Is there any way to get the give item cheat to work with recipe_scroll or treasure_box_wood ? Once you get the perks for fishing and mining, there's no way to get the wooden treasure box exclusive recipes any more

Disteerily
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 23, 2024 12:58 pm
Reputation: 0

Re: Fields Of Mistria

Post by Disteerily »

Give item still doesn't work any more for me

heftycool98
Expert Cheater
Expert Cheater
Posts: 57
Joined: Fri Oct 02, 2020 1:26 am
Reputation: 3

Re: Fields Of Mistria

Post by heftycool98 »

Cake-san wrote:
Fri Aug 23, 2024 3:42 pm
Cake-san wrote:
Wed Aug 14, 2024 6:46 pm
#Fixed 3 - Fixed give_item script to dynamically read item list from game memory. Added hotkey for time control.
Maybe final update from me for this year :ph34r:
cause of early access right ?

User avatar
Pongozila
Table Makers
Table Makers
Posts: 203
Joined: Wed Mar 29, 2017 11:49 pm
Reputation: 249

Re: Fields Of Mistria

Post by Pongozila »

Fell free to add to the main table, or adapt... anyway enjoy! :mrgreen:

Insta Tool Charge 6x9

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>114359</ID>
      <Description>"Insta Tool Charge 6x9"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : FieldsOfMistria.exe
  Version: 
  Date   : 2024-08-28
  Author : Pongossinha

  This script does blah blah blah
}

define(address,"FieldsOfMistria.exe"+22372D)
define(bytes,48 89 3B C7 44 24 70 1A 0A 00 00)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"FieldsOfMistria.exe"+22372D)

label(code)
label(return)

newmem:
mov rdi,5
code:
  mov [rbx],rdi
  mov [rsp+70],00000A1A
  jmp return

address:
  jmp newmem
  nop 6
return:

[DISABLE]

address:
  db bytes
  // mov [rbx],rdi
  // mov [rsp+70],00000A1A

dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: FieldsOfMistria.exe+22372D

FieldsOfMistria.exe+22370D: 8B 48 0C                 - mov ecx,[rax+0C]
FieldsOfMistria.exe+223710: 83 E1 1F                 - and ecx,1F
FieldsOfMistria.exe+223713: 8B D6                    - mov edx,esi
FieldsOfMistria.exe+223715: D3 E2                    - shl edx,cl
FieldsOfMistria.exe+223717: F6 C2 46                 - test dl,46
FieldsOfMistria.exe+22371A: 74 08                    - je FieldsOfMistria.exe+223724
FieldsOfMistria.exe+22371C: 48 8B C8                 - mov rcx,rax
FieldsOfMistria.exe+22371F: E8 6C F8 E5 FF           - call FieldsOfMistria.exe+82F90
FieldsOfMistria.exe+223724: C7 43 0C 0A 00 00 00     - mov [rbx+0C],0000000A
FieldsOfMistria.exe+22372B: 33 FF                    - xor edi,edi
// ---------- INJECTING HERE ----------
FieldsOfMistria.exe+22372D: 48 89 3B                 - mov [rbx],rdi
// ---------- DONE INJECTING  ----------
FieldsOfMistria.exe+223730: C7 44 24 70 1A 0A 00 00  - mov [rsp+70],00000A1A
FieldsOfMistria.exe+223738: 8B 4C 24 4C              - mov ecx,[rsp+4C]
FieldsOfMistria.exe+22373C: 83 E1 1F                 - and ecx,1F
FieldsOfMistria.exe+22373F: 8B C6                    - mov eax,esi
FieldsOfMistria.exe+223741: D3 E0                    - shl eax,cl
FieldsOfMistria.exe+223743: A8 46                    - test al,46
FieldsOfMistria.exe+223745: 74 0A                    - je FieldsOfMistria.exe+223751
FieldsOfMistria.exe+223747: 48 8D 4C 24 40           - lea rcx,[rsp+40]
FieldsOfMistria.exe+22374C: E8 3F F8 E5 FF           - call FieldsOfMistria.exe+82F90
FieldsOfMistria.exe+223751: 48 89 7C 24 40           - mov [rsp+40],rdi
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

seeddead
Noobzor
Noobzor
Posts: 6
Joined: Tue Apr 28, 2020 11:44 pm
Reputation: 0

Re: Fields Of Mistria

Post by seeddead »

Thank you so much for this wonderful table, as I tested for all collectable item, I have found out that the "Cave Mushroom" and "Jade Dulse" item is missing, would be awesome if you have time to update these 2 ?!!

Disteerily
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 23, 2024 12:58 pm
Reputation: 0

Re: Fields Of Mistria

Post by Disteerily »

I don't know what I'm doing wrong with the give item script, but all it does is duplicate the item that's dropped on the ground, it doesn't change the item. It also doesn't stop duplicating picked up items even after I've turned the script off

Disteerily
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 23, 2024 12:58 pm
Reputation: 0

Re: Fields Of Mistria

Post by Disteerily »

Keep getting an error trying to boot the GameMaker script.
Image
Image

BryceLeft
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Oct 22, 2023 9:04 pm
Reputation: 1

Re: Fields Of Mistria

Post by BryceLeft »

Anyone know the ID name for stone? I know wood is basic_wood but I can't seem to find stone/might have overlooked it

Disteerily
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 23, 2024 12:58 pm
Reputation: 0

Re: Fields Of Mistria

Post by Disteerily »

I figured it out. If anyone else can't get this to work, set cheat engine to always run as admin on open. Perms apparently don't transfer when you update CE.

Post Reply

Who is online

Users browsing this forum: admantx, AhrefsBot, Baidu [Spider], beguiler, Bing [Bot], dazguy, devemeve, Elladas, ZoDDeL