Page 1 of 1

Halo 2 Tutorial

Posted: Tue Feb 26, 2008 3:29 am
by Supermodder911
I've put together a program/tutorial aimed at beginners. It explains the Halo 2 map format in an easy way to understand.

If anybody has any problems, Try to solve them; If you cannot post it in this thread and I'll try to help out, but I don't have much time dedicated to this, so keep that in mind.


Credits:

Anthony - Being the best
Iron_Forge - White Paper
Ownz Joo - Helping out back when I was a nub
fudgy - Asking for a Tutorial

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 4:53 am
by GoldBl4d3
Its pretty good but you should never cram everything into one class, but since its a tut it will pass through. Next I saw alot of stuff that you really dont need. But good job on the programming. :)

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 4:54 am
by Supermodder911
GoldBl4d3 wrote:Its pretty good but you should never cram everything into one class, but since its a tut it will pass through. Next I saw alot of stuff that you really dont need. But good job on the programming. :)
Yea I know.
I put it all in one class so the person who is looking at the tutorial can Have all they need at their finger tips. XP

As for too much I know, Some of this code was from a current application.

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 5:15 am
by JacksonCougar
He helped me to start out ;p

I think he hates me in secret now because I bug him about programming so much xD

But that cannot be because here he is temping fate by releasing these tutorial to all the members at Remnant :l0l:

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 5:17 am
by Supermodder911
JacksonCougar wrote:He helped me to start out ;p
I think he hates me in secret now because I bug him about programming so much xD
Hate to break it to you like this... XP

But Good Luck to all.

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 6:13 am
by OwnZ joO
GoldBl4d3 wrote:Its pretty good but you should never cram everything into one class, but since its a tut it will pass through. Next I saw alot of stuff that you really dont need. But good job on the programming. :)
Some of that unneeded stuff is actually used in another app.

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 5:01 pm
by Prey
Overall it is good, but there are still parts that could do with a lot of improving.. And splitting the classes up into separate files would not have detracted from "all they need at their finger tips"..

Not quite sure why you load the tags under the "FileTable" class for one.. or bothered doing all the " : int", " = 1," to your MapType Enum, and then not even using it anyway.. :z

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 8:33 pm
by Supermodder911
I'm just happy it was better then Anthony's last one. XP

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 10:32 pm
by Aumaan Anubis
Supermodder911 wrote:I'm just happy it was better then Anthony's last one. XP
Plus, yours is for C#.

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 10:50 pm
by Prey
Minus, so was his.. + VB

Re: Halo 2 Tutorial

Posted: Tue Feb 26, 2008 10:56 pm
by Aumaan Anubis
Prey wrote:Minus, so was his.. + VB
oh, right right right.
He just didn't make a document explaining what to do to make your own.

Re: Halo 2 Tutorial

Posted: Wed Feb 27, 2008 12:26 am
by Supermodder911
I'm talking about how it's coded.

Re: Halo 2 Tutorial

Posted: Wed Feb 27, 2008 12:30 am
by Aumaan Anubis
I know.

Re: Halo 2 Tutorial

Posted: Mon Mar 03, 2008 7:34 am
by JK-47
Cool, I'll have to look into this when I get the chance.