11-17-2012, 12:42 AM
Curious, I added a buttload of extra values to be added to each chunk.
When I add this piece of code BEFORE the Sections list it is added it shows up in the file, but if I add it AFTERwards it is nowhere to be found. It seems the Sections list breaks something...
a_Writer.AddString("TestString", "o hai I'm string"); a_Writer.AddDouble("TestDouble", 1.23); a_Writer.AddFloat("TestFloat", 1.23f); a_Writer.AddInt("TestInt", 2); a_Writer.AddLong("TestLong", 1234); a_Writer.AddShort("TestShort", 1234); a_Writer.AddByte("TestByte", 34);
When I add this piece of code BEFORE the Sections list it is added it shows up in the file, but if I add it AFTERwards it is nowhere to be found. It seems the Sections list breaks something...