MagnaSonic3000

Well-Known Member
Jan 22, 2018
1,088
1,479
Anyone ever have a girl who's fucked over 2,000 times, but her pussy is tight enough that she can get her hymen back? I remember many years ago girls like that would have had their pussies slaughtered, to the point child birth doesn't change it's tightness at all. But it seems now they have eternally youthful holes that never stretch.

And some of these girls have had like 6 kids and they're still almost virgin type. Like, these girls must feel nice in bed all the time.
 

scrumbles

Well-Known Member
Jan 12, 2019
1,116
1,259
I look at my transport hub and it keeps saying trade's non-existant
The culprit is the last smiling man event, it reduces your trade to 1/5 of its original value. But It should raise again afterwards, how fast depending on several factors: policies and edicts, arcology location, MC background and current reputation, battles, future societies and so on (they are listed in the file src\Mods\SecExp\js\tradeReport.js).
You could use the console and inspect how the variable V.SecExp.core.trade changes, week after week. If the problem persists, you could open an issue on git. Or you could share a save here, I don't know.
I never experienced your issue, but last time I updated the code was a couple of weeks ago, maybe more.
 

MagnaSonic3000

Well-Known Member
Jan 22, 2018
1,088
1,479
The Smiling Man honestly felt like he was just a bump in the road. It was cool to see it, but he kinda fell apart rather fast, and then he was taken down.
 
  • Thinking Face
Reactions: Yukemoto

Roderik96

Newbie
Jan 31, 2021
50
22
Can the game host an AI that creates and saves images of the slaves? That is, an image package that has the same function as the Nox/Deepmurk's vector art package, for example.
 

Sengai

Newbie
Sep 19, 2017
71
137
they added that to the art tab in the recent build i pulled: you use automatic1111 stable diffusion to generate images. its a little involved, and my pc's not that good to host an ai art generator with any speed, so i haven't tried it. still sticking with the 3d one, which is still very solid if not rapidly updated.
 
  • Like
Reactions: Roderik96

usiboft

New Member
Jan 3, 2019
3
2
I'm looking at code trying to figure out what controls which slaves are valid candidates for the arena and I'm just not getting it. My plan is to have my disposable stock fight in batches of eight tournament style until only one survives and is worthy of being polished but despite having eight fighters on the roster I have no slaves available to fight.
 

scrumbles

Well-Known Member
Jan 12, 2019
1,116
1,259
I'm looking at code trying to figure out what controls which slaves are valid candidates for the arena
As far as I understand, it depends on the function App.Entity.Facilities.Job.checkRequirements(slave):
- its basic version is defined in the file src\004-base\facility.js, lines 34-47
- every facility has its extended version (with additional restrictions). The one for the pit is defined in the file src\facilities\pit\pitFramework.js, lines 31-49 (regular fighters). Trainees must also satisfy the conditions listed at lines 72-81
The function checkRequirements(slave) must return an empty array. Just one error message and the slave is unfit for the job (from file src\js\DefaultRules.js)
 

usiboft

New Member
Jan 3, 2019
3
2
As far as I understand, it depends on the function App.Entity.Facilities.Job.checkRequirements(slave):
- its basic version is defined in the file src\004-base\facility.js, lines 34-47
- every facility has its extended version (with additional restrictions). The one for the pit is defined in the file src\facilities\pit\pitFramework.js, lines 31-49 (regular fighters). Trainees must also satisfy the conditions listed at lines 72-81
The function checkRequirements(slave) must return an empty array. Just one error message and the slave is unfit for the job (from file src\js\DefaultRules.js)
Figured it out. It looks sort of like there's supposed to be an option to limit combatants to the slaves on the roster who pass the "minimumhealth" check with different FS's reacting differently. There's no toggle option in game and it apparently defaults to active. This also explains why I could still force them to fight by specifically scheduling them, that bypasses the check.

The problem code was BasePitFights.js. I changed "slave.health.condition >= -20" to "slave.health.condition >= -200" recompiled, and now it works fine.
 

RustDust

Member
Jul 18, 2017
456
467
Do I have to do something to unlock research? I have all the penthouse upgrades and bought all the schematics but I haven't gotten any options for research this whole time.
 

zzczys

Active Member
Jul 20, 2019
911
186
Do I have to do something to unlock research? I have all the penthouse upgrades and bought all the schematics but I haven't gotten any options for research this whole time.
If you mean from black market, check out these locations;

1699370105688.png

The gene lab, pharma fabricator, organ farm, implant manufactory. The stuff you bought from the black market should be in those locations, so you have to go there to enable them.

If you mean prosthetic, head to the prosthetic lab. You will need to staff it in order for it to work. Menials are cheaper to maintain but work slower. Scientists cost more but work faster. Once the lab is staffed you can reverse engineer all the prosthetic schema you bought, in order to make them to fit your slaves.
 

RustDust

Member
Jul 18, 2017
456
467
If you mean from black market, check out these locations;

View attachment 3067574

The gene lab, pharma fabricator, organ farm, implant manufactory. The stuff you bought from the black market should be in those locations, so you have to go there to enable them.

If you mean prosthetic, head to the prosthetic lab. You will need to staff it in order for it to work. Menials are cheaper to maintain but work slower. Scientists cost more but work faster. Once the lab is staffed you can reverse engineer all the prosthetic schema you bought, in order to make them to fit your slaves.
ok. wtf is the black market? I don't have this list of locations the only thing I have is the Pharmaceutical Fabricator and my wardrobe
 

zzczys

Active Member
Jul 20, 2019
911
186
Then something's screwed up in your game's code, badly screwed up.
Black Market is available at the start, but you can only visit it once you have at least 10k rep. So something is not right when you say you cant find it.

How about you screenshot the locations like in my post, and post it here?

Black Market and Wardrobe are always available at game start, The rest you build them from the penthouse menu.
 

RustDust

Member
Jul 18, 2017
456
467
Black Market is available at the start, but you can only visit it once you have at least 10k rep. So something is not right when you say you cant find it.

How about you screenshot the locations like in my post, and post it here?

Black Market and Wardrobe are always available at game start, The rest you build them from the penthouse menu.
this is v 0.10.7.1
Screenshot 2023-11-07 233009.png Screenshot 2023-11-07 233232.png Screenshot (37).png here's a few screenshots of my game
 
4.40 star(s) 23 Votes