Ready to play dirty? Command your Lust Goddess now. Play Now!
x

FantasM ( Really Good Giantess Vore Game )

5.00 star(s) 3 Votes

grinim1

Formerly 'lemuchi1'
Jan 12, 2020
1
0
11
how do i make my guardians hit the enemy ? i have a heart in friendship with them, but they always hit me, i read somewhere here that i have to upgrade them but what item i need to do this ? that fairy only let me see their status
 

Ladomaggio

New Member
Jul 1, 2025
2
0
1
I haven’t understood anything about these guardians. Is there someone knowledgeable who can explain everything necessary to fully understand this matter?
 

EchoofZen

Member
Sep 14, 2018
176
156
246
I haven’t understood anything about these guardians. Is there someone knowledgeable who can explain everything necessary to fully understand this matter?
Seconded, tbh. The save I snagged has SOME monsters set SOMEHOW. No idea what they do or how they do it.
My own save meanwhile is earlier, but I still don't recall paying too much attention due to the sketchy translation.
 

nvoim

Member
Nov 9, 2019
218
124
178
I'm under the impression that the guardian feature was started and then shelved? It's there but all it does is make them attack you.

The dev is kind of all over the place with where they add content. They have a tendency to start things and then drop them for something else that they think will be faster/easier/more interesting to work on.
 

DiddleKidPlusDiddler

Active Member
Apr 6, 2022
571
594
199
I'm under the impression that the guardian feature was started and then shelved? It's there but all it does is make them attack you.

The dev is kind of all over the place with where they add content. They have a tendency to start things and then drop them for something else that they think will be faster/easier/more interesting to work on.
I can agree, I suppose. Though he has followed through with completing the main questline so it's not like he isn't too out of focus. But, yeah, there's still a good number of unimplemented things.

Like the school nurse (if there will be content, that is... I think she has a shoe box as well, holds the black high heels),
Some school shoebox content (moreso teacher/staff stuff, there's pictures already for teacher's/staff's in shoe battles... i.e. battle bgs in heels, feet with painted nails, dialogue [I think...? There was some in an earlier version but was taken out and is yet to b re-implemented...]),
The giantess to the left of the school will apparantly get more content, as per all the options other than when battling her on her hands,
Planned stuff with Harity... more locations like the demon world...

I could list a lot of stuff that's been partially put in but not yet done. There's plenty of (mostly broken due to missing npc sprites) unfinished maps andd stuff, including ones like:
A fairy forest (not the same as futatsu forest),
an area named "mysterious island" that seems somewhat similar to the Tenjinsha Shrine (where the battle and scene replay stuff is),
a hole north of the West Darmidori Cave's warp point that insinuates the possibility of shrinking more,
a map for the school's pool area,
a couple of caves named "Koedame"; one being found in West Mistra Lake (with a lethal poison fog),
an area simply named "Little Girl's Room"... (err...),
Harity events related to the command option,
Visual appearances for different Harity clothing,
etc etc

There USED to be some others a few versions back too, like an entire town other than the mamono town (was one of the maps I meant when I said "broken due to missing NPC sprites")... even including some possibly spoilery stuff, like new boss names (though I'm not sure if those have been scrapped or not).

But there's only so much that can be done in a month, especially given that this is all being done on RPGMaker XP, which first released twenty years ago. So definitely giving credit that he is at least still pushing monthly updates (unlike quite a few other Patreon devs... :HideThePain:)
 
  • Like
Reactions: EchoofZen

kr5566

Newbie
Sep 9, 2024
20
3
13
2 questions, im trying to translate the files however it gets to 34 precent before stopping, eny reason for this or way to fix it? if not does enyone have a translated vertion of v0.88?

Edit: i seam to have fixed the 34 precent issue tho another question arose, are there eny files im not suposed to translate?
 
Last edited:

DiddleKidPlusDiddler

Active Member
Apr 6, 2022
571
594
199
2 questions, im trying to translate the files however it gets to 34 precent before stopping, eny reason for this or way to fix it? if not does enyone have a translated vertion of v0.88?

Edit: i seam to have fixed the 34 precent issue tho another question arose, are there eny files im not suposed to translate?
Definitely. Most script and related files have things related to functionality. Translating them can cause errors within the game.
 

kr5566

Newbie
Sep 9, 2024
20
3
13
Definitely. Most script and related files have things related to functionality. Translating them can cause errors within the game.
got it so il leave the scripts, tho for some reason if i inject into already exsisting files they seam to not translate for some reason, know how to fix that tho? (when i first get it to work i get a syntax error when pepole speak)
 
Last edited:

DiddleKidPlusDiddler

Active Member
Apr 6, 2022
571
594
199
got it so il leave the scripts, tho for some reason if i inject into already exsisting files they seam to not translate for some reason, know how to fix that tho? (when i first get it to work i get a syntax error when pepole speak)
I'm not entirely sure on the workings, but I believe that has something to do with the English/Japanese setting that's already ingame. I think this was talked about a while ago...
 

kr5566

Newbie
Sep 9, 2024
20
3
13
I'm not entirely sure on the workings, but I believe that has something to do with the English/Japanese setting that's already ingame. I think this was talked about a while ago...
i see guess il still use vertion 781 as i cant get past the school or the demon boss before the school either :/ (if i recall corectly i struggle to beat the demon boss and the school crashes my game on 2 diffrent events making me unable to complete it)
 

DiddleKidPlusDiddler

Active Member
Apr 6, 2022
571
594
199
i see guess il still use vertion 781 as i cant get past the school or the demon boss before the school either :/ (if i recall corectly i struggle to beat the demon boss and the school crashes my game on 2 diffrent events making me unable to complete it)
Which boss do you mean? Daredevil in Tafarina Cave? Is that with your translation files, too?

I do know that MTool's translation doesn't affect script files. You can have it extract the raw text data, but it'll be in a JSON format; in a table array of key, value variables.

They'll be:
"[original text]" : "[original text to process for translation]"
So you'll have to separate the values (2nd column), translate, then re-insert as:
"[original text]" : "[translated text]"

But... given how much text data is in FantasM, it's a hassle if you wanna use a free translation service (such as DeepL).
 

kr5566

Newbie
Sep 9, 2024
20
3
13
Which boss do you mean? Daredevil in Tafarina Cave? Is that with your translation files, too?

I do know that MTool's translation doesn't affect script files. You can have it extract the raw text data, but it'll be in a JSON format; in a table array of key, value variables.

They'll be:
"[original text]" : "[original text to process for translation]"
So you'll have to separate the values (2nd column), translate, then re-insert as:
"[original text]" : "[translated text]"

But... given how much text data is in FantasM, it's a hassle if you wanna use a free translation service (such as DeepL).
i seam to be able to get trhue the school, tho im confused how to cuntinue (im unable to get the key from the chairman, and yes the daredivil in the Tafarina cave, the Crash after trying tuhe uppdatedone started by the aunt when atempting to tlk to her witch caused a Syntax error but when i switched back to a older vertion its fine for now, i also seam to have a bunch of other places i havent gotten to completing as well sutch as another cave, i had accsess to a kindergarden in a older save but lost it later, and the temple i die within the last character you have to go thrue as in her large intestines i tend to get many funny debuffs that blocks me from healing and doing enything to get out)
 
5.00 star(s) 3 Votes