summaryrefslogtreecommitdiff
path: root/TestApp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-25 15:58:41 +0100
committerTreeki <treeki@gmail.com>2011-03-25 15:58:41 +0100
commit6a3b743987ca132729845613bc2d043f75f0d9e5 (patch)
treec2ba640a169dd3ea8067431c4f2b811d14d35818 /TestApp
parentd1c9bf937e6efd59af45b3d38b9ba96ef927dade (diff)
downloadnw4rtools-6a3b743987ca132729845613bc2d043f75f0d9e5.tar.gz
nw4rtools-6a3b743987ca132729845613bc2d043f75f0d9e5.zip
a bit of crap
Diffstat (limited to 'TestApp')
-rw-r--r--TestApp/Main.cs15
-rw-r--r--TestApp/TestApp.pidbbin4427 -> 4427 bytes
-rwxr-xr-xTestApp/bin/Debug/NW4RTools.dllbin237568 -> 238592 bytes
-rw-r--r--TestApp/bin/Debug/NW4RTools.dll.mdbbin114610 -> 114661 bytes
-rwxr-xr-xTestApp/bin/Debug/TestApp.exebin7680 -> 6656 bytes
-rw-r--r--TestApp/bin/Debug/TestApp.exe.mdbbin1300 -> 1181 bytes
6 files changed, 9 insertions, 6 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs
index 4901ec4..9d01957 100644
--- a/TestApp/Main.cs
+++ b/TestApp/Main.cs
@@ -12,7 +12,7 @@ namespace TestApp {
string mdlPath = "/home/me/Games/Newer/ModelRev/";
//skawo(); return;
- //oldBehaviour(); return;
+ oldBehaviour(); return;
// Going to create a model!
@@ -28,12 +28,15 @@ namespace TestApp {
File.WriteAllBytes(mdlPath + "SMGoldwood.brres", BrresWriter.WriteFile(rf));*/
- string filename = "MMFullWorld";
+ string filename = "DemoMap";
+ //string filename = "MMFullWorld";
string resmdlname = "WorldBase";
+ //string objname = "fullworld-tree-fbx";
+ string objname = "crapmap2";
ResFile rf = new ResFile();
- ObjImporter.ImportModel(mdlPath, File.OpenText(mdlPath + "fullworld-tree-fbx.obj"), rf, resmdlname, ObjImporter.LightmapType.Map);
+ ObjImporter.ImportModel(mdlPath, File.OpenText(mdlPath + objname + ".obj"), rf, resmdlname, ObjImporter.LightmapType.Map);
File.WriteAllBytes(mdlPath + filename + ".brres", BrresWriter.WriteFile(rf));
@@ -83,7 +86,7 @@ namespace TestApp {
private static void oldBehaviour() {
string mdlPath = "/home/me/Games/Newer/ModelRev/";
- string mdlName = "cobKinokoRed";
+ string mdlName = "CS_W1";
//string mdlName = "lift_han_wood";
//string mdlName = "bgB_4502";
//string mdlName = "cobKoopaCastle";
@@ -103,11 +106,11 @@ namespace TestApp {
//File.WriteAllBytes(mdlPath + mdlName + "_rewritten.brres", BrresWriter.WriteFile(rf));
- var texs = rf.GetGroup<Texture>("Textures(NW4R)");
+ /*var texs = rf.GetGroup<Texture>("Textures(NW4R)");
// wtf C#?!
foreach (var kv in (IEnumerable<KeyValuePair<string,Texture>>)texs) {
kv.Value.Images[0].Save(mdlPath + "images/" + kv.Key + ".png");
- }
+ }*/
//var objFile = File.Open(mdlPath + "lift_han_wood_M.dae", FileMode.OpenOrCreate);
//ColladaExporter.WriteModel(objFile, rf, "lift_han_wood_M");
diff --git a/TestApp/TestApp.pidb b/TestApp/TestApp.pidb
index ac6b5b6..99093a0 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 111c9f0..9b33424 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 83824f2..183dfbb 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 4e6e71a..90719af 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 f675c74..b688c06 100644
--- a/TestApp/bin/Debug/TestApp.exe.mdb
+++ b/TestApp/bin/Debug/TestApp.exe.mdb
Binary files differ