• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Wolvyreen

Corporal
37 Badges
Sep 22, 2017
43
2
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - Campus
  • Surviving Mars: First Colony Edition
  • Prison Architect
  • Stellaris: Megacorp
  • Cities: Skylines Industries
  • Surviving Mars: First Colony Edition
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Cities: Skylines - Parklife Pre-Order
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Cities: Skylines - Green Cities
  • Europa Universalis IV
  • Surviving Mars
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Natural Disasters
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Stellaris: Ancient Relics
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Lithoids
  • Cities: Skylines - Snowfall
  • Prison Architect: Psych Ward
  • Europa Universalis IV: Common Sense
  • Stellaris: Federations
  • Cities: Skylines
  • Stellaris: Necroids
  • Stellaris: Synthetic Dawn
  • Stellaris: Galaxy Edition
  • Stellaris
  • Cities: Skylines - After Dark
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: Art of War
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
 

Attachments

  • stripped.png
    stripped.png
    96,2 KB · Views: 9
  • items-lua.png
    items-lua.png
    17,8 KB · Views: 8
  • translation_id_value.PNG
    translation_id_value.PNG
    21,4 KB · Views: 8
Upvote 0