From 6b14bc71cb699b72ca6cf164b7b800add414dec6 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 28 Feb 2011 03:23:02 +0100 Subject: progress on writing: offset calculation for models and textures complete! --- TestApp/Main.cs | 3 ++- TestApp/TestApp.pidb | Bin 4285 -> 4333 bytes TestApp/bin/Debug/NW4RTools.dll | Bin 181760 -> 189952 bytes TestApp/bin/Debug/NW4RTools.dll.mdb | Bin 95922 -> 97520 bytes TestApp/bin/Debug/TestApp.exe | Bin 5632 -> 5632 bytes TestApp/bin/Debug/TestApp.exe.mdb | Bin 969 -> 965 bytes 6 files changed, 2 insertions(+), 1 deletion(-) (limited to 'TestApp') diff --git a/TestApp/Main.cs b/TestApp/Main.cs index e68a84d..80687d1 100644 --- a/TestApp/Main.cs +++ b/TestApp/Main.cs @@ -14,7 +14,8 @@ namespace TestApp { //string mdlName = "CS_W1"; //string mdlName = "bgB_4502"; //string mdlName = "cobKoopaCastle"; - string mdlName = "CS_W9"; + string mdlName = "waterPlate_W4boss"; + mdlName = "CS_W9"; string whatever = (mdlName == "CS_W2" || mdlName == "CS_W3" || mdlName == "CS_W6") ? "a" : ""; diff --git a/TestApp/TestApp.pidb b/TestApp/TestApp.pidb index 4bbfe3a..c79a804 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 3962f15..13eb22e 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 f5f1318..a2acbbc 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 50b39bb..6d524d8 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 1c41f2c..c8a281a 100644 Binary files a/TestApp/bin/Debug/TestApp.exe.mdb and b/TestApp/bin/Debug/TestApp.exe.mdb differ -- cgit v1.2.3