Dormammu, I've come to bug-fix! v0.50.3
Added 2022-03-17 11:16:44 +0000 UTCAlright, let's try this again! There were a couple scattered references that were missed in the last wave of refactoring and apparently computers don't like that. v0.50.3 fixes the date crashes, city rep interaction crashes, and miscellaneous breast-related crashes.
PC: Lab Rats 2 v0.50.3-PC
Mac: Lab Rats 2 v0.50.3-Mac
Android: Lab Rats 2 v0.50.3-Android
Patch (if you already have v0.50.2 and don't want to redownload the image files): Patch
Let me know if you run into any issues!
Comments
Okay, if possible, could we please make the gym a location that actually allows energy improvement? It'd radically improve the early game, and it'd save a bunch of clarity. Also, this would hopefully be a much smaller addition than stuff like Duties, and in the process, hopefully cause less bugs. EDIT: However, the various new employee filtering tools are excellent. All together, employee recruitment is much better than it once was, and I'd say the only thing this portion of the game needs now is bug fixing type polish(haven't run into any bugs, just, future orientated, and making cleaning up code if necessary. That sort of thing).
Killer300
2022-04-04 22:59:07 +0000 UTCGreat game so far! I've played for many many hours so far. Some smalls nitpicks from this version: - "trust" is mispelled when you have given someone new duties - I never used the paid and unpaid serum duties - makeup looks funny? - a lot of the models don't look very nice, wastes a lot of time when trying to hire (might be deliberate?) One major problem: - milky serum doesn't stack, I believe if it's made by different people. This is problematic as I have 10 production people on serum lactation all spamming my inventory with non-stacking serums. Late game wishes: - more lily + jennifer content, esp more of the photoshoot - photoshoot animations - I can't figure out how to get mrs. holmes to work for you, that might be on me. Edit: - I looked at the code, "Priya Holmes" is a generated name, but apparently it's impossible to get the city rep to work for you :( I tried to get her to work for me with all kind of drug concoctions boosting love/obedience/sluttiness, but nothing worked. Guess that's why.
2022-03-30 02:04:24 +0000 UTCI got past that one with no issues? on the 50.3 version.
2022-03-29 00:05:51 +0000 UTCyor characters name in lower case
2022-03-26 16:50:29 +0000 UTCDon't know how your edit happened (unless you also had 1 point in CHA) but the hr and supply purchase events are both missing their flat bonuses. You can add them in by editing line 446 in Business.rpy to be: max_supply = __builtin__.round(((3*focus) + (cha) + (2*skill) + 10) * (self.team_effectiveness/100.0) * production_modifier) And line 651 to be: restore_amount = __builtin__.round(((3*cha) + (int) + (2*skill) + 5) * production_modifier) (Or I guess the tooltip saying there should be a flat bonus is wrong) ETA: Same thing with production
duranbong
2022-03-23 18:32:43 +0000 UTCIt's whatever you name your character, if I remember correctly.
Steve Sombdy
2022-03-23 03:52:41 +0000 UTCanyone know the passcode to the computer to the mom?
IcemanX91
2022-03-22 20:28:17 +0000 UTCI think this is only linked to characters hired into the business as opposed to characters already in the game, in some way maybe the classes, variables, and functions crossing a bit much is now seeing characters hired being unable to change because of the issues Mialamo elaborated on
2022-03-21 15:18:12 +0000 UTCSo it looks like trying to fulfill the "Happy Drugs for Lily's Friends" taboo unlock "quest" now sets off an entire chain of game-breaking bugs.
Schattenjäger
2022-03-20 07:51:29 +0000 UTCSomehow the negative pregnancy days bug is still here.
neokenka
2022-03-20 03:47:02 +0000 UTCI think this is an issue of Vren using function names as variable names too much (in this case "max") and ending up with something kept in scope accidentally. I think somewhere in Person.rpy in the tit functions this happens. My recommendation is to replace all these "max" variables with something like "max_val". Same for min and any other variables with functions named the same. It's really bad practice to overlap function and variable names for this reason and why naming conventions for variables and functions are usually kept purposely different (words separated by '_' vs. camelCase and other such schemes). Also, the fix mentioned above will break if the tit index reaches the min (0). EDIT: Also found some "max"s in script.rpy and Business.rpy. My guess is the ones in script.rpy got kept in global scope and the new changes to Buisness and Person may trip over this.
2022-03-20 02:41:29 +0000 UTCI've come across the same issue with the Brest Reduction trait however Breast Enhancement seems to work as expected. Looked at the respective code calls and there's a difference in the way the two seem to be written - I suspect the issue lies there. I replaced the code "return cls._list_of_tits[max(0,current_index-1)][0]" with "return cls._list_of_tits[min(current_index-1,len(cls._list_of_tits)-1)][0]" in the Person.rpy file and seems to have fixed this break in my copy - serum appears to be having the desired effect as well. Hope it helps.
2022-03-20 01:44:15 +0000 UTCI started a new game on this build with 0 for my attributes and 0 HR and Marketing skills. According to the pop-up hint, Organizing Your Business should apply a flat +5 regardless of skill and attribute levels, but it's not doing anything at all. ETA: Weirder, though... having 2 points of Int (but still no skill points) the base +5 applies properly for a total of 7% increase to efficiency.
Schattenjäger
2022-03-20 01:18:00 +0000 UTCI've had that one, too = P It's obnoxious, but it means that those two traits shouldn't be part of daily doses until/unless Vren puts height range limitations in the code.
Schattenjäger
2022-03-19 21:55:33 +0000 UTCI haven't got to that point, to dose everyone, or have that serum. The company look's like is run by hobbits, lol average height 4,1 to 3.8
Zankriger
2022-03-19 08:13:40 +0000 UTCDo you have them on a daily serum dose of Human Growth Rewinder? They'll progressively get smaller to the point that it's ridiculous. I had the same thing happen with the Growth Rebooter - eventually their heads started disappearing off the top of the screen they were so tall.
Dreamdayer
2022-03-19 01:57:54 +0000 UTCVren, i have a problem the girls are shrinking, lol it's starting to look like a parody of "Honey is shrink the kids"
Zankriger
2022-03-19 01:35:45 +0000 UTC