diff --git a/.vs/AppInfoParser/v16/.suo b/.vs/AppInfoParser/v16/.suo index d083641..397d8d3 100644 Binary files a/.vs/AppInfoParser/v16/.suo and b/.vs/AppInfoParser/v16/.suo differ diff --git a/AppInfoCli/CXMLBuilder.cs b/AppInfoCli/CXMLBuilder.cs index aab5116..1e9171d 100644 --- a/AppInfoCli/CXMLBuilder.cs +++ b/AppInfoCli/CXMLBuilder.cs @@ -441,12 +441,14 @@ namespace CXMLDecompiler IntIdTableOffset = AddGetIntIdTable(int.Parse(attribute.Value, System.Globalization.NumberStyles.HexNumber), -1); bWorkRam.Write(IntIdTableOffset); bWorkRam.Write((int)0x00); + Console.WriteLine("Int Id: " + IntIdTableOffset + " sz: 0"); break; default: Console.WriteLine("UNKNOWN TYPE @ " + TreeTable.Position); Console.ReadKey(); break; } + Console.WriteLine(attribute.Name + "=" + attribute.Value); } public void WriteElement(XmlNode node) {