Description
MOD EDITOR setting the display_name field for the Technology item to translation id 3900 which is <no name>
Windows
Steam
What is your game version?
228,184
Please explain your issue is in as much detail as possible.
When creating a new Technology item and setting the display name in the editor, the items.lua file is being updated with the display name translation ID of 3900 by the MOD EDITOR:
PlaceObj('ModItemTech', {
'name', "nameOfTheTech",
'comment', "The comment of the tech",
'id', "the_id_of_the_tech",
'display_name', T{3900, "Whatever Your Display Name Is"},
'icon', "nameOfTheTech.tga",
'description', T{840801210946, "The description of the tech"},
end,
This causes the display name in-game to show <no name>
After this, when loading the mod again in the editor, the display name sometimes shows "stripped" instead of the display name. Resetting the display name by typing in the correct name does not resolve this either.
This is very frustrating as our techs show up in game with the name <no name>
Can you replicate the issue?
yes
Attachments
MOD EDITOR setting the display_name field for the Technology item to translation id 3900 which is <no name>
Windows
Steam
What is your game version?
228,184
Please explain your issue is in as much detail as possible.
When creating a new Technology item and setting the display name in the editor, the items.lua file is being updated with the display name translation ID of 3900 by the MOD EDITOR:
PlaceObj('ModItemTech', {
'name', "nameOfTheTech",
'comment', "The comment of the tech",
'id', "the_id_of_the_tech",
'display_name', T{3900, "Whatever Your Display Name Is"},
'icon', "nameOfTheTech.tga",
'description', T{840801210946, "The description of the tech"},
end,
This causes the display name in-game to show <no name>
After this, when loading the mod again in the editor, the display name sometimes shows "stripped" instead of the display name. Resetting the display name by typing in the correct name does not resolve this either.
This is very frustrating as our techs show up in game with the name <no name>
Can you replicate the issue?
yes
Attachments
Attachments
Upvote
0