From 58dead7b909861732011325f5d4844eae21a9bc2 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 10 Feb 2011 05:03:53 +0100 Subject: more stuff. added shapes and texture/material pairs and refactored Logger a bit --- TestApp/Main.cs | 3 ++- TestApp/TestApp.pidb | Bin 2991 -> 3039 bytes TestApp/bin/Debug/NW4RTools.dll | Bin 29184 -> 31744 bytes TestApp/bin/Debug/NW4RTools.dll.mdb | Bin 10124 -> 11043 bytes TestApp/bin/Debug/TestApp.exe | Bin 3584 -> 3584 bytes TestApp/bin/Debug/TestApp.exe.mdb | Bin 416 -> 416 bytes 6 files changed, 2 insertions(+), 1 deletion(-) (limited to 'TestApp') 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 index bdecde3..8cd730e 100644 Binary files a/TestApp/TestApp.pidb and b/TestApp/TestApp.pidb differ diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll index dc75f55..cb655f9 100755 Binary files a/TestApp/bin/Debug/NW4RTools.dll and b/TestApp/bin/Debug/NW4RTools.dll differ diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb index 00c8b7b..06fe2a2 100644 Binary files a/TestApp/bin/Debug/NW4RTools.dll.mdb and b/TestApp/bin/Debug/NW4RTools.dll.mdb differ diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe index 76702c5..37f5a57 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 0d3722e..ed77ca1 100644 Binary files a/TestApp/bin/Debug/TestApp.exe.mdb and b/TestApp/bin/Debug/TestApp.exe.mdb differ -- cgit v1.2.3