Page 1 of 1

[1.10f] String indices enum

Posted: Sun Oct 28, 2018 11:11 am
by Lectem
It can be useful to have an enum with the name of the strings in the TBL for quick lookup, so I made one.
Some known decompilers can even parse such enums, which makes it handy.
The following is based on 1.10f string.tbl, patchstring.tbl and expansionstring.tbl files, and generated+manually patched some names.

The header is a bit big ~300ko, so I zipped it.

All the values are named the following way

Code: Select all

STR_IDX_(INDEX)_(.tbl reference name)_(optional desc manually edited) = INDEX
string_idx.zip