Код:
[filemask="OreCutting.dat"]
struct OreCuttingFile
{
u32 nBlocks;
u32 nBlockColumns;
u32 nBlockSize;
child OreCutting [count=nBlocks];
}
struct OreCutting [preload, tableview]
{
u32 [tag="m_dwIndex"];
cstr [len=64] m_strCode;
cstr [len=64] m_strResource_Item;
i32 [tag="m_nCutting_probability"];
nodename (": "+m_strCode);
}