Lab Rats 2 v0.34.0 Release!
Added 2020-11-01 11:48:25 +0000 UTCLab Rats 2 v0.34.0 is live! Get it here!
PC: Lab Rats 2 v0.34.0-PC
Mac: Lab Rats 2 v0.34.0-Mac
Android: Lab Rats 2 v0.34.0-Android
Lab Rats 2 v0.34.0 is finished and ready for it's week of testing by patrons.
Alongside the new content there has also been the usual host of bug fixes and behind-the-scenes improvements. The android version of Lab Rats 2 is functional once again after a chance to the file system. A ton of typos have been fixed, and a number of fringe cases when displaying groups have been addressed to avoid incorrect displays or crashes.
Enjoy!
Changelog(v0.33.3 to v0.34.0):
*CHANGES AND ADDITIONS*
- Refactored several sections of code to improve maintainability and modability.
- Roles may now have functions assigned to them that are run on each turn, during each move phase, or on the end of each day.
- Added support for dynamically modified character dialogue.
- Extended Ren'py support for Person, dialogue may (and should, to support dynamic dialogue changes) be written as the_person "dialogue", instead of the_person.char "dialogue"
- give_serum function now returns the serum given instead of True, if any. If nothing is given returns False.
- Added generic strip description function to help centralise a number of related event actions.
- Added infraction Class and related functions
*BUG FIXES*
- Fixed android file system access.
- Fixed a number of typos.
- Fixed crash in case where group display had primary speaker removed from group
- Fixed work jerkoff event improperly displaying the group in some cases.
Comments
Please stop putting your error codes in here. There are other far better ways to get bug reports in.
2020-11-05 07:02:25 +0000 UTCA slightly more subtle bug (which may have been around for a while). If you fire Alexia as the company model, it sets the Public Advertising Licence to disabled. However, that policy is not toggleable, which means you cannot set a different model (which I assume is a bug - you can replace Stephanie as the head researcher after all, and the code certainly supports a model that need not be Alexia). I've never replaced her before; this run, she rolled up as hating working but loving supply work, so I moved her to supply so as not to have her happiness tank (until I get an appropriate worker serum). This (correctly) removes her as the company model but (IMO incorrectly) also disables the public advertising license policy.
GAZZA
2020-11-04 06:36:50 +0000 UTCBug when changing an employee division. role_employee.rpy, line 447, is: $ mc.business.remove_employee(the_person, clear_linked = False) Should be: $ mc.business.remove_employee(the_person, remove_linked = False)
GAZZA
2020-11-04 05:20:40 +0000 UTCSame bug on lines 549, 723, 1021
Frog Sort
2020-11-04 01:10:52 +0000 UTCSimilar bug in punishment section; line 351 is: if not the_person.wearing_panties(): and should be: if not the_person.outfit.wearing_panties():
GAZZA
2020-11-03 09:25:19 +0000 UTCThere's still a remaining bug from 0.33 - every time you do the euchre game, it resets (as in, it thinks it is always the first time you've done it, which means you never get to switch partners or see the other dialogue).
GAZZA
2020-11-03 08:33:06 +0000 UTCFound and fixed the problem, it'll be fixed up in the public release!
Vren
2020-11-03 07:03:08 +0000 UTCFound and fixed, thanks for the report!
Vren
2020-11-03 07:00:38 +0000 UTCIn the punishment section, there's a bug checking for clothing. Line 547 is: if the_person.tits_visible() and the_person.vagina_visible(): and should be: if the_person.outfit.tits_visible() and the_person.outfit.vagina_visible():
GAZZA
2020-11-03 06:06:24 +0000 UTCAfter a bit more experimenting it seems like it increases your employee count, but doesnt duplicate the work.
2020-11-03 03:52:34 +0000 UTCIn this version (and NOT the previous version) if you move an employee it doesnt do it correctly. Rather than just moving them from, say, Supply to Production it'll instead hire them for both positions (though move their location to the new work area). I'm unsure if this makes them do both jobs or not.
2020-11-03 03:35:57 +0000 UTCI get these exact errors also (haven't noticed the Bluetooth disconnect though because I don't use it much).
2020-11-02 13:24:47 +0000 UTCAny lesbian sex added?
SuperSaiyaMan12
2020-11-01 19:57:24 +0000 UTC