CrankyChart

Member
Sep 22, 2019
344
73
184
View attachment 1214847

Overview:
This mod collection extends the base game with a range of new features and enhancements to make the game more enjoyable and configurable to your own preferences.​

Updated: 2021-12-24
Game / Creator: Lab Rats 2 / Vren
Modders: Tristim / LZ_Starbuck / Trollden
Game Version: 0.46.1
MOD Version: 0.46.1.3
Language: English

Installation:
You don't have permission to view the spoiler content. Log in or register now.
Troubleshooting:
You don't have permission to view the spoiler content. Log in or register now.
Features:
You don't have permission to view the spoiler content. Log in or register now.
Developer Note:
You don't have permission to view the spoiler content. Log in or register now.
Versioning Info:
You don't have permission to view the spoiler content. Log in or register now.
Change Log:
You don't have permission to view the spoiler content. Log in or register now.
Beta Version:
You don't have permission to view the spoiler content. Log in or register now.
NOTE: We are moving to a bi-monthly release schedule, next update will be based on v0.48.x

Original Game Files:
Release:
- - (v0.46.1)

Mod:
Releases:
(list of previous versions)
Latest Release: (v0.46.1.3)
Discord Channel:

Updated Game Files (Unofficial Bug-fix):
Releases:
(list of previous versions)
Latest Release: (v0.46.1.3)
contains many unaddressed bug-fixes and optimizations - required for correct working of mod
save games are not compatible with the ones without bugfix


Full Game Downloads:
Android: Install Instructions (any build)
NOTE: black box render issue is resolved

PC-Linux-Mac: (v0.46.1.3)
contains the full game including bugfix and MOD
is there gonna be an update?
 

shane420

Active Member
Jul 6, 2018
586
521
236
So general question what character model program do they use for this game, and I am assuming its 3d based model program that converts to 2d for the overlay in game?
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
I figured this may be the best place to ask this question. So I've been modding my own personal game quite extensively lately and added in a ton of features I've wanted for awhile, but have hit a bit of a snag that I'm not sure how to debug. One of the things I have added was a nursery to the renovations. There the children go when they are born where I use a serum to age them them to adulthood. However, this takes some time to accomplish. While I set their schedules to remain in the nursery the whole time, they do sometimes still wander at night and show up at the hotel and such.

So the question is: Does anyone know where the code for the random wandering the girls do might be located? or why they might be wandering even though they are scheduled to be 'home' for all times?
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
As a longtime Free cities player I'm now obsessed with this mod. Any chance you could share the code? Or publish a mod as part of this pack?
Once I figure out all the bugs, I could probably post the code that I used for the nursery and harem room(place I can make the girlfriends choose to live if they are single). Though as I only ever intended this as a personal project I don't think it would be fit to release. It started out as an animations addition where I added several hundred animations taken from other games to the sex scenes. I also didn't bother with designing it as a mod and changed original game code and modded code as needed without overrides. When the 48.x bugfix mod is ready I will have to try to copy my changed code into it. That will be a good time to document all the code changes I made. Could give you something when that is done.
 

Frederiksc

Member
Aug 17, 2017
123
113
121
...
So the question is: Does anyone know where the code for the random wandering the girls do might be located? or why they might be wandering even though they are scheduled to be 'home' for all times?
Just take a look how custom chars like Candice are setup for schedule:
Code:
candace.generate_home()
candace.set_schedule(candace.home, times = [1,2])
candace.set_schedule(office_store, times = [3], days = [0, 1, 2, 3, 4])
So Candance is at the custom home every day at "Early Morning", and "Morning" (time times = [1,2])
and at the office store Monday to Friday at "Afternoon".
Think you figure out, that the times a schedule is not filled, Candance is not on the map. (unknown location)
 
  • Like
Reactions: shane420

legendppk

Member
Aug 25, 2018
180
438
218
Once I figure out all the bugs, I could probably post the code that I used for the nursery and harem room(place I can make the girlfriends choose to live if they are single). Though as I only ever intended this as a personal project I don't think it would be fit to release. It started out as an animations addition where I added several hundred animations taken from other games to the sex scenes. I also didn't bother with designing it as a mod and changed original game code and modded code as needed without overrides. When the 48.x bugfix mod is ready I will have to try to copy my changed code into it. That will be a good time to document all the code changes I made. Could give you something when that is done.
You have no idea how many of us sick and twisted Free Cities lovers want this mod.
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Just take a look how custom chars like Candice are setup for schedule:
Code:
candace.generate_home()
candace.set_schedule(candace.home, times = [1,2])
candace.set_schedule(office_store, times = [3], days = [0, 1, 2, 3, 4])
So Candance is at the custom home every day at "Early Morning", and "Morning" (time times = [1,2])
and at the office store Monday to Friday at "Afternoon".
Think you figure out, that the times a schedule is not filled, Candance is not on the map. (unknown location)
Hmm.. I've set her home for all times of the day, but I didn't set the days. Maybe will try that. Thanks!

You have no idea how many of us sick and twisted Free Cities lovers want this mod.
Never tried Free Cities, but I played a lot of Strive for Power which is probably similar.
 

razer11

Newbie
Jan 7, 2020
22
13
121
is owning the stripclub in the game implemented yet? at day 100 and it still hasnt happened
I want to say that you need to know the your cousin is stripping and have gotten to a certain point with the sex shop story. Pretty sure i'm missing something else that someone can add to.
 

legendppk

Member
Aug 25, 2018
180
438
218
Hmm.. I've set her home for all times of the day, but I didn't set the days. Maybe will try that. Thanks!



Never tried Free Cities, but I played a lot of Strive for Power which is probably similar.
I am also a fan and supporter of Strive. But I got to admit that I'm not a fan of Strive 2's new economy system. But it's getting better now, so I'm hopeful.
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
I am also a fan and supporter of Strive. But I got to admit that I'm not a fan of Strive 2's new economy system. But it's getting better now, so I'm hopeful.
Yeah, I played the new one some but its still ironing out the mechanics of it. Honestly, I started modding Lab Rats 2 initially as a full conversion into a fantasy setting that would be similar to Strive. However, at the time I realized that was too much to take on just starting out and unfamiliar with how it all worked. So just started modding the game to add it a few of things I wanted. I might go back to the full conversion eventually here as I am growing more comfortable with how all the code fits together. All the systems needed are in the game and could be modified into a great RPG I think.
 
4.60 star(s) 79 Votes