Page 1 of 4
Do To List
Posted: Tue Mar 04, 2008 7:57 pm
by XZodia
Green = Done
Blue= Started
Red = Not Started
- Header Reading/Writing
Index Reading/Writing
Tags Creation
StringID Reading/Writing/Adding
Unicode Reading/Writing/Adding
Meta Reading/Writing/Extraction/Injection/Adding
Bitmap Viewing/Extraction/Injection/Adding/Internalising
Model Extraction/Injection/Adding/Internalising
Sound Extraction/Injection/Adding/Internalising
Animation Extraction/Injection/Adding/Internalising
SBSP Extraction/Injection/Adding/Building
Lightmap Extraction/Injection/Adding
Map Building
Antenna (ant!)
Color Table (colo)
Item Collection (itmc)
Biped (bipd)
Re: Do To List
Posted: Sun Mar 09, 2008 2:55 pm
by Grimdoomer
Updated, 2 tags done

Re: Do To List
Posted: Sun Mar 09, 2008 3:46 pm
by Aumaan Anubis
Cool.
Xzodia, care to update with what you've done?
Re: Do To List
Posted: Sun Mar 09, 2008 4:03 pm
by Grimdoomer
Lawl I forgot to add itmc

Re: Do To List
Posted: Sun Mar 09, 2008 6:53 pm
by XZodia
Aumaan Anubis wrote:Cool.
Xzodia, care to update with what you've done?
I've not done anytihng since I wrote that >_>
Re: Do To List
Posted: Tue Mar 11, 2008 11:01 pm
by Grimdoomer
Heres a feature we could add, what are every ones thoughts on a Real Time Halo system?
Re: Do To List
Posted: Tue Mar 11, 2008 11:03 pm
by Aumaan Anubis
Probably rather difficult, but I'd like it.
Is anyone still working on this?
Grim
Jackson
Xzodia
Ownz Joo
??
Re: Do To List
Posted: Tue Mar 11, 2008 11:05 pm
by XZodia
no more progress can really be made until a tag system is decided on
Re: Do To List
Posted: Tue Mar 11, 2008 11:07 pm
by Grimdoomer
I am and so is xzodia. I still havent briefed Joo, but you and cougar can do anything to help. Suggestions moral support, beer,

jk about the beer. But yea anything you can think of.
Re: Do To List
Posted: Tue Mar 11, 2008 11:17 pm
by Aumaan Anubis
Xzodia and Grim, decide on a tag system. That's rather a priority if no progess can be attained unless its decided.
@Grim
I can screw around with labels...
Go Project Ceiling-Cat, Go!
Re: Do To List
Posted: Tue Mar 11, 2008 11:38 pm
by Supermodder911
Go for Attributes or the byte[2] think...
I say Attributes FTW. XP
Re: Do To List
Posted: Wed Mar 12, 2008 12:06 am
by Grimdoomer
Supermodder911 wrote:Go for Attributes or the byte[2] think...
I say Attributes FTW. XP
Ha way ahead of you supper XP
Code: Select all
[Enum("Grenade Type", typeof(short))][Offset(436)]
public Enum<Grenade_Type_Enum> Grenade_Type;
public class Grenade_Type_Enum : Option
{
[Option("Human Fragmentation", 0)]
public Option Human_Fragmentation;
[Option("Covenant Plasma", 1)]
public Option Covenant_Plasma;
}
Re: Do To List
Posted: Wed Mar 12, 2008 12:27 am
by Supermodder911
k...
Re: Do To List
Posted: Fri Mar 14, 2008 1:21 am
by Grimdoomer
BIPD IS DONE!!!!!!
Re: Do To List
Posted: Wed Mar 19, 2008 1:28 am
by Grimdoomer
Sound extraction is complete. Woo Xzodia and I sure got a lot done today

Re: Do To List
Posted: Wed Mar 19, 2008 1:30 am
by JacksonCougar
Ooo; now make a sound previewer ;p
Re: Do To List
Posted: Wed Mar 19, 2008 1:32 am
by Grimdoomer
K, easy job.
Re: Do To List
Posted: Wed Mar 19, 2008 2:18 am
by Aumaan Anubis
Niiiiice!
Re: Do To List
Posted: Thu Mar 20, 2008 10:46 pm
by XZodia
Tag Duplicating Now Works Perfectly!
As Does Tag Adding (but its not recursive yet)
Re: Do To List
Posted: Mon Mar 24, 2008 6:18 pm
by XZodia
Bitmap viewing for shared and internal DXT 1 and 2/3 now done

Re: Do To List
Posted: Fri Mar 28, 2008 7:21 pm
by XZodia
And now it can view anything Entity can (except lightmap bitmaps cause entity's code is shit)

Re: Do To List
Posted: Fri Mar 28, 2008 7:41 pm
by neodos
Awesome, can it really extract, inject and internalize? i say because first post wasn't updated if that's the case :p good jobs guys!
Re: Do To List
Posted: Fri Mar 28, 2008 10:03 pm
by Aumaan Anubis
This is lookin' sweeeet. Keep it up, guys!
Re: Do To List
Posted: Fri Mar 28, 2008 10:13 pm
by Grimdoomer
Ill spend some time working on it tonight, see if I can get bitmap tag creation working

Re: Do To List
Posted: Sat Mar 29, 2008 10:48 pm
by XZodia
Internalising is done!
