- Aug 8, 2017
- 24,076
- 16,535
No its not abandoned and there is an alpha/beta version ready to be tested if you want to go test it.So this mod is abandoned?
Under the spoiler tag "Beta Version:".
Make sure you get the bug fixes too.
No its not abandoned and there is an alpha/beta version ready to be tested if you want to go test it.So this mod is abandoned?
Obviously i was talking about the link that was said to be down ???Well thats the old version, of course it works
The development version currently work.So this mod is abandoned?
As a service we provide access to the beta-version of the MOD, this version is in active development and might break existing save games between downloads. If you are willing to help, find issues and accept the implications, you are encouraged to help us improve the mod and report the issues on theYou must be registered to see the linksor theYou must be registered to see the links.
INFO: Beta version will be unstable until v0.44 of the game (Work In Progress)
Mod:
You must be registered to see the links(direct download latest development version)
Updated Game Files (Unofficial Bug-fix):
You must be registered to see the links(direct download latest development version)
contains many unaddressed bug-fixes and optimizations - required for correct working of mod
save games are not compatible with the ones without bugfix
Getting there, most of the bugs reported in 44.1 vanilla have been resolved in bugfix, several display bugs have been resolved in mod, It is playable I haven't gotten a traceback bug since opening. one in tutorial. which should be resolved now. but still a lot of the game interaction to play, to be sure.Has anyone tried the beta for 0.44? How wonky is it so far? Is it playable? I suspect all the trance mechanics are messed up and broken.
Won't guarentee that the are all worked out. but most of them were vanilla bugs anyway, there were a couple interactions in mods, such as 3rd stage trance rewards not showing but those have been resolved. or at least I am getting ready to go bug the hell out of Lily again to see.Has anyone tried the beta for 0.44? How wonky is it so far? Is it playable? I suspect all the trance mechanics are messed up and broken.
Dude!!!! I literally said it worked in the post before yours.Has anyone tried the beta for 0.44? How wonky is it so far? Is it playable? I suspect all the trance mechanics are messed up and broken.
yep, and lot of turn in both bugfix and mod, last updates were about 2 hours ago. I haven't had any real showstoppers, but I am also applying cheats to get to specific conditions to test if they work, trance at least goes to deep trance and very deep trance, and the costs lower as expected and that was broken until recently.Has anyone tried the mod beta for 0.44? I think some of the trance mechanics might be bugged. But is it playable anyway?
As of yesterday's downloads, using the bugfix and mod beta for 0.44 worked for meBut has anyone tried the mod beta for 0.44 tho? I herd trances are bugged :3
played .44 unmodded quite extensively and never had this happen. Considering the changes to sluttiness I'm guessing it's a bug with the mod. Perhaps specifically with a mod serum.I don't know if it's a mod change or a vanilla game change, but using the beta mod from yesterday, some characters get their sluttiness on the negative, by a lot. I'm assuming just like some likes and dislikes increase or decrease happiness, there's a similar mechanic for sluttines (I remember on a previous version where the mom got over two hearts by herself on week three) and that the decrease is not capped at zero.
Is it a bug? If it's how it's supposed to be then that's fine, I'm just not sure if it's intended.
not a bug, but bug fix has tried to limit it. over vanilla as it would get into the 1000's, while still possible with recursive calls, in General it shouldn't go below -10,I don't know if it's a mod change or a vanilla game change, but using the beta mod from yesterday, some characters get their sluttiness on the negative, by a lot. I'm assuming just like some likes and dislikes increase or decrease happiness, there's a similar mechanic for sluttines (I remember on a previous version where the mom got over two hearts by herself on week three) and that the decrease is not capped at zero.
Is it a bug? If it's how it's supposed to be then that's fine, I'm just not sure if it's intended.
It's a problem with JoiPlay, I fixed it for me by downloading an older version of it from may.Who still have black rectangles showing up when you talk with someone in the game ?
Looks like the action of the casual friday policy is to mandate a random appropriate outfit on fridays:Think I found a bug: I have casual friday policy and I notice several employees are naked. The thing is, they are all new and thus rather shy or not slutty.
if casual_friday_uniform_policy.is_active() and day % 7 == 4:
self.planned_uniform = self.get_random_appropriate_outfit(guarantee_output = True)
self.change_happiness(5)
if the_outfit:
return the_outfit.get_copy()
else:
if guarantee_output:
if sluttiness_limit < 120:
return self.get_random_appropriate_outfit(sluttiness_limit+5, sluttiness_min-5, guarantee_output, preferences)
else:
return Outfit("Nothing")
return None