• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Simon_the_digger

Sergeant
68 Badges
Aug 10, 2016
64
226
  • Europa Universalis IV: Conquest of Paradise
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Crusader Kings III
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Victoria 3 Sign Up
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron 4: Arms Against Tyranny
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV
  • Victoria 2
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
Description
v4.0 Virtual Ring Segments give physicists and engineers for gestalts (instead of physics and engineering subroutines)

Game Version
4.0.10

What version do you use?
Steam

What expansions do you have installed?
Plantoids, Humanoids, Synthetic Dawn, Utopia, Leviathans Story Pack, Apocalypse, Megacorp, Distant Stars, Ancient Relics, Lithoids, Federations, Necroids, Nemesis, Aquatics, Overlord, Toxoids, First Contact, Galactic Paragons, Astral Planes, The Machine Age, Grand Archive

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
There is a mistake in the inline scripts for the "Productivity Simulations" tradition in the Virtual tree.

When that tradition is taken for ringworld segments that produce physicist and engineering subroutine jobs, the effect will create 500 physicist or engineer jobs (the kind for non-gestalt empires that consume consumer goods) instead of adding 500 of the gestalt version of the job.

Steps to reproduce the issue.
Cheating/console commands are fine to reproduce this:

1) Load a game with the shattered ring origin and repair the ring segments
2) Build the engineering and physics specialization zones in the main urban segments
3) Take the Virtual ascension tree; the method does not matter.
4) Take the Productivity Simulations tradition in the Virtual ascension tree.
5) Observe the jobs given by city districts on the ring world. You should see several Specialist jobs (non-gestalt) that use consumer goods as upkeep.


The problem can be easily fixed by modifying the game's script files:
common/inline_scripts/jobs/zone_engineers_add.txt line 278
common/inline_scripts/jobs/zone_physicists_add.txt line 278

job_engineer_add -> job_calculator_engineer_add
job_physicist_add -> job_calculator_physicist_add

Happy fixing!

Upload Attachment
File(s) attached
 

Attachments

  • 2285.09.23.sav
    4,9 MB · Views: 0
Found this very annoying bug, looked myself to fix it, found the aforementioned errors, fixed it, then got screwed after the next update. Then looked to report and found this.

I want to push this report up since it is very easy to fix. I'm surprise there is not more people noticing this ; thought it does require to get ringworlds as machine virtual and specialize to dedicated research, quite specific.