Administrative strain and Truck Stops?
Moderator: Vic
-
- Posts: 13
- Joined: Wed May 26, 2021 8:49 am
Administrative strain and Truck Stops?
I've read in the manual when there is an asset more than 6 hex away from a city, administrative strain appears.
Does it mean if I build a Truck Stop for my logistics as usual in 10 hex away there will be a dreadful administrative strain? Where I can see it? I want to make sure It's not too high 'cause of all those Track Stop assets
Does it mean if I build a Truck Stop for my logistics as usual in 10 hex away there will be a dreadful administrative strain? Where I can see it? I want to make sure It's not too high 'cause of all those Track Stop assets
RE: Administrative strain and Truck Stops?
Administrative strain is based on Levels + Number of near assets, vs Levels + Numbers of far assets.
Also, below 10% Admin strain has no impact at all.
Asuming that is your Capitol with a lot of high level assets, one truckstop at 10 will not kill efficiency.
Also, below 10% Admin strain has no impact at all.
Asuming that is your Capitol with a lot of high level assets, one truckstop at 10 will not kill efficiency.
-
- Posts: 13
- Joined: Wed May 26, 2021 8:49 am
RE: Administrative strain and Truck Stops?
The formula for Administrative Strain is: (For Each Asset Beyond Distance
(((Distance-6)/6) * Asset level * production%) / (All Other Assets * Asset
Level * production%)
In the above calculation, Private Assets count for half of that of Public Assets.
But I kinda forgot the math I learned in school so if the game could calculate it for me it would be helpful.
(((Distance-6)/6) * Asset level * production%) / (All Other Assets * Asset
Level * production%)
In the above calculation, Private Assets count for half of that of Public Assets.
But I kinda forgot the math I learned in school so if the game could calculate it for me it would be helpful.
RE: Administrative strain and Truck Stops?
It does the display Administrative Strain. Not sure where precisely, but I saw it definitely.ORIGINAL: minimen456
The formula for Administrative Strain is: (For Each Asset Beyond Distance
(((Distance-6)/6) * Asset level * production%) / (All Other Assets * Asset
Level * production%)
In the above calculation, Private Assets count for half of that of Public Assets.
But I kinda forgot the math I learned in school so if the game could calculate it for me it would be helpful.
RE: Administrative strain and Truck Stops?
Select the zone capital city. Click on the Zone tab at the bottom. Click on the Regular Zone button. Admin strain is listed in the left panel.


- BlueTemplar
- Posts: 1074
- Joined: Thu Apr 29, 2010 12:07 pm
RE: Administrative strain and Truck Stops?
Also, be careful, I think that the increase is gradual rather than immediate ?
RE: Administrative strain and Truck Stops?
Dont you think it would be counterintuitive?Also, be careful, I think that the increase is gradual rather than immediate ?
- BlueTemplar
- Posts: 1074
- Joined: Thu Apr 29, 2010 12:07 pm
RE: Administrative strain and Truck Stops?
The issue is that (unless you do the math yourself) you don't know in advance at what % it's going to set in in the end, and it's easy to forget to check later.
RE: Administrative strain and Truck Stops?
Admin strain has no effect at values below 10% though. If your city has a few assets in 6-range, a single-level asset outside of it likely won't bring you above 10%. So you only need to check it when building more/upgrading assets outside of 6-range.
RE: Administrative strain and Truck Stops?
ORIGINAL: BlueTemplar
Also, be careful, I think that the increase is gradual rather than immediate ?
Early experience showed that even a 1% reduction can delay buildings by a whole turn, making small reductions excessively impactfull.ORIGINAL: deoved
Dont you think it would be counterintuitive?Also, be careful, I think that the increase is gradual rather than immediate ?
As a result, penalties like Admin Strain were changed to something like "X% chance per turn to apply a -25% penalty", with some grace zone for realy low values.
- BlueTemplar
- Posts: 1074
- Joined: Thu Apr 29, 2010 12:07 pm
RE: Administrative strain and Truck Stops?
You might be confusing with the Eternity Movement cult production penalty..? I'm not even sure that Administrative Strain has an impact on construction ?
Also, as of v1.07.06-v1.08.05 this is still a problem for workers : lacking a mere 100-200 workers for assets producing 1 point or 1 item will result in an effective -100% reduction of output (1 to 0). And since it's hard to predict how many workers you'll be able to recruit next turn...
Also, as of v1.07.06-v1.08.05 this is still a problem for workers : lacking a mere 100-200 workers for assets producing 1 point or 1 item will result in an effective -100% reduction of output (1 to 0). And since it's hard to predict how many workers you'll be able to recruit next turn...
RE: Administrative strain and Truck Stops?
It would be easy to just produce 100 units and multiply the consumption by 100 - that way the math stays the same, but it is much less vulnerable to rounding issues like these.ORIGINAL: BlueTemplar
Also, as of v1.07.06-v1.08.05 this is still a problem for workers : lacking a mere 100-200 workers for assets producing 1 point or 1 item will result in an effective -100% reduction of output (1 to 0). And since it's hard to predict how many workers you'll be able to recruit next turn...
- BlueTemplar
- Posts: 1074
- Joined: Thu Apr 29, 2010 12:07 pm
RE: Administrative strain and Truck Stops?
Not so easy when it's producing Happiness or Loyalty...
And would make Radioactives feel less valuable if you did it for them.
I was instead thinking that could be re-used the randomization formulas from Profile adjustment, Truck/Buggy/APC recruits, or indeed Eternity Movement cult production penalty.
And would make Radioactives feel less valuable if you did it for them.
I was instead thinking that could be re-used the randomization formulas from Profile adjustment, Truck/Buggy/APC recruits, or indeed Eternity Movement cult production penalty.
RE: Administrative strain and Truck Stops?
Happiness/Loyalty points:Not so easy when it's producing Happiness or Loyalty...
Every full 100 is +1/turn.
[Excess points]% to get a +1 for anything not a full 100, rolled every turn.
[:)]
If you changed the production, consumption and logistics so that what used to be 1 unit is now 100 units, nothing realy changes - except less rounding issues.And would make Radioactives feel less valuable if you did it for them.
Of course it might be beneficial to have "nuclear fuel" and "nuclear ammunition" as a dedicated resource, that is created from Raw Radioactives at a decent rate.
RE: Administrative strain and Truck Stops?
Just track decimals but hide them under the hood.
The random chance thing is however a good way to do it, however.
The random chance thing is however a good way to do it, however.
RE: Administrative strain and Truck Stops?
ORIGINAL: BlueTemplar
Also, be careful, I think that the increase is gradual rather than immediate ?
Yeah it slowly moves towards its target, made some building and tough it was fine, then noticed later that it was sitting at 32%, took 5 ish turns for it to drop down after the assets were changed.
I usually just pop new town/zone with truck station as it starts off with enough population to keep it running, but I try to get it bit further away
RE: Administrative strain and Truck Stops?
The most common solution to the rounding issue is:ORIGINAL: Wtface
Just track decimals but hide them under the hood.
The random chance thing is however a good way to do it, however.
1. Take a Integer
2. Move the decimal place during display 3 place sto the right
3. Do not display the last digit at all.
That way we see something like 65.53 as value, when it realy is 65536. Reliable rounding, no need to handle those annoying floating point numbers.
I was told once that if you found a city on a free folk town, all the free folk becomes population automagically.ORIGINAL: phyroks
ORIGINAL: BlueTemplar
Also, be careful, I think that the increase is gradual rather than immediate ?
Yeah it slowly moves towards its target, made some building and tough it was fine, then noticed later that it was sitting at 32%, took 5 ish turns for it to drop down after the assets were changed.
I usually just pop new town/zone with truck station as it starts off with enough population to keep it running, but I try to get it bit further away
Never gotten around to test it.
-
- Posts: 13
- Joined: Wed May 26, 2021 8:49 am
RE: Administrative strain and Truck Stops?
Amazing! Such a profound game designwas told once that if you found a city on a free folk town, all the free folk becomes population automagically.
RE: Administrative strain and Truck Stops?
I just had an opportunity to test that in my current game.ORIGINAL: zgrssd
The most common solution to the rounding issue is:ORIGINAL: Wtface
Just track decimals but hide them under the hood.
The random chance thing is however a good way to do it, however.
1. Take a Integer
2. Move the decimal place during display 3 place sto the right
3. Do not display the last digit at all.
That way we see something like 65.53 as value, when it realy is 65536. Reliable rounding, no need to handle those annoying floating point numbers.
I was told once that if you found a city on a free folk town, all the free folk becomes population automagically.ORIGINAL: phyroks
ORIGINAL: BlueTemplar
Also, be careful, I think that the increase is gradual rather than immediate ?
Yeah it slowly moves towards its target, made some building and tough it was fine, then noticed later that it was sitting at 32%, took 5 ish turns for it to drop down after the assets were changed.
I usually just pop new town/zone with truck station as it starts off with enough population to keep it running, but I try to get it bit further away
Never gotten around to test it.
I built a truck stop on a free-folk community and then created a zone from that.
Next turn there is a town there named after the previous community, which is still there but with a slightly reduced population. In the Zone News there is no mention of free folk from that community immigrating, and the zone population matches immigration from other places. However the free folk community no longer has a name - it is there as an asset on that hex though.
- BlueTemplar
- Posts: 1074
- Joined: Thu Apr 29, 2010 12:07 pm
RE: Administrative strain and Truck Stops?
Huh, so where is this myth from ?