Go Back   Steam Users' Forums > Steam Tool Discussions > Source Coding

Reply
 
Thread Tools Display Modes
Old 07-30-2011, 07:00 AM   #1
Rekire
 
Join Date: Oct 2009
Reputation: 0
Posts: 13
How can I mod the game?

Hallo,

I'm new with the Source SDK. I've got about 8 years experience with programming. I want to play with the source engine to build a game.

I would like to know how I can manipulate the game in this way I like to. For the moment I want to build a "waepon" which manipulates the 3D models. For beginning I want to deform for example a wall.

What is the best way to beginn? The wiki of the Developer Community don't help me very much. Because I don't know where to start.

The 3D moddeling, texturing and math should be no big problem for me. That means I hope so
Rekire is offline  
Reply With Quote
Old 07-30-2011, 08:37 AM   #2
Varsity
 
Join Date: Jun 2004
Reputation: 489
Posts: 17,360
That kind of thing tends to be an engine feature rather than something implemented entirely in game logic. I'm confident it will be prove possible, but you might want to start off with a more modest goal.
Varsity is offline   Reply With Quote
Old 07-30-2011, 10:13 AM   #3
Rekire
 
Join Date: Oct 2009
Reputation: 0
Posts: 13
My goal is much bigger than that what I was talking about. That manpulating stuff is just my first milestone.

Basically I want to create a whole new game with has no connections to any valve games. For the beginning I belive modding a game is a good way to start.

I found informations how to build a weapon basically here. Now I want to manipulate the modle of that thing the bullet hit. The default way is IMHO that a overlay is painted on the reached model. Or does that the engine automatically?

How can I get informations about that object which was hit and also can I manipulate the 3d model at runtime?

I've got now absolut no idea where I could start...
Rekire is offline   Reply With Quote
Old 07-30-2011, 11:38 AM   #4
Varsity
 
Join Date: Jun 2004
Reputation: 489
Posts: 17,360
That's just where someone dumped a load of source code (which I've just moved here). This is the actual page about adding weapons.

Source doesn't have support 3D for overlays. You will have to modify the actual verts, but AFAIK it's not straightforward to get low-level access to them. CMeshBuilder is probably a good place to start however.

By the sound of it, your life will be much easier if you work with an open source engine...
Varsity is offline   Reply With Quote
Reply

Go Back   Steam Users' Forums > Steam Tool Discussions > Source Coding


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -7. The time now is 06:40 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site Content Copyright Valve Corporation 1998-2012, All Rights Reserved.