Employee cap is a hard coded number. The way around are the lists of performers. So to go over the cap you use the console.I am wondering what the exact process is to hire your mom, sister, and aunt for your MAIN business. I know how you can hire them for the Club. Previous posts that I've found says you can hire them, but doesn't say what the process is or which business they're eligible to be hired for.
Also, how do you increase the employee cap in the Club? Can it be done via in-game choices, or just via console commands? What is said console command if one exists?
Did you sell the research capacities in the business policies?I'm getting ZERO research points when I research. Help? View attachment 775519
Ah ok, thank youDid you sell the research capacities in the business policies?
If yes desactivate it
two things: just where is this folder at? doing a search stripclub in the game folder shows nothing. second: when I use the console command that you mentioned, nothing happens, and the game highlights the letter "n" in the_person. do I need the comma? do I put a space between the comma and the stripper role? do I put the stripper role in <> or not?Employee cap is a hard coded number. The way around are the lists of performers. So to go over the cap you use the console.
strip club code (function strip_club_hire_employee_requirement) appears to have a direct block for sis, mom, aunt and cousin. So if you control the club and fire your cousin with regular tools you are stuck.
Doing searches in the folder game/Mods/StripClub will give you most of the details. Please note you can add a 'bdsm room' later in the game so you have a number of roles in play. stripper, waitress, manager, bdsm_performer and someone that manages the BDSM room.
There is a function to add folks. You need to be talking to them so that 'the_person' points at the right spot.
When you get control of the strip club some people quit the club and stop showing up, but they remain in the stripper list.
That's something you have to fix manually in the console.
hire function:
Interestingly this internal function can adapt to hiring lily, or mom, or your aunt.
strip_club_hire_stripper(the_person,<appropriate role>) {stripper_role, bdsm_performer_role, waitress_role}
The employee lists are:
stripclub_strippers
stripclub_bdsm_performers
stripclub_waitresses
You can remove folks with pop and add them manually with append. You need to add the role to the person's
special_role list as well.
You need to promote one of the strippers to manager. I don't remember if the option appears right away or if you need to wait until the event where MC starts to think he needs a manager fires.I was just getting ready to make a similar comment! also, how do you increase the employee cap and hire waitresses? I only have the option to hire strippers in my game.
Yeah, I know... The stripclub is still a WIP: right now I'm working on daily doses and uniforms... Anyway, you've the performance review for them...The strip club mods. Nice stuff, but needed are:
* an interface that lets you look at them the same way as your company, once you own the club.
* promotion and demotion tools. Promote a waitress to a stripper and demote stripper to waitress.
* some control over the number of strippers in the game. I believe that number is 5 presently.
You can add over the min, but only with the console.
The waitresses role is suggested by your stripclub manager: pick one of your strippers and promote her as a manager: after a few days she'll suggest to hire some waitresses to increase the club's daily income; after a few day more she'll suggest to create a BDSM room for special show: after you build it (the usual construction company is involved ) you can hire 5 girls as BDSM performers. Nice enough ? :-DI was just getting ready to make a similar comment! also, how do you increase the employee cap and hire waitresses? I only have the option to hire strippers in my game.
What's your way of updating the girl with the new hair color? When I change the_person.hair_colour on the correct person it doesn't do anything.There are hair color charts out on the web, but usually they use RGB numbers in the range 0-255. Those can be converted. You can type, in the console
the_person.hair_colour
and then paste the two element list into the entry. If the color looks good, you can update the pubes color with this:
the_person.pubes_colour = get_darkened_colour( the_person.hair_colour[1] )
Code used is attached. A list of colors is attached. Note not all of the colors have been tested and typos are possible. Since I've been interested in reds, I've had good use of barn red, light auburn brown, and russet red.
Yes, when you make that change it does not immediately update the model with the new color. Use the LR mods 'x' function and change the hair style and then change it back. That does the trick.What's your way of updating the girl with the new hair color? When I change the_person.hair_colour on the correct person it doesn't do anything.
Never Mind... I fixed ... my problem not game problemI downloaded and installed full version with mods and bugfix and I get the following error. I tried to run normally and as Admin. Both ways give me same error.
I'm sorry, but an uncaught exception occurred.
After initialization, but before game start.
Exception: DirectSoundCreate: No audio device found
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Lab_Rats_2_Mod-v0.31.1-market\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\Lab_Rats_2_Mod-v0.31.1-market\renpy\main.py", line 565, in main
renpy.display.core.Interface()
File "D:\Lab_Rats_2_Mod-v0.31.1-market\renpy\display\core.py", line 1659, in __init__
renpy.audio.audio.init()
File "D:\Lab_Rats_2_Mod-v0.31.1-market\renpy\audio\audio.py", line 860, in init
renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
File "renpysound.pyx", line 383, in renpy.audio.renpysound.init
File "renpysound.pyx", line 98, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate: No audio device found
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.31.1
Mon Aug 17 23:43:15 2020