Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

kingkongdong

1
Posts
A member registered Oct 15, 2019

Recent community posts

Really liking what the mod has to offer already.  Just got a few things to report:

-Upon talking and selecting the lactation dialogue option the following error message appears


Looking at the script in line 790 'getitemfromarray' should probably be replaced by 'randomitemfromarray'. Trying this seemed to resolve the issue on my end. (also add an extra space to the beginning of the string appended below this line)

-As mentioned above sometimes ending the day causes the following error to appear without advancing to the next day


Comparing to the similar block of code above in the script, replacing the code on line 1764 from

clamper = globals.assholesizearray[globals.assholesizearray.find(person.asshole)-1]

to

clamper = globals.assholesizearray.find(person.asshole)-1

seemed to fix the issue for me as it seems to return a number rather than a string, but from the posts above some people seem to be having issues with the block of code above so who knows. (why is the clamper variable defined differently between the two when they basically do the same anyway? may be an error? )

-the day after a slave gets pregnant, as long as there is any jizz in pussy inspect will give this


(also gives the text that shes massively swollen)

which seems rather excessive, as it will even give the text when there is no more jizz in pussy.


Anyway, can't wait for the next update. Good luck.