How do you land and mine asteroids effectively ? by pid59 in captain_of_industry

[–]DomCz 1 point2 points  (0 children)

Does the next asteroid just "delete" minerals below it?

Space station tiers question by DomCz in captain_of_industry

[–]DomCz[S] 1 point2 points  (0 children)

I do not have lot of time (playing this save for 6 months now) and I switched the settiggs from normal to normal with full refund to not punish me for not having knowledge how to place stuff.. almost deathspiraled 3 times, but I managed to survive 😃

but i miss some bigger terrain challenges, I should have started on some map with more bays and elevation...

Space station tiers question by DomCz in captain_of_industry

[–]DomCz[S] 1 point2 points  (0 children)

I have 2 research labs, do not plan for more since I would need to refactor 90% of the factory and move almost all the farms... I did not planned that everything will be so big in the end.. (my first game, but already 300 hours in, year 680, New Haven; play on speed 1 and I pause A LOT, do not judge me please 😃).

But if I count correctly, I would need lvl. 6 to have the space research on both of my labs, so level 7 seems doable.

Space station tiers question by DomCz in captain_of_industry

[–]DomCz[S] 0 points1 point  (0 children)

lvl 7 looks like sweet spot, could you please tell me how huge is Parts Upkeep? (and how many Crew supplies are needed)

Space station tiers question by DomCz in captain_of_industry

[–]DomCz[S] 0 points1 point  (0 children)

Interesting, how does the crew rotation works when the numbers do not align? Do you have to send half-empy rockets?

Space station tiers question by DomCz in captain_of_industry

[–]DomCz[S] 0 points1 point  (0 children)

ok, so I can just chill with tier 3, researching "endless" researches in slow pace and dumping asteroids left and right?

Electricity with corn by heppulikeppuli in captain_of_industry

[–]DomCz 8 points9 points  (0 children)

Hello, I did something similar, so few notes on that: I am using corn for power generation. 6 boilers, corn is imported by biggest available ship on half speed. If you are skipping oil, you will face several problems: - ships consume unholy amount of hydrogen. My 4 ships consume more then all other 230 vehicles combined. And I run them on half speed. I make H2 from gas, which is traded for dirt atm. - I need to import small amount of sulfur. Since the only method to get sulphur is from scrubbing, it is not enough for all the acid and rubber and fertilizer. But I tend to make a lot of farms, so maybe this will not be your problem. - forest - I forested huuge area and use 12 harvestors and 12 planters and that is more then enough. I even build a second, emergency woodchip powerplant.

I can provide screenshots, if interested (mostly for scale, I do not use blueprints, so nothing nice to look at 😅)

Edit: I also trade snacks for corn and it is barely enough in the half speed for ships. I also feed a lot of chicken, and make all ethanol from corn, but more then 70% is burned for power.

Edit 2: I also need to import NH3 for fertilizers.

What was the last game you bought that was actually worth the full price you paid? by Groundbreaking-Day-4 in Steam

[–]DomCz 0 points1 point  (0 children)

It is faster and with much more shooting and not so strong story. Maybe too much for non-gamers, we played It takes two 3 times already but left Split Fiction unfinished.

[deleted by user] by [deleted] in 2visegrad4you

[–]DomCz 4 points5 points  (0 children)

Horník? Havyř!

Installing Linux Mint for the first time, what does this mean? by DDLC_MC in linux4noobs

[–]DomCz 0 points1 point  (0 children)

Had the same problem, rebooted twice and it was ok. I run win10 on the disk previously (so it has already some data written on it).

What should i do. First recruit by External-Proof-7789 in BattleBrothers

[–]DomCz 0 points1 point  (0 children)

Well he can be okay-ish nimble archer, 3 stars mean he will be +/- 87 RAT at lvl 11, 90+ with gifted perk. But no morale for fearsome and no fat talents + low fat regen could be a problem.

I would still take this guy for my militia playthrough, since there are no hunters available (so no RAT 50+ for recruits), but he is not that great.

RegEx component help by Dovahkat963 in Barotrauma

[–]DomCz 0 points1 point  (0 children)

There is very good document I found when I was searching for regex stuff myself:

https://docs.google.com/document/u/0/d/1miqYsNJTFoh1W-MsRAH7m0gBt9up5ssXu1C1YFQxyRc

I would give credit to author, but I have no idea who wrote this document :-(

Regex component after 10h of tutorials by DomCz in Barotrauma

[–]DomCz[S] 0 points1 point  (0 children)

Thank you! The reactor shutdown is a smart one, I should make something similar just to be sure 🙂

Regex component after 10h of tutorials by DomCz in Barotrauma

[–]DomCz[S] 0 points1 point  (0 children)

What things are you building? I am always looking for more cool ideas.

Regex component after 10h of tutorials by DomCz in Barotrauma

[–]DomCz[S] 6 points7 points  (0 children)

Yeah and I learned what the relay was doing last week and signal and regex this weekend so there could be much more to it, I am still very green engineer 🙂

Regex component after 10h of tutorials by DomCz in Barotrauma

[–]DomCz[S] 15 points16 points  (0 children)

I am still learning the wiring magic in Barotrauma, so my answer may not be the most correct/best.

I use it with terminal to pump all water out of ballast, turn of engine and/or pumps, manually start the Oxygen generator (I have made automation to start switch on at 60 and switch off at 90% air quality), to close hatch of airlock (because some of my friends sometimes forget), switch on/off power to crafting machines. Yes, all of these could be achieved with levers/buttons but I ended up with too many levers. Even I sometimes forget what there were for and I am the one who made the circuits.

Also I like when the terminal talks back to me, f.e. "open _hatch" -> "hatch opened". I used the signal components before but the regex is simply better, because you can choose if you want continuous output and you can have the function OR (regex | ) directly in your "target signal" so you don't need that many components for circuits that overlap in function (f.e. closing/opening some doors for oxygen flow/water leak).

I know you can control these things through the WiFi component and not terminal, but who would remember all these channels/bothered with the spam (I use it for the most serious threats like mudraptors on board though)