Vehicles (programming): Difference between revisions
Jump to navigation
Jump to search
m (typo & minor tidy) |
m (Robot: fixing template case.) |
||
Line 1: | Line 1: | ||
{{ | {{Abstract Coding}} | ||
This article is meant to give an in-depth analysis of the programming needed to create a vehicle in Source. | This article is meant to give an in-depth analysis of the programming needed to create a vehicle in Source. | ||
Revision as of 19:01, 19 January 2009
Abstract Coding series Discuss your thoughts - Help us develop the articles or ideas you want |
---|
Levels & XP | Optimization | Procedural Textures | Sights & Sniperrifles | Special effects | Vehicles | Threads | Save Game Files | Night Vision | Non-offensive Weapons | Dynamic Weapon Spawns | Dynamic Weapon Spawns (Advanced) |
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.