ObjNameTable

From Luma's Workshop
Revision as of 21:15, 23 January 2024 by MTLenz (talk | contribs) (Created page with "Category:Files {{Finished}} '''ObjNameTable''' is a sorted BCSV table that assigns a Japanese name to a specified object. These Japanese names are used for camera IDs, Power Star spawners, cutscene data and more. The file can be found in ''both games''. In SMG1 it is found in ''StageData/ObjNameTable.arc/root/ObjNameTable.tbl'' whereas in SMG2 it is found in ''SystemData/ObjNameTable.arc/root/ObjNameTable.tbl''. The rows should be sorted lexico...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The content described on this page is 100% documented.

ObjNameTable is a sorted BCSV table that assigns a Japanese name to a specified object. These Japanese names are used for camera IDs, Power Star spawners, cutscene data and more. The file can be found in both games. In SMG1 it is found in StageData/ObjNameTable.arc/root/ObjNameTable.tbl whereas in SMG2 it is found in SystemData/ObjNameTable.arc/root/ObjNameTable.tbl. The rows should be sorted lexicographically ascending by en_name. It contains the following fields:

Field Type Description
en_name STRING_OFFSET The "English" object name.
jp_name STRING_OFFSET The Japanese name.