speeding up the skinning process
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
speeding up the skinning process
Are tehre any programs that let view the models from halo 2 and let me apply skins to them? I'm working on some skins right now, and its going kinda slow because i have to keep ftp-ing them to the xbox every time a make a change. very slow process.
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 2032
- Joined: Tue May 17, 2005 6:34 pm
- Location: T E X A S
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
awesome. Monkey terd, you always the one who helps me with my problem. And you do it with out flaming me or anything. There definately needs to be more people like you. Thanks for all your work. I'll probly be back soon. I'm still really new to doing the more advanced modding.
[Edit] your name kicks ass too XP
[Edit] your name kicks ass too XP
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 2032
- Joined: Tue May 17, 2005 6:34 pm
- Location: T E X A S
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
still not working. heres what the debug thing says
Code: Select all
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.DirectX.Direct3D.Manager.get_AdapterCount()
at Microsoft.DirectX.Direct3D.Manager.get_Adapters()
at entity.ModelViewer.InitializeGraphics()
at entity.ModelViewer.Main()
at entity.ModelViewer..ctor(ParsedModel temppm)
at entity.MapForm.rawEditorToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
entity
Assembly Version: 1.0.2311.435
Win32 Version: 1.0.2311.435
CodeBase: file:///C:/Documents%20and%20Settings/Tyler/Desktop/50758/entity.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/Documents%20and%20Settings/Tyler/Desktop/50758/Microsoft.DirectX.DLL
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.2902.0
Win32 Version: 9.05.132.0000
CodeBase: file:///C:/Documents%20and%20Settings/Tyler/Desktop/50758/Microsoft.DirectX.Direct3D.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
-
- Posts: 2032
- Joined: Tue May 17, 2005 6:34 pm
- Location: T E X A S
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 2032
- Joined: Tue May 17, 2005 6:34 pm
- Location: T E X A S
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact:
-
- Posts: 76
- Joined: Thu Jun 15, 2006 9:29 pm
- Location: On my ass
- Contact: