Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ArcherC

6
Posts
A member registered May 20, 2019

Recent community posts

Late reply, sorry. I'm using the mod version I posted earlier, and the game version 0.5.23c
I've also come across the fact that the "Let's clean you up" talk doesn't seem to do any actual cleaning. The resulting text box is just an ellipses.

Hmm, found a strange bug in the Mansion file.
I've found that the dialog for Farm Treatment Level 2 (might apply to other levels, haven't tested) pushes interaction between the "cow" (person being milked) and the Headgirl, rather than the Farm Manager. End of day dialog will feature the headgirl, and if the headgirl is unavailable (away due to being Elevated, for instance), the end of day dialog is completely skipped. Bit of a problem, since this also skips child birth dialog. Here's the code the error report references.

text1.set_bbcode(text1.get_bbcode() + person.dictionary("$name knelt on all fours like an animal in the stalls today while") + farmmanager.dictionary(" $name slid the fucking machines into") + person.dictionary(" $him. They began to go in and out of $his ass and pussy all day as $he moaned like a cow in heat, squirting cum on the ground throughout the day.") + headgirl.dictionary("\n $name was enticed by $his friend and allowed $himself to be licked until orgasm by") + person.dictionary(" $name, and they seem to be [color=green]much closer[/color] now as cum drools out of $name's mouth.\n\n"))


Specifically, it says "Invalid call. Nonexistent function 'dictionary' in base 'Nil'

If you talk to a slave that is standing awkwardly due to loads of cum inside them, and then force them to lick up the mess, you can give them that trait as well. At least the cumslut one; not sure about pisswhore.

(2 edits)

Oh hey, that fixes it. Cool.
I also fixed another bug I found in the mod that prevented slaves with wits below 0 from even talking to the PC.


http://www.mediafire.com/file/60u8ew84t599cs4/AricsExpansion_for_0.5.23c.7z/file
Enjoy the updated mod.
[EDIT]
Woops, forgot to enable sharing. Should be open to everyone now.

Also, I've encountered some other bugs. One leads to a divide by zero issue when doing the Kegels talk.

Tried that, and I still get "Null" in the speech. The console gives the following new error:

SCRIPT ERROR: talkKegels: Invalid operands 'Object' and 'float' in operator '/'.

At: user://mods/AricsExpansion/scripts/expansion.gd:683


Here's the current relevant line in expansion.gd (sans tabs)

if person.sstr*2 + person.lastsexday + capacity + rand_range(0,10) >+ rand_range(50,100)/capacity:

So, I've gotten this mod to mostly work with the latest (v0.5.23c) version of Strive for Power. However, the Kegels dialog seems to be broken. Talking to a slave about it just pops "Null" into their dialog box and the console spits out the following error

SCRIPT ERROR: talkKegels: Invalid get index 'lastsexday' (on base: 'Dictionary')

At: user://mods/AricsExpansion/scripts/expansion.gd:683


Otherwise I'm not seeing any issues with my edit. If anyone wants to take a look and see if they can fix it I can upload the files.