Vehicles (programming): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (typo & minor tidy) |
||
Line 1: | Line 1: | ||
{{abstract coding}} | {{abstract coding}} | ||
This article is meant to give an | This article is meant to give an in-depth analysis of the programming needed to create a vehicle in Source. | ||
==Interfaces== | |||
== Interfaces == | |||
* [[IVehicle]] - Vehicle Generalizations | * [[IVehicle]] - Vehicle Generalizations | ||
==Multi | == Multi-passenger code == | ||
[[Jurassic Rage]] coding team has released multipassenger vehicle code [http://www.chatbear.com/board.plm?a=viewthread&t=573,1125931904,10177&id=901881&b=4991&v=flatold here]. | * [[Jurassic Rage]] coding team has released multipassenger vehicle code [http://www.chatbear.com/board.plm?a=viewthread&t=573,1125931904,10177&id=901881&b=4991&v=flatold here]. | ||
== | == Pilotable code == | ||
* [[User:TheQuartz|TheQuartz]] has released the Strider, Helicopter, and APC Source Code on his [http://www.joluis.com/archives/2005/08/strider_mod.html blog] or in [http://translate.google.com/translate?u=http%3A%2F%2Fwww.joluis.com%2Farchives%2F2005%2F08%2Fstrider_mod.html&langpair=es%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools english] | |||
Some information on fixing source vehicle code for use in Multiplayer can be found | == Half-Life 2 SDK vehicles == | ||
[[Multiplayer Vehicle Fixes]] | * Some information on fixing source vehicle code for use in Multiplayer can be found [[Multiplayer Vehicle Fixes|here]]. | ||
==HL2DM Vehicle | == HL2DM Vehicle fix == | ||
A partial fix to make vehicles predicted and work in HL2DM | * A partial fix to make vehicles predicted and work in HL2DM can be found [[HL2DM Vehicle Fix|here]]. |
Revision as of 18:03, 23 February 2008
Template:Abstract coding This article is meant to give an in-depth analysis of the programming needed to create a vehicle in Source.
Interfaces
- IVehicle - Vehicle Generalizations
Multi-passenger code
- Jurassic Rage coding team has released multipassenger vehicle code here.
Pilotable code
Half-Life 2 SDK vehicles
- Some information on fixing source vehicle code for use in Multiplayer can be found here.
HL2DM Vehicle fix
- A partial fix to make vehicles predicted and work in HL2DM can be found here.