![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Member
Hostage
Join Date: Aug 2007
Posts: 4
|
Hi everyone!
Just to make things clear so you don't think that I am a 14 year old boy wanting to make a mmorpg out of Counter Strike Source. Im currently employed as a game programmer so I know my way around code and I'm looking for some information on howto create a minor mod for counter strike source. I've been looking/googling for at least 1 hour and then I end up here thinking that I would find something in the mods.counter-strike.com/ section. But I must be blind. Perhaps I posted in the wrong place but I have to start somewhere. I will be greatful for any information/links, thanks in advance! |
|
|
|
|
|
#2 (permalink) |
|
Moderator
Da Bomb
Join Date: Nov 2006
Location: Ohio, USA
Posts: 818
|
You can download the Source Development Kit through steam in the utilities tab. That will give you lots and lots of the C++ source code for the game. You can't get the full source, theres only 1 mod team I even know of that was given the full source and that was Garry's Mod.
|
|
|
|
|
|
#3 (permalink) |
|
Member
Hostage
Join Date: Aug 2007
Posts: 4
|
Yeah, i downloaded it earlier today. The source SDK and Source Base. I just look over it quickly since Im currently working, noticed that you could pick current game, eg. HL2, CS:S. But then when you clicked "Create mod" the following options still was "Modify Half-Life 2 Single Player" etc
Perhaps I did go far enough, was expecting "Modify Counter Strike Source". I'll check it out more tonight. Im planning to do a strategy application. The once I found on wasn't good enough, I thought. Thats the advantage of being a programmer, you can always fix your own apps If it isn't possible to do it ingame I'll just make an editor. |
|
|
|
|
|
#4 (permalink) |
|
Moderator
Da Bomb
Join Date: Nov 2006
Location: Ohio, USA
Posts: 818
|
There should be other options, at the very least an option for HL2 Multiplayer. Its been about a year since I even looked into that, at the time I figured I would try to edit it, but upon looking at the code learning all the classes and functions they use would have been too much of a pain. Not to mention from the files I looked at theres virtually no comments in the coding. So I decided to stick with web programming.
|
|
|
|
|
|
#5 (permalink) |
|
Member
Hostage
Join Date: Aug 2007
Posts: 4
|
Yeah there is a HL2 Multiplayer option. Im not sure if that will enable me to create a mod for CS:S. I haven't had the time to look into everything but for example the Death Match mod, has some new UI, altered the way the game works (no more waiting between deaths) but perhaps all that is made from scripts.
I just want to be able to draw lines, like in some of the mods out there where a line is drawn when you are killed. Add some HUD features, set out 3D objects. But perhaps it is easier to to just make a 2D editor where you edit a top view of the map. Didn't had the time to look into it yeasterday, worked for 13h. But perhaps today ![]() |
|
|
|
|
|
#6 (permalink) |
|
Moderator
Da Bomb
Join Date: Nov 2006
Location: Ohio, USA
Posts: 818
|
Well things like making lines when people die, and some types of HUD menus, as well as placing objects in the map can be done with eventscripting. You just have to install it on the server and create the scripts that it uses. But if you are wanting to heavily modify the HUD then you will probably have to mess with the source.
Heres some links I had bookmarked about scripting. Old EventScripts Plugin Documentation and News - Mattie.Info Source Forums Script Authoring - EventScripts |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help on creating a warcraft mod server. | firekirby60 | Warcraft III Mod | 2 | 07-10-2007 05:12 PM |
| Help on creating a warcraft mod server. | firekirby60 | Warcraft III Mod | 0 | 05-30-2007 12:29 PM |
| Creating New Game Problem | Rure | Counter Strike 1.6 | 2 | 05-20-2007 01:31 AM |
| Revolt:The Decimation (HalfLife 2 Modification) | PrOgGiE | Leagues | 3 | 04-02-2007 12:46 PM |
| server.cfg not creating starting settings | mech | Installation & Tweaking | 1 | 03-07-2007 10:46 AM |