PDA

View Full Version : Question about game coding


paulhedderson
03-17-2009, 01:30 PM
Hi guys,

I m searching foe a site which know the tutorial of, how to make a class based multiplayer mod for hl2?

Any idea?

Thanks

peoplessi
03-17-2009, 02:07 PM
http://developer.valvesoftware.com/wiki/Main_Page

I think you are aiming out of your league if you don't know how to find that information :) There is no real tutorials for making mods, you need experience.

TerminX
03-17-2009, 03:28 PM
Actually... there usually are tutorials for setting up a simple class-based framework in a mod. I've seen 'em for Quake, Q2, Q3, the first Half-Life, et cetera. They're usually a pretty good way to familiarize yourself with how the client and server communicate, how player properties are stored and propagated and so on.

peoplessi
03-17-2009, 04:20 PM
Please link some of them :) Since I haven't seen any, from start to finish - there simply isn't any real guide for doing a mod. You need to piece it together from multiple tutorials/sources and experience.

Anyways, the first post is too vague to give any guidance what specifically is needed.

TerminX
03-17-2009, 04:51 PM
I thought the first post was asking for tutorials on how to set up team based gameplay mechanics, nothing more, nothing less. Something along the lines of a simple way to set the team, control for friendly fire damage, et cetera.

peoplessi
03-17-2009, 04:55 PM
Might be, asker didn't really constrict his question. "how to make a class based multiplayer mod for hl2?"

I still have doubts of it being as easy as you say.