4.60 star(s) 56 Votes

Xaiti

Newbie
Mar 12, 2021
16
44
Good thing somebody picked this up - Lab Rats 2 was one of those gams I kept coming back for every new release until it was seemingly abandoned without notice.
Wish you guys luck with the project.
 

eldoen

Member
Jun 30, 2021
460
283
>we make a mod
>we pack the files
good job, you act like shitty developer instead of modder
congratulations
guessing you missed this??


Source Code:
(direct download latest development version)
(direct download source code for AIO release 2023.07.11)

Installation with Source Code:
  1. Download and extract the full game from one of the links in this post.
  2. Delete all '.rpa' files except the large 'character-images.rpa'
  3. Unpack the 'game' folder from the Source Code download zipfile in the root folder of the game (where the .exe is) and overwrite existing files
  4. Play the game
 

Bluecats

Newbie
Aug 12, 2016
57
16
Error trying to run using Renpy launcher on mac, also does not load on wine

While running game code:
Exception: Could not load from archive bugfix_additions/action_mod_core.rpyc.
 

eldoen

Member
Jun 30, 2021
460
283
Is there some fix for it?
Error I get when trying to save on Mac:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 397, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1071, in handle_click
    rv = run(action)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 397, in __call__
    renpy.save(fn, extra_info=save_name)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/loadsave.py", line 447, in save
    location.save(slotname, sr)
  File "/private/var/folders/3h/7mvnxhl17fs5qfsq__95db300000gq/T/AppTranslocation/32C112ED-63B0-4CF2-BC2C-332AFF3C80C1/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/savelocation.py", line 462, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

macOS-13.4.1-arm64-arm-64bit arm64
Ren'Py 8.1.1.23060707
Lab Rats 2 - Down to Business 2023.07.11
Tue Jul 11 18:27:48 2023

Ok, as far as we can tell, either there is no write permission on save location or the path is too long. so make sure you have write permissions to the game/saves folder,

EDIT:: found an issue being worked on now, if want to verify immediately can install dev branch CODE versipn per the instructions recently poasted. Make sure it is dev branch.
 
Last edited:

eldoen

Member
Jun 30, 2021
460
283
Error trying to run using Renpy launcher on mac, also does not load on wine

While running game code:
Exception: Could not load from archive bugfix_additions/action_mod_core.rpyc.
Might have to run the source version on wine. and is that the entire trace file on the mac version, Should be a text file in the game directory.
 

bakaseye

Newbie
Jan 21, 2021
53
95
Ok, as far as we can tell, either there is no write permission on save location or the path is too long. so make sure you have write permissions to the game/saves folder,
how can i manage permission? There is definitely not too long path because it is not possible to make saves at all even after 1 min gameplay
 
Dec 9, 2019
40
212
Error Reports. Running on MAC, Ver. [v2023-07-11]

Keep up the great work Devs! I love this game, and it's going in a good direction.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: SenPC

kurosx

Well-Known Member
Oct 1, 2017
1,303
2,954
You have first to produce it (and don't sell all), then enter the production stockpile and transfer it into your inventory.
 
  • Like
Reactions: eldoen

eldoen

Member
Jun 30, 2021
460
283
any of the Mac folks able to check the source build,
Error Reports. Running on MAC, Ver. [v2023-07-11]

Keep up the great work Devs! I love this game, and it's going in a good direction.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Any of the Mac folks able to do a quick source build from the dev branch. ??
 

pythia23

Member
Aug 2, 2017
106
44
Just want to jump in and say a huge THANKS for picking this game up. always have a soft spot for this weird bloated mess of a game, and I look forward to how it continues to change (and hopefully grow in length, not just breadth) under y'alls direction. Keep it up!
 
  • Like
Reactions: Clutchfrog

eldoen

Member
Jun 30, 2021
460
283
No problem. Send the link to it and I'll try right away.
just install the 7/11 aio like normal then follow these instructions.



Source Code:
(direct download latest development version)

Installation with Source Code:
  1. Download and extract the full game from one of the links in this post.
  2. Delete all '.rpa' files except the large 'character-images.rpa'
  3. Unpack the 'game' folder from the Source Code download zipfile in the root folder of the game (where the .exe is) and overwrite existing files
  4. Play the game
 
  • Like
Reactions: Bluecats

ImaginaryMe

Newbie
Nov 11, 2022
31
103
just install the 7/11 aio like normal then follow these instructions.



Source Code:
(direct download latest development version)

Installation with Source Code:
  1. Download and extract the full game from one of the links in this post.
  2. Delete all '.rpa' files except the large 'character-images.rpa'
  3. Unpack the 'game' folder from the Source Code download zipfile in the root folder of the game (where the .exe is) and overwrite existing files
  4. Play the game
Before I got your instructions I tried this, except the deleting all of the '.rpa' files except the one and it didn't work. Once I followed your instructions, I can save no problem.
 

cooperdk

Engaged Member
Jul 23, 2017
3,383
4,971
This might fix the issue where you cannot load a save from the previous version. I at least had it working initially.
The devs changed a function name and removed some variables (i think) so the boobjob function had to be referred to the new function.
 

Angel1984

Member
Game Developer
Jul 25, 2020
198
313
Im having problem triggering ITGirls (ellie white) Cum fetish.. It shows me (not started) for a long time now . What am i missing?.
1689197571808.png
 
4.60 star(s) 56 Votes