[Request] Fields Of Mistria

Ask about cheats/tables for single player games here
Flipah
Cheater
Cheater
Posts: 33
Joined: Mon Oct 31, 2022 7:34 pm
Reputation: 7

[Request] Fields Of Mistria

Post by Flipah »

Game Name: Fields of Mistria
Game Engine: Couldnt find this info my apologies.
Game Version: Early Access Game V 0.11.3
Options Required: Money/ Infinite Stamina /Time Stop
Steam Website:

LordGrimoire
Novice Cheater
Novice Cheater
Posts: 23
Joined: Wed Dec 20, 2017 4:29 pm
Reputation: 0

Re: [Request] Fields Of Mistria

Post by LordGrimoire »

+1

Aetherlocke
Noobzor
Noobzor
Posts: 8
Joined: Tue Nov 10, 2020 1:46 am
Reputation: 3

Re: [Request] Fields Of Mistria

Post by Aetherlocke »

+1

User avatar
plumprumps
Noobzor
Noobzor
Posts: 14
Joined: Sun May 08, 2022 7:51 pm
Reputation: 5

Re: [Request] Fields Of Mistria

Post by plumprumps »

+1, unplayable w current movement speed :(

Edit: temp fix for movement speed until someone with the know-how can make a table... Speedy syrup gives movement buff, can make this semi-permanent by editing save data files.
Go to header.json and player.json under your save and adjust your status (finish time 9999999 has worked for 2 in-game days for me):

"status_effects":[null,{"amount":1.5000000000000001,"finish":9999999,"start":120120,"last_update":120120,"type":"speedy"},null,null,null,null,null,null]

User avatar
CheshireRose247
Noobzor
Noobzor
Posts: 9
Joined: Tue Aug 06, 2019 6:39 pm
Reputation: 2

Re: [Request] Fields Of Mistria

Post by CheshireRose247 »

+1
attempting to try to do the simple change amount then search then repeat method for money but no luck so far lol

update as of 7:55 am Central standard time still no luck-
anyone else having better luck?

Flipah
Cheater
Cheater
Posts: 33
Joined: Mon Oct 31, 2022 7:34 pm
Reputation: 7

Re: [Request] Fields Of Mistria

Post by Flipah »

plumprumps wrote:
Tue Aug 06, 2024 12:17 am
+1, unplayable w current movement speed :(

Edit: temp fix for movement speed until someone with the know-how can make a table... Speedy syrup gives movement buff, can make this semi-permanent by editing save data files.
Go to header.json and player.json under your save and adjust your status (finish time 9999999 has worked for 2 in-game days for me):

"status_effects":[null,{"amount":1.5000000000000001,"finish":9999999,"start":120120,"last_update":120120,"type":"speedy"},null,null,null,null,null,null]
yeah, for me the speed is "ok" kinda but the stamina drain omg! LOL it goes by quickly :(

Flipah
Cheater
Cheater
Posts: 33
Joined: Mon Oct 31, 2022 7:34 pm
Reputation: 7

Re: [Request] Fields Of Mistria

Post by Flipah »

CheshireRose247 wrote:
Tue Aug 06, 2024 1:24 am
+1
attempting to try to do the simple change amount then search then repeat method for money but no luck so far lol

update as of 7:55 am Central standard time still no luck-
anyone else having better luck?
I was able to edit money under the files, like if you go to the folder of the game and find the file that says Player.json some like that, it has the value of your $ and you can edit it there and save it. Please be aware if you edit something wrong you can ruin your save file. Just letting you know <3

rafpoop
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sat Jul 18, 2020 10:56 pm
Reputation: 11

Re: [Request] Fields Of Mistria

Post by rafpoop »

Modding/fuller save editing tutorial: [Link]

Save Editing Tutorial

How to find your player.json file
Hit Win+R and paste %localappdata% (which will open your AppData>Local folder,) it's under the FieldsOfMistria>saves folder in your Local folder. If you have a lot of manual saves like me, I just go for the one that was most recently created under Date modified.

Editing your player.json file (open in notepad or whatever text editor you want)
You can edit your inventory by searching "inventory" in player.json:

It goes between the brackets [] after members, which is under "inventory" <--search this empty slot:{"members":[],"required_tags":[]} or it goes next to the same item in the same slot, such as

{"members":[{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"ITEMIDHERE"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"ITEMIDHERE"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"ITEMIDHERE"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"ITEMIDHERE"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"ITEMIDHERE"}],"required_tags":[]}

Default 10 slot inventory example:
I have one worn sword and one vegetable soup in my inventory, the rest are empty slots.

"inventory":[{"members":[{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"sword_worn"}],"required_tags":[]},{"members":[{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"}],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]}],

Edited stacked inventory example:
I have one worn sword and 8 vegetable soup in my inventory, I also added in an orange sapling to an empty slot.

"inventory":[{"members":[{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"sword_worn"}],"required_tags":[]},{"members":[{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"}],{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"},{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"vegetable_soup"}],"required_tags":[]},{"members":[{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"sapling_orange"}],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]},{"members":[],"required_tags":[]}],

I believe chest inventories may be location in playerhome.json or farm.json depending on where the chest is, and the items are under "inventories" rather than inventory.

Editing gold, essence, mana, buffs, etc.:
If you're doing the Spring Festival event, you can just spam the flowers into your inventory and win easily. The game apparently does count cheated flowers as real ones.

If you want to edit gold, it's under "gold" (search that with the quotes around it) in your player.json.

You can also edit your essence which is nearby if you want skill points. Search "essence" (with quotes again.)

Mana is likely under "mana_current" and one fully charged mana is 4.0, keep that in mind if you want to quickly refresh all your mana without sleeping.

If you want infinite stamina, I recommend spamming a powerful food dish into your inventory and just carrying a ton around.

Tip from plumprumps on buffs:
Go to clinic and buy all the buffs you want, use them, then go into player.json under your save and adjust your status (finish time 9999999 has worked for 2 in-game days for me):

"status_effects":[null,{"amount":1.5000000000000001,"finish":9999999,"start":120120,"last_update":120120,"type":"speedy"},null,null,null,null,null,null]

You can likely stack the buff potions in your inventory too if you don't want to visit the clinic regularly, you have to edit the duration once daily unfortunately or carry potions around.

Note: I already tried giving myself multiple Scent of Springs (universal loved gift item) and it doesn't work (will crash your game,) you can only carry one in your inventory at a time. May be worth giving one to an NPC, then placing a new one in your inventory, and doing it again if you are patient.

Make sure you back up your save file before editing because inventory can be touchy with some items that are not meant to stack. It's much safer to edit items that stack naturally. I would also avoid adding items that you think might be important for a story quest, having them ahead of time may break your save.

Adding all item IDs in the attachment on the bottom!
Attachments
items.txt
(23.07 KiB) Downloaded 590 times
Last edited by rafpoop on Sun Aug 11, 2024 11:28 pm, edited 15 times in total.

Aetherlocke
Noobzor
Noobzor
Posts: 8
Joined: Tue Nov 10, 2020 1:46 am
Reputation: 3

Re: [Request] Fields Of Mistria

Post by Aetherlocke »

rafpoop wrote:
Tue Aug 06, 2024 6:22 pm
You can edit your inventory by looking for lines that look like this in the player.json:

[{"gold_to_gain":null,"inner_item":null,"infusion":"loveable","cosmetic":null,"animal_cosmetic":null,"item_id":"scent_of_spring"}],

Just paste the line over and over next to your other inventory items, you only need to alter the item_id to what you want to whichever item you want. They tend to just share the name as the name they use in-game. Each line is one singular item, not sure if that's a GameMaker thing or something because it seems very inefficient and like your save file can get pretty huge if you're stacking tons of wood and rocks. Probably why inventory space is so limited right now.

If you want to edit gold, it's under "gold" (search that with the quotes around it) in your player.json. You can also edit your essence which is nearby if you want skill points. Search "essence" (with quotes again.) Mana is likely under "mana_current" and one fully charge mana is 4.0, keep that in mind if you want to quickly refresh all your mana without sleeping.
Image

Note: I already tried giving myself multiple scent of springs and it doesn't work (will crash your game,) you can only carry one in your inventory at a time. May be worth giving one to an NPC, then placing a new one in your inventory and doing it again if you are patient.

Make sure you back up your save file before editing because inventory can be touchy with some items that are not meant to stack. It's much safer to edit items that stack naturally.
Thank you very much. :D

wawawee
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Aug 06, 2024 6:40 pm
Reputation: 1

Re: [Request] Fields Of Mistria

Post by wawawee »

Dummy question here... I can't find any file called "player.json" anywhere T_T help?? Sorry

Aetherlocke
Noobzor
Noobzor
Posts: 8
Joined: Tue Nov 10, 2020 1:46 am
Reputation: 3

Re: [Request] Fields Of Mistria

Post by Aetherlocke »

wawawee wrote:
Tue Aug 06, 2024 6:41 pm
Dummy question here... I can't find any file called "player.json" anywhere T_T help?? Sorry
No worries, bub. We gotta help each other out in this world. :lol:

I haven't found it myself yet since I'm at work but I'll letcha know if someone else hasn't by the time I get back.

rafpoop
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sat Jul 18, 2020 10:56 pm
Reputation: 11

Re: [Request] Fields Of Mistria

Post by rafpoop »

wawawee wrote:
Tue Aug 06, 2024 6:41 pm
Dummy question here... I can't find any file called "player.json" anywhere T_T help?? Sorry
Hit Win+R and paste %localappdata% (which will open your AppData>Local folder,) it's under the FieldsOfMistria>saves folder in your Local folder. If you have a lot of manual saves like me, I just go for the one that was most recently created under Date modified.

wawawee
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Aug 06, 2024 6:40 pm
Reputation: 1

Re: [Request] Fields Of Mistria

Post by wawawee »

thank you very much to both of you!!

User avatar
plumprumps
Noobzor
Noobzor
Posts: 14
Joined: Sun May 08, 2022 7:51 pm
Reputation: 5

Re: [Request] Fields Of Mistria

Post by plumprumps »

rafpoop wrote:
Tue Aug 06, 2024 6:46 pm
Thank you for helping others, I forgot people aren't always familiar with Local saves (I'm used to it from Minecraft and Stardew Valley lol)

There is an INSANE amount of info you can patch in the player.json and header.json files. Gold, inventory, essence, buffs (get the syrups from the clinic, save, then go into the file to locate the buff under 'status', just change the finish time to all 9's to have the buff all day).

Haven't been able to make buffs persistent. Setting it to all 0's either crashes the game or removes the buff depending on the buff. A table would be ideal but it's nice to have so much we can edit in the save file until one gets made! :D

Aetherlocke
Noobzor
Noobzor
Posts: 8
Joined: Tue Nov 10, 2020 1:46 am
Reputation: 3

Re: [Request] Fields Of Mistria

Post by Aetherlocke »

Y'all are the best :D
Can't wait to get home and dig into the files.

Locked

Who is online

Users browsing this forum: AwarioBot, Google Adsense [Bot], lenard999, Thisisweed, YandexBot