Halo 2 Tutorial

Post Reply
Supermodder911
Posts: 409
Joined: Sat Jan 12, 2008 11:42 pm
Location: Michigan
Contact:

Halo 2 Tutorial

Post 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
Attachments
Tutorial.rar
Created in Visual C# 2008 Express edition
(16.19 KiB) Downloaded 569 times
Image
Chad Warden is Ballin'. No jk.
GoldBl4d3
Posts: 18
Joined: Fri Feb 22, 2008 4:20 am

Re: Halo 2 Tutorial

Post 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. :)
Supermodder911
Posts: 409
Joined: Sat Jan 12, 2008 11:42 pm
Location: Michigan
Contact:

Re: Halo 2 Tutorial

Post 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.
Image
Chad Warden is Ballin'. No jk.
User avatar
JacksonCougar
Huurcat
Posts: 2460
Joined: Thu Dec 06, 2007 11:30 pm
Location: Somewhere in Canada

Re: Halo 2 Tutorial

Post 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:
Supermodder911
Posts: 409
Joined: Sat Jan 12, 2008 11:42 pm
Location: Michigan
Contact:

Re: Halo 2 Tutorial

Post 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.
Image
Chad Warden is Ballin'. No jk.
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: Halo 2 Tutorial

Post 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.
User avatar
Prey
Posts: 129
Joined: Sat Dec 29, 2007 5:06 pm
Location: UK

Re: Halo 2 Tutorial

Post 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
Supermodder911
Posts: 409
Joined: Sat Jan 12, 2008 11:42 pm
Location: Michigan
Contact:

Re: Halo 2 Tutorial

Post by Supermodder911 »

I'm just happy it was better then Anthony's last one. XP
Image
Chad Warden is Ballin'. No jk.
User avatar
Aumaan Anubis
Staff
Posts: 1812
Joined: Thu Dec 13, 2007 12:18 am
Contact:

Re: Halo 2 Tutorial

Post by Aumaan Anubis »

Supermodder911 wrote:I'm just happy it was better then Anthony's last one. XP
Plus, yours is for C#.
User avatar
Prey
Posts: 129
Joined: Sat Dec 29, 2007 5:06 pm
Location: UK

Re: Halo 2 Tutorial

Post by Prey »

Minus, so was his.. + VB
User avatar
Aumaan Anubis
Staff
Posts: 1812
Joined: Thu Dec 13, 2007 12:18 am
Contact:

Re: Halo 2 Tutorial

Post 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.
Supermodder911
Posts: 409
Joined: Sat Jan 12, 2008 11:42 pm
Location: Michigan
Contact:

Re: Halo 2 Tutorial

Post by Supermodder911 »

I'm talking about how it's coded.
Image
Chad Warden is Ballin'. No jk.
User avatar
Aumaan Anubis
Staff
Posts: 1812
Joined: Thu Dec 13, 2007 12:18 am
Contact:

Re: Halo 2 Tutorial

Post by Aumaan Anubis »

I know.
User avatar
JK-47
Posts: 153
Joined: Wed Jan 16, 2008 5:43 am
Location: Washington

Re: Halo 2 Tutorial

Post by JK-47 »

Cool, I'll have to look into this when I get the chance.
Post Reply