Hi! I use a localized version of the game to better navigate the editor’s software environment. But all file names are also localized and it is difficult for me to find the necessary models of standard files. Help me find the name of this object, please!
In placeables.2da, you see that the third column contains numeric values. They are references to strings stored in dialog.tlk
So, if you open dialog.tlk (with TlkEdit for example), just look up for the name or description of the item, that will give you the line matching the string you entered and thus you’ll get the strref value.
From this strref value, you’ll find the name of the model you’re looking for.
The first column in the placeables.2da is the label. This is usually used in the toolset for the appearance type like so -
So the label to look for should be the one I’ve underlined. If you have trouble finding it you can always search for the model name that @Proleric has supplied you with. Either way that should give you the line in the 2da you are looking for.
Actually, looking at the screenshots, it’s more complicated than that for the localised file.
Looks like you have to search the local .tlk for the string that appears in the toolset appearance to obtain the strref number, then search placeables.2da for the strref to identify the model name.