[APP] Tdtl Editor[v1.6]

Utilities designed primarily for the xbox version of Halo 2.
da dude of halo2




Wordewatician 250

Posts: 375
Joined: Sun May 16, 2004 11:23 am
Location: At work or in a DJ Booth

Is there anyway?

Post by da dude of halo2 »

Is there anyway You can Convert this to mac osx I can't find any apps for mac also More Pic's You can Never Have to Many Pic's! :D :shock:
If you want to hear some awsome amature music mixed and remixed and newly composed then check out my myspace. www.myspace.com/djmetriod
-enjoy.

Image
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post by -DeToX- »

Lol I have enough pics. If you want more, go check the halo photography section, Theres some there. And I don't program Java or anything so it cannot be used for mac. Infact I don't think there is even one Halo 2 mac editor out there.
Image
User avatar
turk645




Artisan Translator Pyre

Posts: 2887
Joined: Wed May 18, 2005 12:32 pm
Location: In my special pillow fort.
Contact:

Post by turk645 »

And dont look at me, I cant code. I only did the research. I could try to write a tut IF there is even a good enough mac editor out there.
Image
ScottyGee wrote:Smokers suck >_< (to avoid someone saying it later, both literally and in the derogatory way)
"Before you criticize someone, walk a mile in their shoes. That way after you make fun of them, you still have their shoes."-Dranciel ಠ_ಠ
User avatar
daggerx




Commentator

Posts: 246
Joined: Tue Jul 06, 2004 9:29 am
Location: Long Island, New York
Contact:

Post by daggerx »

thats awesome
Image
brian151337





Posts: 52
Joined: Sun Aug 20, 2006 11:36 am
Location: Fort Bragg, North Carolina, US
Contact:

Post by brian151337 »

still geat app. and dagger used a screenshot of my mod for his sig :lol:
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post by -DeToX- »

If someone can give me a link to a Java Program compiler, I would be glad to learn it and make a mac Editor.
EDIT: I got a link. Ill just download, Learn it, and try to make a Mac Editor.
Image
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Detox will be worshiped by many.
Exabyte





Posts: 195
Joined: Sat Jul 15, 2006 3:41 pm
Location: Behind you with a Fuel Rod

Post by Exabyte »

good job. :)
Supernova9000





Posts: 41
Joined: Fri Sep 22, 2006 8:49 am
Location: Ireland

Post by Supernova9000 »

One word....Yumee
Image
brian151337





Posts: 52
Joined: Sun Aug 20, 2006 11:36 am
Location: Fort Bragg, North Carolina, US
Contact:

Post by brian151337 »

Tural wrote:Detox will be worshiped by many.
agreed :lol:
jzimmer09




Recreator

Posts: 584
Joined: Sat Jan 21, 2006 2:48 pm
Location: Making MODZ
Contact:

Post by jzimmer09 »

would it possible, to make it like so they spawn in the sky, and look like lightning coming down, like umm... idk some people have rockets comeing from the sky.... or is that just actice scenery?...
Image
uralllame wrote:*looks at blankly for a while*. So, what does that mean, and how do I fix it? Thanks
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post by -DeToX- »

Yes...

+ I find it weird how you flame me on AIM, and laugh at me when my sister almost died, then you ask for help sometimes.
Image
User avatar
T Beezie




Trickster Artisan Pyre Wordewatician 500

Posts: 584
Joined: Sun Dec 11, 2005 7:59 pm
Location: Teh bourbon capital of the world
Contact:

Post by T Beezie »

WoW, I just noticed teh 1.6 update! You guys are freekin' amazing! Nice job Turk & DeToX, this will be VERY useful. Thank You! :D
Image
Image
rockinskater120





Posts: 34
Joined: Sat Aug 19, 2006 4:21 pm
Contact:

.

Post by rockinskater120 »

can u tell me how u made that T beezie plzz?
Image
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Yeah, that's sick
DarkMetal





Posts: 444
Joined: Sun May 28, 2006 11:28 pm
Location: Jacksonville, FL

Post by DarkMetal »

Great job so far DeToX. Also, for anyone who's interested: Click for Java Tutorials and the likes

EDIT: It's alot like C# in a way

Code: Select all

/* 
 * Just doing some java tests... 
 */ 

class TestApp 
{ 
	static int num1 = 8; 
	static int num2 = 7; 
	static int finalnum;//no value lol
	static String testString = "boogadyboo.";

	public static void main(String[] args) 
	{
		System.out.println(num1 + " x " + num2 + " = " + (num1 * num2)); 
		finalnum = num1 * num2; 

		//testing comments... k. 
		//gonna test For statements... 

		for (int i = 0; i < 10; i++) 
		{ 
			System.out.println(finalnum + i); 
		} 

		//hope it works :( 
		//Update: omg it worked. Void test time!

		testVoids(args);

		//testing strings

		System.out.println(testString);
	}

	public static void testVoids(String[] args)
	{
		System.out.print("BIG ");
		System.out.print("FAT ");
		System.out.print("MOTHER ");
		System.out.print("F**KING ");
		System.out.print("TEST!!!");
		System.out.println("");
	}
}
Hopefully the community can start learning some of this :)
Image
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post by -DeToX- »

Thanks Dark Metal. The tutorials will be useful :D
But I have some other projects/apps waiting to be released...
Image
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Yeah, I was gonna comment that Java's syntax looked a lot like C#.
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post by -DeToX- »

T Beezie, those pictures are amazing. Do you mind if I use one for the main post?
Image
Post Reply