NetConstStrings Asset
The netconststrings was added on Ghosts and only exists on that game. It holds a series of localized strings that should be defined in one language or another for interoperability between clients. The name of the netconststrings is the FF the strings should be defined in.
struct NetConstStrings
{
const char * name;
char unknown[8];
unsigned int stringCount;
char * * strings;
};