Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What do you need to build a Multiplayer (DeathMatch) MOD?

0
Posted

What do you need to build a Multiplayer (DeathMatch) MOD?

0

To build a multiplayer MOD you will only need the Standard SDK 2.0. The Standard SDK does NOT contain the monster/grunt/scientist AI code found in the Full SDK, so you will not be able to have monsters or grunts or scientists in your MOD unless you code the AI routines yourself. You can obtain the Standard SDK from Valve’s SDK web page… http://www.valvesoftware.com/hlsdk.htm You can also download the latest SDK from fileplanet… http://www.fileplanet.com/ (click on the Games: Action, then Half-Life and search for SDK) You will also need a C++ compiler that is capable of building DLL files that are compatible with Microsoft Visual C++. The SDK contains Microsoft Visual C++ Workspace files that can be used to build the DLL files, providing you have Microsoft Visual C++ version 5.0 or 6.0. When building the MP.DLL file using Microsoft Visual C++ version 5.0, you will need to download and install the Visual Studio 97 service pack 3. You must download the FULL Service Pack and install it

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123