From 1def3c8459ff00cc839e5e6f11975c4807f5a9ff Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 24 Mar 2011 05:07:45 +0100 Subject: blahhh how did I forget that --- TestApp/Main.cs | 11 +++++++---- TestApp/bin/Debug/TestApp.exe | Bin 8192 -> 7680 bytes TestApp/bin/Debug/TestApp.exe.mdb | Bin 1334 -> 1265 bytes 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'TestApp') diff --git a/TestApp/Main.cs b/TestApp/Main.cs index 8e144f9..e99e797 100644 --- a/TestApp/Main.cs +++ b/TestApp/Main.cs @@ -27,7 +27,7 @@ namespace TestApp { File.WriteAllBytes(mdlPath + "SMGoldwood.brres", BrresWriter.WriteFile(rf));*/ - + /* for (int i = 0; i < 10; i++) { string filename = "MMFullWorld"; string resmdlname = "WorldBase"; @@ -38,6 +38,8 @@ namespace TestApp { var m = rf.GetModelGroup()["WorldBase"]; var bc = m.Bytecode["DrawOpa"]; + var blah = bc.Instructions[2] as NW4RTools.Models.ByteCode.DrawShapeInstruction; + blah.MaterialID = (ushort)m.Materials.IndexOfKey("Material__76"); // trash most entries var newList = new List(); for (int j = 0; j < i; j++) { @@ -48,11 +50,12 @@ namespace TestApp { File.WriteAllBytes(mdlPath + "base" + i.ToString() + ".brres", BrresWriter.WriteFile(rf)); } + //*/ - /*ResFile rf2 = BrresReader.LoadFile(File.ReadAllBytes(mdlPath + filename + ".brres")); + ResFile rf2 = BrresReader.LoadFile(File.ReadAllBytes(mdlPath + "base2.brres")); using (var gw = new RenderWindow()) { - gw.Title = filename; - gw.SetModel(rf2, resmdlname); + gw.Title = "whatever"; + gw.SetModel(rf2, "WorldBase"); gw.Run(1, 1); } //*/ diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe index 5c3a09f..ca3f093 100755 Binary files a/TestApp/bin/Debug/TestApp.exe and b/TestApp/bin/Debug/TestApp.exe differ diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb index 54eb541..758d413 100644 Binary files a/TestApp/bin/Debug/TestApp.exe.mdb and b/TestApp/bin/Debug/TestApp.exe.mdb differ -- cgit v1.2.3