Stellaris

Stellaris

Omega's Stellaris Additions
Rahl81 23 Jun, 2023 @ 11:11am
Bug
Hello and sorry but I have a problem on the difficulty levels of espionage.
The base game has a difficulty that goes up to -4 and a maximum of +4...while with your mod it reaches -10 and +10.
Searching the files I found this:
SPY_NETWORK_RELATIVE_ENCRYPTION_DIFFICULTY_MULT = 1 # Difficulty modifier to be multiplied to the relative encryption
SPY_NETWORK_RELATIVE_ENCRYPTION_DIFFICULTY_MIN = -10 # How low can excess Codebreaking drop the difficulty of operations? Negative numbers good for the spy.
SPY_NETWORK_RELATIVE_ENCRYPTION_DIFFICULTY_MAX = 10 # How high can excess Encryption increase the difficulty of operations? Positive numbers good for the defender.
SPY_NETWORK_RELATIVE_ENCRYPTION_MIN = -10 # Lower bounds for relative encryption
SPY_NETWORK_RELATIVE_ENCRYPTION_MAX = 10 # Upper bounds for relative encryption

The problem is that there are no set strings that give the right value and term in the game....they are not in your text files.....can you add them?

In the nemesis_espionage_l_english file of the game there are only these values:
RELATIVE_ENCRYPTION_DECRYPTION_-4:1 "§MVery Strong§!"
RELATIVE_ENCRYPTION_DECRYPTION_-3:1 "§RStrong§!"
RELATIVE_ENCRYPTION_DECRYPTION_-2:1 "§PChallenging§!"
RELATIVE_ENCRYPTION_DECRYPTION_-1:1 "§HSolid§!"
RELATIVE_ENCRYPTION_DECRYPTION_0:1 "§YRoutine§!"
RELATIVE_ENCRYPTION_DECRYPTION_1:1 "§GPedestrian§!"
RELATIVE_ENCRYPTION_DECRYPTION_2:1 "§ETrivial§!"
RELATIVE_ENCRYPTION_DECRYPTION_3:1 "§BWeak§!"
RELATIVE_ENCRYPTION_DECRYPTION_4:1 "§LVery Weak§!"