diff options
author | Treeki <treeki@gmail.com> | 2011-03-25 15:58:41 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-25 15:58:41 +0100 |
commit | 6a3b743987ca132729845613bc2d043f75f0d9e5 (patch) | |
tree | c2ba640a169dd3ea8067431c4f2b811d14d35818 /TestApp | |
parent | d1c9bf937e6efd59af45b3d38b9ba96ef927dade (diff) | |
download | nw4rtools-6a3b743987ca132729845613bc2d043f75f0d9e5.tar.gz nw4rtools-6a3b743987ca132729845613bc2d043f75f0d9e5.zip |
a bit of crap
Diffstat (limited to 'TestApp')
-rw-r--r-- | TestApp/Main.cs | 15 | ||||
-rw-r--r-- | TestApp/TestApp.pidb | bin | 4427 -> 4427 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/NW4RTools.dll | bin | 237568 -> 238592 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/NW4RTools.dll.mdb | bin | 114610 -> 114661 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/TestApp.exe | bin | 7680 -> 6656 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/TestApp.exe.mdb | bin | 1300 -> 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 Binary files differindex ac6b5b6..99093a0 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 111c9f0..9b33424 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 83824f2..183dfbb 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 4e6e71a..90719af 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 f675c74..b688c06 100644 --- a/TestApp/bin/Debug/TestApp.exe.mdb +++ b/TestApp/bin/Debug/TestApp.exe.mdb |