summaryrefslogtreecommitdiff
path: root/TestApp
diff options
context:
space:
mode:
Diffstat (limited to 'TestApp')
-rw-r--r--TestApp/Main.cs4
-rw-r--r--TestApp/TestApp.pidbbin3039 -> 2991 bytes
-rwxr-xr-xTestApp/bin/Debug/NW4RTools.dllbin164864 -> 166400 bytes
-rw-r--r--TestApp/bin/Debug/NW4RTools.dll.mdbbin90336 -> 90788 bytes
-rwxr-xr-xTestApp/bin/Debug/TestApp.exebin4608 -> 4608 bytes
-rw-r--r--TestApp/bin/Debug/TestApp.exe.mdbbin548 -> 548 bytes
6 files changed, 2 insertions, 2 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs
index 408c95f..3eb49a4 100644
--- a/TestApp/Main.cs
+++ b/TestApp/Main.cs
@@ -8,7 +8,7 @@ namespace TestApp {
public static void Main(string[] args) {
string mdlPath = "/home/me/Games/Newer/ModelRev/";
- string mdlName = "CS_W9";
+ string mdlName = "CS_W1";
//string mdlName = "bgB_4502";
string whatever = (mdlName == "CS_W2" || mdlName == "CS_W3" || mdlName == "CS_W6") ? "a" : "";
@@ -19,7 +19,7 @@ namespace TestApp {
var texs = rf.GetGroup<Texture>("Textures(NW4R)");
// wtf C#?!
foreach (var kv in (IEnumerable<KeyValuePair<string,Texture>>)texs) {
- kv.Value.BaseImage.Save(mdlPath + kv.Key + ".png");
+ kv.Value.BaseImage.Save(mdlPath + "images/" + kv.Key + ".png");
}
//var objFile = File.Open(mdlPath + mdlName + ".obj", FileMode.OpenOrCreate);
diff --git a/TestApp/TestApp.pidb b/TestApp/TestApp.pidb
index d59d1d6..bf2fb29 100644
--- a/TestApp/TestApp.pidb
+++ b/TestApp/TestApp.pidb
Binary files differ
diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll
index a87dfa6..91a4b75 100755
--- a/TestApp/bin/Debug/NW4RTools.dll
+++ b/TestApp/bin/Debug/NW4RTools.dll
Binary files differ
diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb
index 4b18386..127ef0f 100644
--- a/TestApp/bin/Debug/NW4RTools.dll.mdb
+++ b/TestApp/bin/Debug/NW4RTools.dll.mdb
Binary files differ
diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe
index 5026c79..1bce1bb 100755
--- a/TestApp/bin/Debug/TestApp.exe
+++ b/TestApp/bin/Debug/TestApp.exe
Binary files differ
diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb
index ff5ef5f..00eab08 100644
--- a/TestApp/bin/Debug/TestApp.exe.mdb
+++ b/TestApp/bin/Debug/TestApp.exe.mdb
Binary files differ