All Seeing Satellite


Once again launch satellites into space! Let them be your eyes in the sky. After launching sufficient satellites, unlock the ability to toggle on and off the fog of war, scan new territory, or enter "Satellite Mode".

Content
2 months ago
2.0
1.79K
Factorio: Space Age Icon Space Age Mod
Manufacturing Cheats

g Quality scaling

5 months ago

According to the description, the life time of legendary satellites is 1.3x of that of epic ones, even though usually, the epic -> legendary step is double of the normal difference between 2 qualities.

Replacing the hard coded quality multipliers with a simple 1.3^qlevel would make this mod compatible with everything that adds additional quality levels, and make the progression more in line with vanilla quality levels.

5 months ago

Hello! So, internally, it is actually already as you say:

The difficulty that I found (admittedly, it may be me being new to modding) was that I could not to find a way to programmatically calculate the quality modifier; rather, despite using the formula of 1.3^qLevel, I still had to hard-code the quality level checks for a satellite.

If I'm missing something/misunderstanding something in the API, please let me know.

5 months ago

Why not simply use return b^prototype.quality[qname].level?

5 months ago

Honestly, I simply didn't know that existed/couldn't find it in the API when I was developing the feature.

I'll definitely work to incorporate that. Thank you very much for the suggestion!

5 months ago

Glad I could help!

New response