summaryrefslogtreecommitdiff
path: root/TestApp
diff options
context:
space:
mode:
Diffstat (limited to 'TestApp')
-rw-r--r--TestApp/Main.cs8
-rw-r--r--TestApp/TestApp.pidbbin3039 -> 3039 bytes
-rwxr-xr-xTestApp/bin/Debug/NW4RTools.dllbin157696 -> 158720 bytes
-rw-r--r--TestApp/bin/Debug/NW4RTools.dll.mdbbin87412 -> 87798 bytes
-rwxr-xr-xTestApp/bin/Debug/TestApp.exebin4096 -> 4096 bytes
-rw-r--r--TestApp/bin/Debug/TestApp.exe.mdbbin464 -> 479 bytes
6 files changed, 6 insertions, 2 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs
index a4d9545..1196f08 100644
--- a/TestApp/Main.cs
+++ b/TestApp/Main.cs
@@ -7,9 +7,13 @@ namespace TestApp {
public static void Main(string[] args) {
string mdlPath = "/home/me/Games/Newer/ModelRev/";
- string mdlName = "CS_W1";
+ // NOTE: CS_W7 is broken!!
+
+ string mdlName = "CS_W7";
//string mdlName = "bgB_4502";
+ string whatever = (mdlName == "CS_W2" || mdlName == "CS_W3" || mdlName == "CS_W6") ? "a" : "";
+
byte[] file = File.ReadAllBytes(mdlPath + mdlName + ".brres");
ResFile rf = BrresReader.LoadFile(file);
@@ -17,7 +21,7 @@ namespace TestApp {
var objFile = File.Open(mdlPath + mdlName + ".dae", FileMode.OpenOrCreate);
//var sw = new StreamWriter(objFile);
//ObjWriter.WriteModel(sw, rf, mdlName);
- ColladaWriter.WriteModel(objFile, rf, mdlName);
+ ColladaWriter.WriteModel(objFile, rf, mdlName + whatever);
objFile.Close();
}
}
diff --git a/TestApp/TestApp.pidb b/TestApp/TestApp.pidb
index e277998..d59d1d6 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 85d9abd..1b431d2 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 f87c22c..d635b92 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 c53c4cf..7dc9d18 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 6f4ba2c..1e26877 100644
--- a/TestApp/bin/Debug/TestApp.exe.mdb
+++ b/TestApp/bin/Debug/TestApp.exe.mdb
Binary files differ