diff options
author | Treeki <treeki@gmail.com> | 2011-02-10 05:03:53 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-02-10 05:03:53 +0100 |
commit | 58dead7b909861732011325f5d4844eae21a9bc2 (patch) | |
tree | 1ae61678c8df37c245eabdc443a275fccaa53516 /TestApp | |
parent | 58f30cf003a6b7b3686f70fa0539aa45d126b457 (diff) | |
download | nw4rtools-58dead7b909861732011325f5d4844eae21a9bc2.tar.gz nw4rtools-58dead7b909861732011325f5d4844eae21a9bc2.zip |
more stuff. added shapes and texture/material pairs and refactored Logger a bit
Diffstat (limited to 'TestApp')
-rw-r--r-- | TestApp/Main.cs | 3 | ||||
-rw-r--r-- | TestApp/TestApp.pidb | bin | 2991 -> 3039 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/NW4RTools.dll | bin | 29184 -> 31744 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/NW4RTools.dll.mdb | bin | 10124 -> 11043 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/TestApp.exe | bin | 3584 -> 3584 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/TestApp.exe.mdb | bin | 416 -> 416 bytes |
6 files changed, 2 insertions, 1 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs index 9fb3771..e6fa82f 100644 --- a/TestApp/Main.cs +++ b/TestApp/Main.cs @@ -5,7 +5,8 @@ namespace TestApp { class MainClass { public static void Main(string[] args) { //byte[] file = System.IO.File.ReadAllBytes("/home/me/Games/Newer/miscStuff/CS_W1/g3d/model.brres"); - byte[] file = System.IO.File.ReadAllBytes("/mnt/h/ISOs/NSMBWii/ais0.1.3/model.brres"); + //byte[] file = System.IO.File.ReadAllBytes("/mnt/h/ISOs/NSMBWii/ais0.1.3/model.brres"); + byte[] file = System.IO.File.ReadAllBytes("/home/me/Games/Newer/miscStuff/bgB_4502/g3d/bgB_4502.brres"); ResFile rf = BrresReader.LoadFile(file); } } diff --git a/TestApp/TestApp.pidb b/TestApp/TestApp.pidb Binary files differindex bdecde3..8cd730e 100644 --- a/TestApp/TestApp.pidb +++ b/TestApp/TestApp.pidb diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll Binary files differindex dc75f55..cb655f9 100755 --- a/TestApp/bin/Debug/NW4RTools.dll +++ b/TestApp/bin/Debug/NW4RTools.dll diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb Binary files differindex 00c8b7b..06fe2a2 100644 --- a/TestApp/bin/Debug/NW4RTools.dll.mdb +++ b/TestApp/bin/Debug/NW4RTools.dll.mdb diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe Binary files differindex 76702c5..37f5a57 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 0d3722e..ed77ca1 100644 --- a/TestApp/bin/Debug/TestApp.exe.mdb +++ b/TestApp/bin/Debug/TestApp.exe.mdb |