Laughingfox

Well-Known Member
Apr 2, 2017
1,115
1,086
385
How do i get to Mont Creek?, also their is no option to go west from the fort, the western forest path just goes to Monduval
I had to backtrack through the game a bit for this one, though I could also totally be wrong. Gonna spoil the steps incase any folks want to find it without tips.
You don't have permission to view the spoiler content. Log in or register now.
 
Mar 23, 2022
467
135
166
You don't have permission to view the spoiler content. Log in or register now.
1. Yet. No surprise but those questions about the gems were in aid of attempting to make the thing I'm making as lore accurate without messing with plans from you. I've actually got the plot of it already written out. Along with the start in 1.99.32 but it should be fairly easy to update it and a few of the for puzzle pieces I guess you could call them. Apart from time I'd probably need like one difficult picture. Although knowing me I'd probably drop it when my play list runs out. So about half way through.
 

Vombatidi

Newbie
Jul 19, 2021
68
31
142
Yup as expected it was rats (again). Here' the patch (again). You'll need to play on 1.99.35 if you aren't already.
1718092582447.jpeg
for your bug support...


the bug is present and the only thing I can do is show it with a short video, because it doesn't give errors or text, it just doesn't do anything.

My PC is female, the beginning is that of the castaway, I have not used cheats except to remove the pregnancy state when the PC was male (twice), the money is earned by scamming gambling in the sewers. And yes, im in the 1.99.35.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
Mar 23, 2022
467
135
166
View attachment 3725912
for your bug support...


the bug is present and the only thing I can do is show it with a short video, because it doesn't give errors or text, it just doesn't do anything.

My PC is female, the beginning is that of the castaway, I have not used cheats except to remove the pregnancy state when the PC was male (twice), the money is earned by scamming gambling in the sewers. And yes, im in the 1.99.35.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Could you provide me your save?

edit: Fixed the school with this one. I'd still like the save just for trouble shooting on my end.
 
Last edited:
  • Like
Reactions: Vombatidi
Mar 23, 2022
467
135
166
View attachment 3725912
for your bug support...


the bug is present and the only thing I can do is show it with a short video, because it doesn't give errors or text, it just doesn't do anything.

My PC is female, the beginning is that of the castaway, I have not used cheats except to remove the pregnancy state when the PC was male (twice), the money is earned by scamming gambling in the sewers. And yes, im in the 1.99.35.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Using the save you provided I was able to find it. (for Snekk) It was a situation of the arg array for slug girls giving a 3 when there was only a call for one.

in coding terms
Code:
gt 'fightslug', '3'

! needs to be

gt 'fightslug', '1'

! in the subsewerexplore
This should fix it. If it still doesn't then "fuck me" am I right?

edit: also the reason why I couldn't find it with my save, was because I force my knowledge over 40 when testing. Which skips the auto fight.
 
Mar 23, 2022
467
135
166
And we have another case of missing special weapon. This time it's the tridant.

Edit: Found the cause, now to find the solution. If you have the trident equiped then equiped the garad through the dream it doesn't remove the trident properly. Causing it to disappear.

I'll try and narrow it down and possibly fix it but I'll have to back track/start new and speed run to the point of that. Yay forgetting to save.

Also completely unrealated but the darkblade from the Thesaurus also stops working after one use.

Edit: just found another possible bug. The lizard girl who takes you to the brothel room to start that quest line can be ignored quite easily breaking that whole quest line.
 
Last edited:

DaBarber

New Member
Nov 6, 2018
1
0
21
Is there anything that happens after you place Fortune the witch's soul into your unborn child?

She mentions that she will be at your home if you need her but the location I set my home to doesn't have her there. Is there a specific home she goes to?
 
Mar 23, 2022
467
135
166
Is there anything that happens after you place Fortune the witch's soul into your unborn child?

She mentions that she will be at your home if you need her but the location I set my home to doesn't have her there. Is there a specific home she goes to?
I believe that's the end. She doesn't show up anywhere yet.
 
  • Like
Reactions: DaBarber
Mar 23, 2022
467
135
166
And we have another case of missing special weapon. This time it's the tridant.

Edit: Found the cause, now to find the solution. If you have the trident equiped then equiped the garad through the dream it doesn't remove the trident properly. Causing it to disappear.

I'll try and narrow it down and possibly fix it but I'll have to back track/start new and speed run to the point of that. Yay forgetting to save.

Also completely unrealated but the darkblade from the Thesaurus also stops working after one use.

Edit: just found another possible bug. The lizard girl who takes you to the brothel room to start that quest line can be ignored quite easily breaking that whole quest line.
Found trident bug fixed in this patch. Simply unequiping the trident didn't work properly. It was -0 not an =0.
 
  • Like
Reactions: Vombatidi
Mar 23, 2022
467
135
166
Because this is technically a bug/patch I'll still post it. Simply the array called for 'event1' twice when the rng could do 'jollyeve'. So you might not notice this pre patch 5.

Honestly I don't know if I should be spamming patches at this point. The last three comments have been me after all. :ROFLMAO:

edit: Fix asking Meat to kill something.

for Snekk it was this

You don't have permission to view the spoiler content. Log in or register now.

edit 2: Yup more changes. This time the player might not actually notice previously if there was this bug. Long story short several places had 'farmlands' instead of 'farmland'. The 4 spots were; thef, telescope, quests and demonapoth.

ctrl f then type (farmlands) is how I found them. Obviously remove the brackets.

ps. thef is still weird. Once the pc moves her to the farm asking her to swap clothes does cause her to move back into the warehouse. I'm not sure why Snekk has it so that swapping the two changes portfamine causing her to move. But I'll leave it for now until I know Snekk's reasoning. So sorry everyone.
 
Last edited:

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,219
1,521
388
And we have another case of missing special weapon. This time it's the tridant.

Edit: Found the cause, now to find the solution. If you have the trident equiped then equiped the garad through the dream it doesn't remove the trident properly. Causing it to disappear.

I'll try and narrow it down and possibly fix it but I'll have to back track/start new and speed run to the point of that. Yay forgetting to save.

Also completely unrealated but the darkblade from the Thesaurus also stops working after one use.

Edit: just found another possible bug. The lizard girl who takes you to the brothel room to start that quest line can be ignored quite easily breaking that whole quest line.
The -0 instead of =0 was the problem for the trident.

I accidentally set the skill to using the dark blade to the dark blade item, so using it set your skill to 2.

The lizard girl should reset if you leave the room.

Is there anything that happens after you place Fortune the witch's soul into your unborn child?

She mentions that she will be at your home if you need her but the location I set my home to doesn't have her there. Is there a specific home she goes to?
Not at the moment, I'm currently working on it and I'm trying to get more for it this update.
1. She is one of those major upgrades/updates that is going to take multiple updates to get out and working. I plan to have several ways to go through her questline.

Actually though, the Kitsune are innocent. It's Mariko that is the dark part of them.

2. I do intent to add more gangs. Thef is technically one and I'll do more with her, but others like dock workers and beach bums are going to be a thing.

2a. There's a scene where, if the PC has a high slum whore rating, the person attacking the PC gets beat up by your clients. Vigilante justice is going to be a thing, similar where the nun just guns some guy down in town.

2b. I do plan on having Kaiden go around. She's part of the Percy quest now and she's more or less one of the only people who care about the slums. However, that goes both ways. She only really cares about the slums.

3. I have a whole notepad ++ full of half finished ideas. There's a scene for matching buttplugs for the PC, fem/futa Percy and Gobwife but that involves Monduval as Gobwife would not willingly take Percy into Junktown.

I'm also for minor retcons in the story if the new thing is just better.

Also, as for Tonal Whiplash, for a game about happy sex and waifu collection the PC is eaten by at least two enemies, both of which you are alive for. Orcs can wear you as a meat shield and you're just an item at that point until you die. That's a thing in the game right now.

If you're daunted by your writing, what about mine? I've been releasing weekly updates for weeks at this point and just hoping what I'm putting out is coherent and doesn't completely suck.

4. That's what happened to the clone school of magic in Primora due to them trying to clone Avedonian Elves. Crazed weirdos that couldn't survive Loksi's/Last of the Line's curse without going insane.

6. She's eventually going to get some soul sucking blowjob and sex scenes as she has a library of karma sutra she wants to try on you.

7. Charmane, the Horseman of Conquest, can be fought and impregnated. The Perfect Soldier has a child, the Perfect Spy. Blitz can then be found around the world collecting information(by getting railed and listening to the men talk while waiting their turn). I'll add more scenes to her later.
 
Mar 23, 2022
467
135
166
1. I accidentally set the skill to using the dark blade to the dark blade item, so using it set your skill to 2.

2. The lizard girl should reset if you leave the room.
1. I wasn't aware it was an item and skill when I was looking into it. Good to know if future issue arise I guess

2. I'm pretty sure I've, on at leas two occations, had her disappear and the quest just stop. I could be wrong and I will test it a bit (once I'm done with this run).

3. I hope my patches are coherent enough to understand, at least by you. Is they aren't is there a better format? Git said there was an error with my edits so I'm uncertain if they got through. Hence the weird rambles here.

That also goes for people also reading it that aren't Snekk. If there's a better way to write it feel free to tell me.

Completely unrelated to Snekk. I've patched First's solo scenes so they work (as in the picture isn't broken). Just added sex/ between goblin/gobvag.

edit: Added clauses for taking sword and armour from mainframe, now limiting each to 1. No more 50 star swords and 50 star armour for you.
 
Last edited:

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,219
1,521
388
1. I wasn't aware it was an item and skill when I was looking into it. Good to know if future issue arise I guess

2. I'm pretty sure I've, on at leas two occations, had her disappear and the quest just stop. I could be wrong and I will test it a bit (once I'm done with this run).

3. I hope my patches are coherent enough to understand, at least by you. Is they aren't is there a better format? Git said there was an error with my edits so I'm uncertain if they got through. Hence the weird rambles here.

That also goes for people also reading it that aren't Snekk. If there's a better way to write it feel free to tell me.

Completely unrelated to Snekk. I've patched First's solo scenes so they work (as in the picture isn't broken). Just added sex/ between goblin/gobvag.

edit: Added clauses for taking sword and armour from mainframe, now limiting each to 1. No more 50 star swords and 50 star armour for you.
1. It's meant to get more powerful/unlock new abilities the more you use it.

2. I'll add her to the list of waifus to touch up this update. Right now I'm messing with Isabella and Fortune.

3. I use WinMerge to compare the separate versions and just manually add in the fixes. If you specifically point something out I can just copy/paste the fix, which I've done with like four so far.

3.
 

Laughingfox

Well-Known Member
Apr 2, 2017
1,115
1,086
385
Haha. I see you replying to our glorious nonsense.

You don't have permission to view the spoiler content. Log in or register now.

If it's not too much trouble, some answers regarding the Kitsune appearance questions I had from an earlier post would be super helpful. No rush, mostly I'm working on the basic appearance of characters one by one to get accustomed to them, so I can then put them in lewd art. Or NOT so lewd art. For example, expressions, or adding a visual image to a scene or setting you've written. It can't all be about bumping uglies. Maybe. A few I'm remaking some reference models for just to make the process a bit smoother. Cheers.
 
Mar 23, 2022
467
135
166
3. I use WinMerge to compare the separate versions and just manually add in the fixes. If you specifically point something out I can just copy/paste the fix, which I've done with like four so far.
Because I'm having issues with git just straight up not making merge request or whatever it's call (seriously what's blob?). I think I'll just highlight changes and send you a pm with the notepade++. As for the thread I'll change it to just the patches and a blurb of what I did.

For example:

Unoffical patch notes

Fixed bees through telescope. Patch 10

Edits go here:

Fixed working at the office (castle archives office) leaving a no exit. Patch 11
 
Last edited:
Mar 23, 2022
467
135
166
First gross I had to copy and past your whole message just to make like two points. That's what happens when you place a whole chunk of text in a persons quote.

1. If you're daunted by your writing, what about mine? I've been releasing weekly updates for weeks at this point and just hoping what I'm putting out is coherent and doesn't completely suck.

Hm. I'm not so much daunted as I don't want to ruin a good thing. But yeah, fuck it. You miss every shot you don't take; I'll try and write up some scenes to go with sketches or art maybe make a google doc for them I can link you to later. Going that route both the text and images will be spliced there together for easy viewing, and can be edited.

I have some nonsense in mind for scenes, ballpark wise, which I'll stick on a post some time after this one.
You don't have permission to view the spoiler content. Log in or register now.
1. Most of my images I'm just recycling already used art. But then again I hate my own drawings so I never draw. At least you can do both. Oh yes, I am writing a scene too well at least I'm trying to. The procrastination is stong in this one.

2. Yeah, you ain't winning that one champ. Charmane's had a much longer time to get use to her nature. The player not so much. Also the player isn't quite there yet, they are a fledgling at best, not complete at worst. Plus add in the nature of both and Charmane is just built for stamina. The player isn't, they're built for fucking and *mumbles spoiler that are placed at the end*. Don't forget that even if the player currently beats her in a fight they still win lose at the sex if they chose to solo her. Pretty sure if the player wasn't special *gasp* I know right, they'd die to just on the sex alone.

You don't have permission to view the spoiler content. Log in or register now.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,219
1,521
388
I can't quote your tweet for some reason.

F1. I like it being vague so that people can come to their own conclusions. How the busty white fox cuddles you is up to you and the imagination is far better than I can describe.

F2. Similar, due to being mother and daughter, but Mariko has larger breasts.

F3. Yes. I think I made a joke that mana is stored in the tits and it is funny to continue that theme.

F4. Yes

F6. I will eventually add futa sex and change where you can ask Yvee to be a certain way.

F7. Considering her boss power level is 777 because lucky number and she has her after images in combat, technically multiple enemies, she would be able to one shot most Avedon enemies and maybe even some bosses in one to two combat turns. I would not want her to be the meme where she's super powerful as a boss and then weak as an ally.
 

Laughingfox

Well-Known Member
Apr 2, 2017
1,115
1,086
385
First gross I had to copy and past your whole message just to make like two points. That's what happens when you place a whole chunk of text in a persons quote.


1. Most of my images I'm just recycling already used art. But then again I hate my own drawings so I never draw. At least you can do both. Oh yes, I am writing a scene too well at least I'm trying to. The procrastination is stong in this one.

2. Yeah, you ain't winning that one champ. Charmane's had a much longer time to get use to her nature. The player not so much. Also the player isn't quite there yet, they are a fledgling at best, not complete at worst. Plus add in the nature of both and Charmane is just built for stamina. The player isn't, they're built for fucking and *mumbles spoiler that are placed at the end*. Don't forget that even if the player currently beats her in a fight they still win lose at the sex if they chose to solo her. Pretty sure if the player wasn't special *gasp* I know right, they'd die to just on the sex alone.

You don't have permission to view the spoiler content. Log in or register now.
Ah. I did it that way because the as I have been backing through (much) older conversations, it's easy to lose sight of what a given response is going to, especially if it's a reply from a reply. At the very least I've been having some difficulty there, anyway. May not keeping doing it, I haven't quite decided.

1. It's a long road ahead for. A lot of which is shaking the rust off for me, personally. I didn't think I'd have the opportunity to come back to this playground, but ideas and creation are an awful lot of fun. Challenging though. I'm sure you'll get there in regards to what you are looking to write.

Predictable yet useful suggestion tossed at me by entirely too many instructors: just keep at it, even if it's a wee bit at a time. The only one that can put your words on paper, or text in the doc, is you, after all.

2. Pardon my non french, but forking bullschmidt.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
4.00 star(s) 24 Votes