From 6a3b743987ca132729845613bc2d043f75f0d9e5 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 25 Mar 2011 15:58:41 +0100 Subject: a bit of crap --- NW4RTools/Models/Animation/CharacterAnim.cs | 2 +- NW4RTools/NW4RTools.pidb | Bin 585922 -> 586068 bytes NW4RTools/ObjImporter.cs | 4 +++- NW4RTools/bin/Debug/NW4RTools.dll | Bin 237568 -> 238592 bytes NW4RTools/bin/Debug/NW4RTools.dll.mdb | Bin 114610 -> 114661 bytes 5 files changed, 4 insertions(+), 2 deletions(-) (limited to 'NW4RTools') diff --git a/NW4RTools/Models/Animation/CharacterAnim.cs b/NW4RTools/Models/Animation/CharacterAnim.cs index b350477..33c30ce 100644 --- a/NW4RTools/Models/Animation/CharacterAnim.cs +++ b/NW4RTools/Models/Animation/CharacterAnim.cs @@ -2,7 +2,7 @@ using System; namespace NW4RTools.Models.Animation { public class CharacterAnim { [FlagsAttribute] - public enum Flags { + public enum Flags : uint { Unk0 = 1, Unk1 = 2, Unk2 = 4, diff --git a/NW4RTools/NW4RTools.pidb b/NW4RTools/NW4RTools.pidb index ac72337..db7a70b 100644 Binary files a/NW4RTools/NW4RTools.pidb and b/NW4RTools/NW4RTools.pidb differ diff --git a/NW4RTools/ObjImporter.cs b/NW4RTools/ObjImporter.cs index dc128ce..f00d0f6 100755 --- a/NW4RTools/ObjImporter.cs +++ b/NW4RTools/ObjImporter.cs @@ -639,7 +639,9 @@ namespace NW4RTools { var context = new ShapeContext(); var shape = new Shape(); - shape.Unk = new byte[] { 0, 0, 0x14, 0, 0, 0, 0, 0x02, 0, 0, 0, 0x14 }; + shape.Unk = new byte[] { 0, 0, 0x14, 0, 0, 0, 0, 0x02, 0, 0, + 0, 0x14 }; + // 0x2e00 maybe? shape.DataFlags = 0x2600; shape.ExtraData = new ushort[0]; diff --git a/NW4RTools/bin/Debug/NW4RTools.dll b/NW4RTools/bin/Debug/NW4RTools.dll index 111c9f0..9b33424 100755 Binary files a/NW4RTools/bin/Debug/NW4RTools.dll and b/NW4RTools/bin/Debug/NW4RTools.dll differ diff --git a/NW4RTools/bin/Debug/NW4RTools.dll.mdb b/NW4RTools/bin/Debug/NW4RTools.dll.mdb index 83824f2..183dfbb 100644 Binary files a/NW4RTools/bin/Debug/NW4RTools.dll.mdb and b/NW4RTools/bin/Debug/NW4RTools.dll.mdb differ -- cgit v1.2.3