4.70 star(s) 55 Votes

themagiman

Well-Known Member
Mar 3, 2018
1,340
405
I took the new develop branch and unpacked it into the 5 mods bundle but it broke everything. Can someone bundle the new dev branch together with the mods please?
 

kazzari

Newbie
Jun 2, 2020
27
26
I took the new develop branch and unpacked it into the 5 mods bundle but it broke everything. Can someone bundle the new dev branch together with the mods please?
Develop branch is for beta testing , bugs pop up in each updates , if you adding mods on top of that you have to assume you play as beta tester for modders , if you want help or hints , come to discord , always someone to respond quickly !

generally mods are fixed on weekends ,or daily for some ,
develop branch without mod is pretty exempt of "big bugs" ,
mods are generaly stable , but lot of new contents are added recently and they need fix !


for exemple yesterday , 3 new updates on dev branch , 2 updates on kaden mod , 1 on kina mod , so when you say : "the new develop branch and unpacked it into the 5 mods bundle"

i'm not sure you got the last updates , and right now at 03 pm , kaden mod is "down" ( a large bug who broke the game ) so like i say come to discord if you want to play with last updates for everything , dev and mods !
 

kazzari

Newbie
Jun 2, 2020
27
26
The game feels more and more like you're playing an Excel spreadsheet... Great scenes are simply missing...
what version did you play on? i bet for Version: 2024.05B uploaded here ... and without mods , right ? it's more like a dev technical preview

"Great scenes are simply missing" ?
it's not a vn , so effectively no "photos or movies scenes" , but writers made really great scenarios for events so what are you waiting for ? ( you can make request for adding new content suiting your taste directly on discord if you want )

you look really disappointed but give a try to develop branch with some mods , very much new contents , alot ..... really

spying cams , lesbi content , tv events , university bullying .... etc etc

Have a nice day
 
  • Angry
Reactions: Mee&Mee

Sheepy Cloud

Member
Apr 22, 2020
428
243
Not sure what's going on here. Scene is the usual morning Shower.
Sleep --> Shower Choices --> Barge In
NPC is Rebecca.
Ignoring and going on with the scene seems to cause no issues (No further errors).
You don't have permission to view the spoiler content. Log in or register now.
 

RudyMan

Newbie
Jun 10, 2017
47
35
Hello there.
Just wanna know if new versions have some real changelogs?
Сouldn't find them on discord and I suppose I'm too retarted to understand how to find them on GG.
Just to know of the game got some new content for the past year or so.
 

kaokao13579

Newbie
Jul 24, 2022
36
19
Hello there.
Just wanna know if new versions have some real changelogs?
Сouldn't find them on discord and I suppose I'm too retarted to understand how to find them on GG.
Just to know of the game got some new content for the past year or so.
more details(such as someone will join you during the pubic sex,more wardrobe setting,new UI,free use slut ICON etc),more fetish,more serum(2024.06patch),a new place: pubic beach(2024.06)
 
  • Like
Reactions: RudyMan

kaokao13579

Newbie
Jul 24, 2022
36
19
Hello there.
Just wanna know if new versions have some real changelogs?
Сouldn't find them on discord and I suppose I'm too retarted to understand how to find them on GG.
Just to know of the game got some new content for the past year or so.
your pesonal serum,more sex skills,more policy(city laws:topless outfits and pubilc nudity),real porn CG(2024.06)
 
  • Like
Reactions: RudyMan

redzadow

Newbie
May 18, 2017
87
82
I made my own temporary fix to strip_clip_foreclosed.rpy on the test branch. I'm now getting the following warning when updating.

Unmerged paths:
(use "git restore --staged <file>..." to unstage)
(use "git add <file>..." to mark resolution)
both modified: game/plotlines/StripClub/strip_club_foreclosed.rpy
What command do I used to trash my changes and grab the official? I believe "git restore --staged game/plotlines/StripClub/strip_club_foreclosed.rpy" will fix me up, but I want to make absolutely sure I'm not gonna fuck up everybody's hard work and update the branch.

Does anybody know? Thanks.
 

iamnuff

Well-Known Member
Sep 2, 2017
1,486
1,036
I might be missing something obvious, I researched the basic hair-bleach thing, created a design using that (and the primitive 3-turn trait that you start with) and went to the Production Department to set it into production... but it's not available?

My production lines have "Choose production" menu, with nothing on it, but in my R&D lab, I have a serum design called 'Bleach 1' saved and ready for use.

So what's up?

Edit: Nevermind, you have to research the design after creating it.
 
Last edited:

ACME

Newbie
Feb 9, 2018
16
10
I made my own temporary fix to strip_clip_foreclosed.rpy on the test branch. I'm now getting the following warning when updating.



What command do I used to trash my changes and grab the official? I believe "git restore --staged game/plotlines/StripClub/strip_club_foreclosed.rpy" will fix me up, but I want to make absolutely sure I'm not gonna fuck up everybody's hard work and update the branch.

Does anybody know? Thanks.
Just delete that .rpy and update again
 

Thanna

Newbie
Mar 29, 2020
76
42
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 459, in script call
$ picked_option.call_action()
File "game/script.rpy", line 468, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 485, in script
$ mc.location.show_background() # redraw background (is cleared by map)
File "game/script.rpy", line 485, in <module>
$ mc.location.show_background() # redraw background (is cleared by map)
KeyError: <renpy.display.im.Image object ('images/background_images/Beach_Background.png') at 0x00000000285b7850>

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 459, in script call
$ picked_option.call_action()
File "game/script.rpy", line 468, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 485, in script
$ mc.location.show_background() # redraw background (is cleared by map)
File "E:\LabRats2-Reformulate-2024.05B-pc\LabRats2-Reformulate-2024.05B-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\LabRats2-Reformulate-2024.05B-pc\LabRats2-Reformulate-2024.05B-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 485, in <module>
$ mc.location.show_background() # redraw background (is cleared by map)
File "game/major_game_classes/game_logic/Room_ren.py", line 149, in show_background
bg_image = bg_manager.background(self.background_name)
File "game/major_game_classes/game_logic/BackGroundManager_ren.py", line 31, in background
return BackGroundManager.bg_list[name]
KeyError: <renpy.display.im.Image object ('images/background_images/Beach_Background.png') at 0x00000000285b7850>

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.1.24030407
Lab Rats 2 - Down to Business 2024.06-code-beta
Thu Jun 27 04:54:33 2024

Can you help me?
 

ZacariasF100

Newbie
Nov 1, 2022
51
14
The location missing still happens which usually after u met Kaya.I thougt there is sth wrong with the code.My game is the June25th dev.
001.png
 
Last edited:

redzadow

Newbie
May 18, 2017
87
82
I've tried that in the past and always run into other errors. Oh well, I ended up renaming the folder and re-running the normal install commands to download the whole game again.
 

Gig1984

Member
May 3, 2018
114
19
I haven't joined the discord yet, does anyone know what the deal is with the employee count goal? It hasn't been functional for several months.
Haven't had a problem with this goal yet. But if the conditions are met, you have to let a time frame pass to trigger it. Or is this your problem and you want it to trigger the moment the conditions are met?
 

Gwynn

Newbie
Oct 20, 2016
29
28
Haven't had a problem with this goal yet. But if the conditions are met, you have to let a time frame pass to trigger it. Or is this your problem and you want it to trigger the moment the conditions are met?
I can't speak for that poster, but I've not once seen this goal pop up (despite it being an allowable goal) in either the current AIO release, nor the previous one from september 2023. So this might be what they're referring to.
 

InsanitySpark

Newbie
Aug 13, 2022
56
29
So i have a quick question. Wtf is up with the boss's daughter?

i mean i remember when she was first introduced i could date her and etc... but now it seems like i can only date her the initial time and then she is stuck at her home all the time and i can only access her via phone but i can't unlock meeting her again. am i doing something wrong?
 
4.70 star(s) 55 Votes