[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

Re: [Request] Fields Of Mistria

Post by Flipah »

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'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 charge 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.
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.

Hey, I tried doing the thing for the flowers and after they were in my inventory, when I moved them to use them the game crashed. LOL

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 »

Flipah wrote:
Tue Aug 06, 2024 7:15 pm
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'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 charge 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.
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.

Hey, I tried doing the thing for the flowers and after they were in my inventory, when I moved them to use them the game crashed. LOL
The item ID for those spring flowers are: breath_of_spring
So you should be pasting:

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

Scent of Spring (scent_of_spring) is an item you can purchase at the festival that is a loved item by all villagers, it does not stack (hence why I was warning not to paste it multiple times in your inventory, it will crash your game.)

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

Re: [Request] Fields Of Mistria

Post by Flipah »

rafpoop wrote:
Tue Aug 06, 2024 7:22 pm
Flipah wrote:
Tue Aug 06, 2024 7:15 pm
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'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 charge 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.
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.

Hey, I tried doing the thing for the flowers and after they were in my inventory, when I moved them to use them the game crashed. LOL
The item ID for those spring flowers are: breath_of_spring
So you should be pasting:

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

Scent of Spring (scent_of_spring) is an item you can purchase at the festival that is a loved item by all villagers, it does not stack (hence why I was warning not to paste it multiple times in your inventory, it will crash your game.)

I actually found the value on CE and duplicated it and when unstacking it crashed. I didnt do the inventory change on the player.json file

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 »

Flipah wrote:
Tue Aug 06, 2024 7:23 pm
rafpoop wrote:
Tue Aug 06, 2024 7:22 pm
Flipah wrote:
Tue Aug 06, 2024 7:15 pm



Hey, I tried doing the thing for the flowers and after they were in my inventory, when I moved them to use them the game crashed. LOL
The item ID for those spring flowers are: breath_of_spring
So you should be pasting:

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

Scent of Spring (scent_of_spring) is an item you can purchase at the festival that is a loved item by all villagers, it does not stack (hence why I was warning not to paste it multiple times in your inventory, it will crash your game.)

I actually found the value on CE and duplicated it and when unstacking it crashed. I didnt do the inventory change on the player.json file
I don't have any advice for that, I am only directly editing the save file which does not cause it to crash for me.

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

Re: [Request] Fields Of Mistria

Post by Flipah »

rafpoop wrote:
Tue Aug 06, 2024 7:24 pm
Flipah wrote:
Tue Aug 06, 2024 7:23 pm
rafpoop wrote:
Tue Aug 06, 2024 7:22 pm


The item ID for those spring flowers are: breath_of_spring
So you should be pasting:

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

Scent of Spring (scent_of_spring) is an item you can purchase at the festival that is a loved item by all villagers, it does not stack (hence why I was warning not to paste it multiple times in your inventory, it will crash your game.)

I actually found the value on CE and duplicated it and when unstacking it crashed. I didnt do the inventory change on the player.json file
I don't have any advice for that, I am only directly editing the save file which does not cause it to crash for me.
Awesome! thanks for the heads up!! <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 »

[Link]

^ Incomplete list of liked/loved gifts for people looking for things to spam into their inventory. The item IDs are likely just the in-game name with underscores in the middle. You must be logged in to FearLess to see the link.

Four-star meal that gives 128 health and stamina (let me know if someone has a better one, this is just the best I have for now.)
{"gold_to_gain":null,"inner_item":null,"infusion":null,"cosmetic":null,"animal_cosmetic":null,"item_id":"cranberry_orange_scone"},

Also adding every single item ID I could find so far in my save files, not sure if this is all of them but it should be. I'm not sure what many items are so be careful when attempting to add them, some might be quest items that could break your save file if you get them too early.

I edited my earlier post on page one to describe inventory editing in more detail if you need a better explanation: viewtopic.php?p=365167#p365167
Attachments
items.txt
(23.07 KiB) Downloaded 180 times

User avatar
BigBear743
Expert Cheater
Expert Cheater
Posts: 110
Joined: Sun Mar 17, 2024 10:13 pm
Reputation: 173

Re: [Request] Fields Of Mistria

Post by BigBear743 »

This table make the green bar on the top left constantly full, i don't know if that the stamina we're talking about. Game is in early access and I don't wanna buy myself.
Let me know if this work so I know the direction and can make more features ;)
Always SAVE THE GAME before using any scripts
=========================
Sharing - 2
Added Freeze Time
All scripts are only barely tested by me myself, might need more feedback from user to make them better :)
=========================
Sharing - 3
Added Gold Pointer
Added Infinite Health
=========================
Sharing 5:
Added Infinite Mana
Added Max Town Rank
Change Time Freeze to Time Control (now you can control time to make it flow faster or slower, freeze function work the same)
Attachments
FieldsofMistria - Sharing 5.CT
(380.19 KiB) Downloaded 733 times
FieldsofMistria - Sharing 3.CT
(15.77 KiB) Downloaded 125 times
FieldsofMistria - Sharing 2.CT
(95.54 KiB) Downloaded 379 times
FieldsofMistria.CT
(34.14 KiB) Downloaded 178 times
Last edited by BigBear743 on Sat Aug 10, 2024 2:01 am, edited 4 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 »

BigBear743 wrote:
Wed Aug 07, 2024 12:20 am
This table make the green bar on the top left constantly full, i don't know if that the stamina we're talking about. Game is in early access and I don't wanna buy myself.
Let me know if this work so I know the direction and can make more features ;)
It does work, thank you. The most important cheat I'd need is a freeze time one. Would that be possible, you think? :o

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

Re: [Request] Fields Of Mistria

Post by Flipah »

Aetherlocke wrote:
Wed Aug 07, 2024 12:48 am
BigBear743 wrote:
Wed Aug 07, 2024 12:20 am
This table make the green bar on the top left constantly full, i don't know if that the stamina we're talking about. Game is in early access and I don't wanna buy myself.
Let me know if this work so I know the direction and can make more features ;)
It does work, thank you. The most important cheat I'd need is a freeze time one. Would that be possible, you think? :o
omg yeah freeze time, I swear the time goes by so fast I can be in the mines for a second and boom passed out. aghh

User avatar
BigBear743
Expert Cheater
Expert Cheater
Posts: 110
Joined: Sun Mar 17, 2024 10:13 pm
Reputation: 173

Re: [Request] Fields Of Mistria

Post by BigBear743 »

I'll sell the freeze time script to the first person buy me the game. I wont let you know that there's a guy secretly added the table with the script in the link below:
viewtopic.php?p=365201#p365201
Spoiler
Have fune :D

SilverQueen
Noobzor
Noobzor
Posts: 7
Joined: Wed Aug 07, 2024 2:47 am
Reputation: 1

Re: [Request] Fields Of Mistria

Post by SilverQueen »

I just want to thank everyone here, both the save editor and cheat table work great. Freeze time works amazing!!!

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

Re: [Request] Fields Of Mistria

Post by Flipah »

BigBear743 wrote:
Wed Aug 07, 2024 2:43 am
I'll sell the freeze time script to the first person buy me the game. I wont let you know that there's a guy secretly added the table with the script in the link below:
viewtopic.php?p=365201#p365201
Spoiler
Have fune :D
thank you so much!!!

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 »

BigBear743 wrote:
Wed Aug 07, 2024 12:20 am
This table make the green bar on the top left constantly full, i don't know if that the stamina we're talking about. Game is in early access and I don't wanna buy myself.
Let me know if this work so I know the direction and can make more features ;)
Always SAVE THE GAME before using any scripts
=========================
Sharing - 2
Added Freeze Time
All scripts are only barely tested by me myself, might need more feedback from user to make them better :)
Table is amazing, thank you!!

Sacrito
What is cheating?
What is cheating?
Posts: 4
Joined: Mon May 08, 2017 1:43 pm
Reputation: 1

Re: [Request] Fields Of Mistria

Post by Sacrito »

You can find your gold in CE.
It's a double type, just search for your in-game amount, buy/sell and search again, and you'll get 3 results (probably) after 2 times. One of those is your gold.

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

Re: [Request] Fields Of Mistria

Post by Flipah »

BigBear743 wrote:
Wed Aug 07, 2024 2:43 am
I'll sell the freeze time script to the first person buy me the game. I wont let you know that there's a guy secretly added the table with the script in the link below:
viewtopic.php?p=365201#p365201
Spoiler
Have fune :D
Do you know how to make Infinite Health?

Locked

Who is online

Users browsing this forum: Aly Niichi, Barbarians, LIOBOSS