Description
[3.6.1] Truncated scope in event description
Game Version
(3.6.1) [a8b1]
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn, Leviathans Story Pack, Distant Stars, Ancient Relics, Lithoids
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
In ancient_relics_events_l_english.yml
One retriever forgets the parent scope.
Result can be seen on the screenshot.
Shouldn't the retriever be written as:
?
Note: the syntax
is used 5 times in the same file, and also in numerous other files.
Why wasn't it upgraded to either
depending on whether the system's name or the primary star's name is needed?
Steps to reproduce the issue.
As I guess:
- launch the event
- look at the description
Upload Attachment
File(s) attached
[3.6.1] Truncated scope in event description
Game Version
(3.6.1) [a8b1]
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn, Leviathans Story Pack, Distant Stars, Ancient Relics, Lithoids
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
In ancient_relics_events_l_english.yml
One retriever forgets the parent scope.
Code:
ancrel.8200.intro:0 "During our survey of the station in the [System.GetName] system,
Result can be seen on the screenshot.
Shouldn't the retriever be written as:
Code:
ancrel.8200.intro:0 "During our survey of the station in the [Root.Solar_System.GetName] system,
Note: the syntax
Code:
[scope.System]
Why wasn't it upgraded to either
Code:
[scope.Solar_System]
or
[scope.System_Star]
Steps to reproduce the issue.
As I guess:
- launch the event
- look at the description
Upload Attachment
File(s) attached
Attachments
Upvote
0