diff options
author | Treeki <treeki@gmail.com> | 2011-02-28 03:23:02 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-02-28 03:23:02 +0100 |
commit | 6b14bc71cb699b72ca6cf164b7b800add414dec6 (patch) | |
tree | 414bc20c8af5ae1373a4a15ddaaf2f706e3cb75f /TestApp | |
parent | 00e977b3dbb8f447b034b7be387ee1a1cce0598c (diff) | |
download | nw4rtools-6b14bc71cb699b72ca6cf164b7b800add414dec6.tar.gz nw4rtools-6b14bc71cb699b72ca6cf164b7b800add414dec6.zip |
progress on writing: offset calculation for models and textures complete!
Diffstat (limited to 'TestApp')
-rw-r--r-- | TestApp/Main.cs | 3 | ||||
-rw-r--r-- | TestApp/TestApp.pidb | bin | 4285 -> 4333 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/NW4RTools.dll | bin | 181760 -> 189952 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/NW4RTools.dll.mdb | bin | 95922 -> 97520 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/TestApp.exe | bin | 5632 -> 5632 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/TestApp.exe.mdb | bin | 969 -> 965 bytes |
6 files changed, 2 insertions, 1 deletions
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 Binary files differindex 4bbfe3a..c79a804 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 3962f15..13eb22e 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 f5f1318..a2acbbc 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 50b39bb..6d524d8 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 1c41f2c..c8a281a 100644 --- a/TestApp/bin/Debug/TestApp.exe.mdb +++ b/TestApp/bin/Debug/TestApp.exe.mdb |