Utilities designed primarily for the xbox version of Halo 2.
da dude of halo2
Posts: 375 Joined: Sun May 16, 2004 11:23 am
Location: At work or in a DJ Booth
Post
by da dude of halo2 » Wed Nov 15, 2006 10:30 pm
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!
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.
-DeToX-
Posts: 4589 Joined: Sun Jun 18, 2006 3:58 pm
Location: ...
Post
by -DeToX- » Thu Nov 16, 2006 4:43 am
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.
turk645
Posts: 2887 Joined: Wed May 18, 2005 12:32 pm
Location: In my special pillow fort.
Contact:
Post
by turk645 » Thu Nov 16, 2006 5:26 am
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.
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 ಠ_ಠ
daggerx
Posts: 246 Joined: Tue Jul 06, 2004 9:29 am
Location: Long Island, New York
Contact:
Post
by daggerx » Thu Nov 16, 2006 6:56 am
thats awesome
brian151337
Posts: 52 Joined: Sun Aug 20, 2006 11:36 am
Location: Fort Bragg, North Carolina, US
Contact:
Post
by brian151337 » Thu Nov 16, 2006 7:01 am
still geat app. and dagger used a screenshot of my mod for his sig
-DeToX-
Posts: 4589 Joined: Sun Jun 18, 2006 3:58 pm
Location: ...
Post
by -DeToX- » Thu Nov 16, 2006 12:19 pm
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.
Tural
Posts: 15628 Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:
Post
by Tural » Thu Nov 16, 2006 2:00 pm
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 » Thu Nov 16, 2006 2:00 pm
good job.
brian151337
Posts: 52 Joined: Sun Aug 20, 2006 11:36 am
Location: Fort Bragg, North Carolina, US
Contact:
Post
by brian151337 » Fri Nov 17, 2006 1:07 pm
Tural wrote: Detox will be worshiped by many.
agreed
jzimmer09
Posts: 584 Joined: Sat Jan 21, 2006 2:48 pm
Location: Making MODZ
Contact:
Post
by jzimmer09 » Sun Nov 19, 2006 2:59 pm
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?...
uralllame wrote: *looks at blankly for a while*. So, what does that mean, and how do I fix it? Thanks
-DeToX-
Posts: 4589 Joined: Sun Jun 18, 2006 3:58 pm
Location: ...
Post
by -DeToX- » Sun Nov 19, 2006 4:03 pm
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.
T Beezie
Posts: 584 Joined: Sun Dec 11, 2005 7:59 pm
Location: Teh bourbon capital of the world
Contact:
Post
by T Beezie » Sun Nov 19, 2006 7:22 pm
WoW, I just noticed teh 1.
6 update! You guys are freekin' amazing! Nice job Turk & DeToX, this will be
VERY useful. Thank You!
DarkMetal
Posts: 444 Joined: Sun May 28, 2006 11:28 pm
Location: Jacksonville, FL
Post
by DarkMetal » Mon Nov 20, 2006 1:01 am
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
-DeToX-
Posts: 4589 Joined: Sun Jun 18, 2006 3:58 pm
Location: ...
Post
by -DeToX- » Mon Nov 20, 2006 4:43 am
Thanks Dark Metal. The tutorials will be useful
But I have some other projects/apps waiting to be released...
OwnZ joO
Posts: 980 Joined: Thu Nov 10, 2005 4:24 pm
Post
by OwnZ joO » Mon Nov 20, 2006 5:06 pm
Yeah, I was gonna comment that Java's syntax looked a lot like C#.
-DeToX-
Posts: 4589 Joined: Sun Jun 18, 2006 3:58 pm
Location: ...
Post
by -DeToX- » Tue Nov 21, 2006 5:12 pm
T Beezie, those pictures are amazing. Do you mind if I use one for the main post?