[1.0.0.229] CTD with Locale.Lookup

Infixo

Deity
Joined
Jan 9, 2016
Messages
4,034
Location
Warsaw
Ok, can somebody pls check if you have the same effect?

1. Start the game with ALL mods DISABLED. Basically pure game, nothing else (I have R&F and March Patch).
2. In FireTuner run commands (InGame context):
Code:
> Locale.Lookup("LOC_POLICY_AESTHETICS_NAME")
Aesthetics
> Locale.Lookup("LOC_POLICY_AESTHETICS_DESCRIPTION")
+100% Theater Square district adjacency bonuses.
> print(Locale.Lookup("LOC_POLICY_AESTHETICS_NAME"))
 InGame: Aesthetics
> print(Locale.Lookup("LOC_POLICY_AESTHETICS_DESCRIPTION"))

After the last command the game crashes (CTD, screen disappears, popup "send error report").
 
Back
Top Bottom