diff options
author | Treeki <treeki@gmail.com> | 2011-03-24 05:07:45 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-24 05:07:45 +0100 |
commit | 1def3c8459ff00cc839e5e6f11975c4807f5a9ff (patch) | |
tree | d5212d4dfa8ee2f4f6e21deed40ce76d181962b4 | |
parent | 799330e70c7d074c4d923c12cc71ae39c3d0c20d (diff) | |
download | nw4rtools-1def3c8459ff00cc839e5e6f11975c4807f5a9ff.tar.gz nw4rtools-1def3c8459ff00cc839e5e6f11975c4807f5a9ff.zip |
blahhh how did I forget thatskawo-debug
-rw-r--r-- | TestApp/Main.cs | 11 | ||||
-rwxr-xr-x | TestApp/bin/Debug/TestApp.exe | bin | 8192 -> 7680 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/TestApp.exe.mdb | bin | 1334 -> 1265 bytes |
3 files changed, 7 insertions, 4 deletions
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<NW4RTools.Models.ByteCode.Instruction>(); 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 Binary files differindex 5c3a09f..ca3f093 100755 --- a/TestApp/bin/Debug/TestApp.exe +++ b/TestApp/bin/Debug/TestApp.exe diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb Binary files differindex 54eb541..758d413 100644 --- a/TestApp/bin/Debug/TestApp.exe.mdb +++ b/TestApp/bin/Debug/TestApp.exe.mdb |