Create and Fuck your AI Slut -70% OFF
x

D3athe

Newbie
Jun 30, 2017
27
6
217
Ive noticed that the silver sword and minotaur axe dont deal damage to the mino, werewolf or ghost dispite them both having the holy enchantment
 
Last edited:

MiscChaos

Member
Oct 23, 2017
133
75
100
Ive noticed that the silver sword and minotaur axe dont deal damage to the mino, werewolf or ghost dispite them both having the holy enchantment
Found the issue. At some point, snekk changed the enchantment in the combat portion to "Hallowed" instead of "Holy". Long and short meant that Holy weapons weren't doing what they were supposed to
 

MiscChaos

Member
Oct 23, 2017
133
75
100
I've killed him but he never drops the hat only the black book
If you're playing the modded or bugfixed version, fixed. This was entirely a "me" fuck up. I forgot one symbol and it caused the whole thing to return an error message instead of showing the wizard hat on the ground.
 

D3athe

Newbie
Jun 30, 2017
27
6
217
In the latest modded version if you give the horse an antidote instead having sex with her after you win the fight she disappears from the game
 

domeycabeza

New Member
Mar 14, 2018
5
0
44
If you're playing the modded or bugfixed version, fixed. This was entirely a "me" fuck up. I forgot one symbol and it caused the whole thing to return an error message instead of showing the wizard hat on the ground.
I'm playing the modded version and I still can't seem to get the hat to show up. This is what I get 1000405996.jpg
I'm playing on joiplay if that matters.
I've tried a different save and even a save editor to redo the fight multiple times to try and get it to work
 

shiroi_neko

Newbie
Mar 10, 2020
31
3
68
Error: <<for>>: bad conditional expression: Cannot read properties of undefined (reading 'length')<<for _i to 0; _i < $npcs.length; _i++>> <<set _npc = $npcs[_i]>> <<if _npc.location == "orphanageinterior">> <<set _locals.push({ npc: _npc, index: _i })>> <</if>> <</for>

Can this please be fixd? I see it just about everywhere.
 

MiscChaos

Member
Oct 23, 2017
133
75
100
I'm playing the modded version and I still can't seem to get the hat to show up. This is what I get View attachment 5059225
I'm playing on joiplay if that matters.
I've tried a different save and even a save editor to redo the fight multiple times to try and get it to work
You'll need to redownload the mod in order to get the update. I uploaded the fixed version a few hours ago, so that should take care of the problem.

Error: <<for>>: bad conditional expression: Cannot read properties of undefined (reading 'length')<<for _i to 0; _i < $npcs.length; _i++>> <<set _npc = $npcs[_i]>> <<if _npc.location == "orphanageinterior">> <<set _locals.push({ npc: _npc, index: _i })>> <</if>> <</for>

Can this please be fixd? I see it just about everywhere.
Trying to fix that is the entire reason I stopped working on the mod until snekk updates. I just couldn't figure out what they were trying to do and how to fix it without breaking something else. That and the changes they were making to npc impregnation

In the latest modded version if you give the horse an antidote instead having sex with her after you win the fight she disappears from the game
Fixed. snekk did the same thing I did with the wizard hat, forgot one symbol and the entire thing collapsed
 
Last edited:

gdog

Newbie
Jun 3, 2017
96
87
168
0.8.6 "bugfix"
Caught a batgirl, sugarcube says I caught a batgirl. QSP version, I train it in bed. Twine version, it doesn't exist. Sugarcube verifies I have a batgirl, but do not have a petbatgirl.
 

D3athe

Newbie
Jun 30, 2017
27
6
217
When you harvest ingredients in the forest it automatcally adds an inert potion to you inventory that only heal 5 hp even if you have all the perks for healer and witch also whats the deal with the latex slime since you can capture it if you have enough jars but it doesnt show up in your inventory afterwards nor does it use any jars
 
Last edited:

MiscChaos

Member
Oct 23, 2017
133
75
100
0.8.6 "bugfix"
Caught a batgirl, sugarcube says I caught a batgirl. QSP version, I train it in bed. Twine version, it doesn't exist. Sugarcube verifies I have a batgirl, but do not have a petbatgirl.
You need to talk to the lady at the Avedon Arena to get ideas of how to train your batgirl before you can train it in bed.

When you harvest ingredients in the forest it automatcally adds an inert potion to you inventory that only heal 5 hp even if you have all the perks for healer and witch also whats the deal with the latex slime since you can capture it if you have enough jars but it doesnt show up in your inventory afterwards nor does it use any jars
Nothing bugged about the inert potion. Snekk only added the ability to craft potions at all an update or two ago and hasn't included everything that should go into it. The Witch skill tree is a complete waste of skill points right now since none of it does anything and inert potion is the only one you can make as a Healer currently.

Whatever is supposed to happen after the latex slime is captured hasn't been implemented yet. I also see that there isn't any code removing 10 bottles from your inventory so that much is a bug.
 

domeycabeza

New Member
Mar 14, 2018
5
0
44
You'll need to redownload the mod in order to get the update. I uploaded the fixed version a few hours ago, so that should take care of the problem.


Trying to fix that is the entire reason I stopped working on the mod until snekk updates. I just couldn't figure out what they were trying to do and how to fix it without breaking something else. That and the changes they were making to npc impregnation


Fixed. snekk did the same thing I did with the wizard hat, forgot one symbol and the entire thing collapsed
Thanks for that. I got it finally. Another question though, are you able to get wings yet? I keep seeing mentions of growing wings and flying to places but I can't seem to get them anywhere.
 

MiscChaos

Member
Oct 23, 2017
133
75
100
Thanks for that. I got it finally. Another question though, are you able to get wings yet? I keep seeing mentions of growing wings and flying to places but I can't seem to get them anywhere.
As far as I can tell, the only way right now to have wings is to be a Fairy. There will probably be more in the future, but that's it for now. And even that needed to be bugfixed since, in code, wings need to be "wingstype" in order for the game to use them. Since fairies have had wings since before that, they were coded as having "wings" instead of "wingstype". So they couldn't do a lot of the events that called for wings
 

shiroi_neko

Newbie
Mar 10, 2020
31
3
68
Trying to fix that is the entire reason I stopped working on the mod until snekk updates. I just couldn't figure out what they were trying to do and how to fix it without breaking something else. That and the changes they were making to npc impregnation
If I would take a guess. It is undefined new/old variables. I would suggest a method that checks if variables are defined and if not assigns them a value. What you may have are unassigned objects or undefined arrays.
 

MiscChaos

Member
Oct 23, 2017
133
75
100
If I would take a guess. It is undefined new/old variables. I would suggest a method that checks if variables are defined and if not assigns them a value. What you may have are unassigned objects or undefined arrays.
Unless you're playing an old save, that shouldn't be the issue. $npcs is set at the beginning of the game right as you enter the tutorial, so it shouldn't push an "length" error off that. Honestly, it was mostly the npc impregnation that was annoying me most. I could probably figure out the first issue now that I'm not completely sick of staring at the code for hours on end. I'm not ready to bash my head against the wall of the latter problem yet though.
 

MiscChaos

Member
Oct 23, 2017
133
75
100
If I would take a guess. It is undefined new/old variables. I would suggest a method that checks if variables are defined and if not assigns them a value. What you may have are unassigned objects or undefined arrays.
If you wouldn't mind being a bit of a guinea pig, I'm about to upload a possible fix in the modded version of the game. I can't test the fix myself because I don't have a save old enough to have possibly run into this error and you're the only one I know who has run into this error. So could you please download the latest modded version, visit any bed (you don't have to actually sleep, just visit the bed), then run into an area you've encountered this bug to see if it's fixed?
 

shiroi_neko

Newbie
Mar 10, 2020
31
3
68
Sure. I do not mind.

So that made the error disappear but places I could previously access are also lost. Cannot reach Det nor can I reach my farm again.
 
Last edited:
4.00 star(s) 24 Votes