Page 1 of 1

Sunfish, Canvas

Posted: Fri Feb 25, 2011 5:47 am
by JacksonCougar
Canvas [v1.1.0.0]
Halo 2 texture injector/extractor, powered by Sunfish.

Image

Requirements: Features:
  • Loads all tags in a given directory (multi-file editing)
  • Loads all tags into memory (can discard changes)
  • Xna powered bitmap previews
  • Injects DXTn, ARGB, A, and L formatted bitmaps
  • Injects whatever format at whatever dimensions
Limitations:
  • Only loads ".h2tag" decompiled sunfish tags
  • Doesn't extract
  • supports 2D textures only


Downloads:
http://www.remnantmods.com/files/jackso ... 3-2011.zip - New: version 1.1.0.0
Change Log:
  • Did some changes to soffish.dll, this uses a newer version now
  • Improved the loading code for the bitmaps & sped up rendering time
  • Basic support for cubemaps added
  • Various other fixes


http://www.remnantmods.com/files/jackso ... 2-2011.zip version 1.0.0.0

Re: Sunfish, Canvas

Posted: Fri Feb 25, 2011 1:26 pm
by Ogrish
Sucks for me i guess. :(

Image

Re: Sunfish, Canvas

Posted: Sat Feb 26, 2011 4:57 pm
by Click16
Upon loading a bitmap, every time it throws an IndexOutOfRange exception.

Here is the exception text:

Code: Select all

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Sunfish.Canvas.MainForm.LoadBitmapStream()
   at Sunfish.Canvas.MainForm.listView1_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
   at System.Windows.Forms.ListView.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)


Re: Sunfish, Canvas

Posted: Sat Feb 26, 2011 7:00 pm
by JacksonCougar
Send me the bitmap your loading?

Re: Sunfish, Canvas

Posted: Thu Mar 03, 2011 5:31 am
by JacksonCougar
Update: should fix your issue Click. Among others.