somebody can help me about NDStore.strs 2.2.3.2 ?
i search in ragezone and i can't found it
Thx
Printable View
somebody can help me about NDStore.strs 2.2.3.2 ?
i search in ragezone and i can't found it
Thx
you already search it?
too easy to make it
Code:[filemask="NDStore.dat"]
struct StoreFile
{
u32 nBlocks;
child StoreBlock [count=nBlocks];
}
struct StoreBlock
{
u32 DWORD;
cstr [len=32] NPC;
cstr [len=32] Name;
u32 [hidden=1] Name;
str Text [len=Name];
}