However, after a lot of grep, I could not find the new rocket-silo ui script in core in space-age or base.
The closest thing I found is
Code: Select all
data.raw["rocket-silo"]["rocket-silo"].launch_to_space_platforms = true
The
Code: Select all
launch_to_space_platforms
Any ideas my fellow engineers? The next thing to do would be live debugging with x64dbg staring with a string search for the promote that you can only travel to space with empty inventory.
UPDATE: file tree comparison with/without space age DLC: The only differences are the executable(hard-coded) part and space age data modules. If it cannot be found in the space age data files, then it must be hard-coded.
If a dev happens to pass by, please let me know if it's hard-coded to save time dragging through data files or jumping into the assembler rabbit hole.