FramFramson
Well-known member
I have some weapons whose names do show up properly but which have no description and I would like to add one. Looked at the tutorials but they aren't explicitly specific on this particular point.
The header for these is:
Key,File,Type,UsedInMainMenu,NoTranslate,english,Context / Alternate Text,german,latam,(all the other languages, etc. etc...)
The corresponding line I have below is
pewpew,items,gun,,Pew Pew Gun,Pew Pew Gun,,,,,,,,,,,,,,
From what I can tell, the displayed name in game corresponds to 'NoTranslate' and 'english', so in this example the gun would be listed in game as 'Pew Pew Gun' (tested, & working fine). I tried adding the description text after the following comma, where it would align with "Context / Alternate Text" but that overwrites the menu item name for some reason???
I tried adding "Desc," to the header, as I've seen in some mod localizations, but this didn't work either.
Where exactly does the description text fit?
The header for these is:
Key,File,Type,UsedInMainMenu,NoTranslate,english,Context / Alternate Text,german,latam,(all the other languages, etc. etc...)
The corresponding line I have below is
pewpew,items,gun,,Pew Pew Gun,Pew Pew Gun,,,,,,,,,,,,,,
From what I can tell, the displayed name in game corresponds to 'NoTranslate' and 'english', so in this example the gun would be listed in game as 'Pew Pew Gun' (tested, & working fine). I tried adding the description text after the following comma, where it would align with "Context / Alternate Text" but that overwrites the menu item name for some reason???
I tried adding "Desc," to the header, as I've seen in some mod localizations, but this didn't work either.
Where exactly does the description text fit?