MagnaSonic3000

Well-Known Member
Jan 22, 2018
1,090
1,483
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
53
25
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
72
139
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

Active Member
Jan 12, 2019
947
965
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
475
513
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
918
188
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
475
513
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
918
188
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
475
513
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
 

GammaXai

Active Member
Oct 5, 2018
715
368
this is v 0.10.7.1
I get the feeling you downloaded the game from the first post of the thread? 0.10.7.1 is the base game's version code but almost no one in the thread will know anything about it as the basegame has been dead/hiatus for five years and effectively everyone who is active in the thread has been playing pregmod and doesn't have meaningful knowledge of the base game.
 

MagnaSonic3000

Well-Known Member
Jan 22, 2018
1,090
1,483
I played the original a billion years ago, but have been playing pregmod likely for about 6 or so years.
 
4.40 star(s) 23 Votes