Source

From Valve Developer Community
Revision as of 16:38, 11 December 2007 by NoletOliva (talk | contribs)
Jump to navigation Jump to search

lesson planner employee review forms si kids credit cards gas powered hedge trimmers alesse work from home opportunity judy star pocket bikes clit vibrator xxl sexy actos side effects increase ejaculation stress wedding favor truck toppers sprint ringtone cheap airline ticket europe www lankasri malaysian airline cartoon xxx naughtygirls flexible bathroom bowl sink barcelona cheap hotel cogentin naked old men buy bontril az state of--dmv traffic tickets hot amateur silly monkeys football disney world vacations powerstroke unusual baby names chevy chase bank maryland small penis pictures portable computers buy used car motorola q ringtones purchase a computer orbitz potato guns certified nursing assistant program cellular lg phone hindi ringtone drivers license housewives arizona newspapers verizon cable television treehouse tv sexy boot paris hilton sex tape download capoiera free magazines scarlett johansson philadelphia university toyota usa notebook cases motel accommodation melbourne papa johns zyrtec d halloween costume idea randy orton tattoo used salon equipment amateur xxx lexus parts high grade fragrance oils men swingers dvd rubbermaid shelving pet gates crossdressing gaymen itrip lcd review free dating services secret friends ferrari f1 team hyundai atos jennifer lopez pic harbor freight tools wireless baby video monitor cartia symantec gay fuck bounce house american west airline cheap flight to america sell car houston plastic surgeon top window blinds silvia saint used mud tires for sale free sprint pcs ringtones car loans boot camp for troubled teen verizon wireless ring tones toyota yaris haifa wehbe female orgasms park home insurance depression symptoms lucky brand handbags hair removal billiard gregory isaacs word games tanning booth govt jobs car stereo suzuki swifts free adult porn game free reverse phone directory penthouse pet galleries used motor home karaoke downloads mp3 blue book value zyvox adult friendfinder lipitor hot brazilian girls purses wholesale mexicana girl pic soft porn free pc download games liquidation overstocks free sex chat nordstrom promo code sex offender search gay sex teen honda atv six flags discount designer wallets cotizacion dolar dewalt due date predictor home porn lesbian porn video angelina joline mature moms side effects of ephedrine homes for sale in toms river new jersey bad credit loan wwe music camera glasses caravan parks mustang gt magnetic bracelets

id Tech 2 id Tech 2GoldSrc GoldSrcSource SourceSource 2 Source 2

Half-Life 2's Source is a transformation of Half-Life's Goldsource.

Renderer

  • Version 2.0 (and below) shaders, bump mapping, LOD on models and world
  • Author shaders with HLSL
  • Cube and environment mapping
  • Dynamic lights, vertex lighting and light maps, many light types including flickering, pulsing etc.
  • HDR lighting
  • Water with refraction and fresnel effects
  • Advanced particle system that can emit sprites or models
  • Projected shadows allow for a large number of characters per scene
  • Occluder entities for visibility blocking
  • Indoor/Outdoor environments
    • Deformable terrain
    • 3D skyboxes extend the horizon and add parallax on distant objects
    • Dynamically rendered organics (grass, trees etc)
  • Subdivision surfaces, diffuse & specular bump maps
  • Real-time radiosity lighting
  • Effects include but are not limited to: particles, beams, volumetric smoke, sparks, blood, environmental effects like fog and rain
  • Scalability

Materials System

  • Instead of traditional textures, Source defines sets of materials that specify what the object is made from and the texture used for that object. A material specifies how an object will fracture when broken, what it will sound like when broken or dragged across another surface, and what that object's mass and buoyancy are. This system is much more flexible than other texture only based systems.
  • Materials can interact with objects or NPCs such as mud or ice for vehicles to slide/lose traction on.

Multiplayer Network Code

  • Time and gamer tested by millions of gamers around the world
  • Support for both LAN based multiplayer and Internet based multiplayer games
  • Prediction analysis for interpolating collision/hit detection
  • Optimizations for high-latency, high-packet loss 56k connections

Advanced Characters

  • Detailed and believable characters
  • Realistic eyes
    • Focus on player/object, not simply parallel views
    • Proper eye bulge for realistic eye reflections
  • Simulated musculature provides outstanding emotions, speech and body language
  • Language independent speech, characters can naturally speak in many languages
  • Skeletal/bone system for animation
  • Layered animation system can synthesize complex animations out of several pieces

Physics

  • More responsive world with realistic interactions
  • Sounds & graphics follow from physics
  • AI characters can interact with physically simulated objects
  • Ropes/cables, machines, constraint systems, ragdoll physics
  • Can be controlled by level design
  • Kinematic animated bone followers
  • Custom procedural physics controllers
  • Vehicles
    • Wheels slip and skid
    • Realistic suspensions with springs on each wheel
    • Realistic leaning during acceleration/deceleration and turning
    • Individually tunable parameters such as horsepower, gearing, max speed, shift speed, tire material, tire friction, spring tension/dampening etc.
    • Multiple players in a vehicle in multiplayer
    • Hovercraft support for cheaper simulation

Advanced AI

  • I/O system allowing level designers to control AI
  • Sophisticated navigation: characters that run, fly, jump, crouch, climb stairs and ladders, and burrow underground
  • AI senses things using sight, sound, smell
  • AI relationships determine friend/foe status of other entities
  • Battle AI allows squads of AI characters to operate together, know when to advance, retreat, lay cover fire, etc.

Sound System

  • 7.1, 5.1 surround sound, 4 speaker surround
  • High-quality 3D spatialization
  • Custom software DSP
  • Automatic DSP based on environmental geometry
  • ADPCM decompression
  • 16-bit 44KHz, stereo wave data with all features
  • MP3 decompression (requires Miles license)
  • Support for audio streaming on any wave
  • Real-time wave file stitching
  • Pre-authored Doppler effect encoded waves
  • Pre-authored distance variant encoded waves
  • Commentary system

UI

  • Server browser - Displays all active game servers and allows a player to choose which one to participate on. Players can filter and sort server lists in order to speed up the display and selection of a server.
  • Friends instant messenger - (Undergoing Maintenance) Allows players to message each other both in and out of the game as well as join friends in existing games. No more confusion about what server your friends are on, you can easily join with this feature.
  • VGUI - Valve's custom GUI interface mimics most of the Windows controls but is rendered using the Source engine for both in game and out of game uniform UI display. Some features:
    • Dynamic in-game HUD display
    • Many widgets/controls (i.e. buttons, treeview, html control, ...)
    • Themes/custom visualization allowed
    • Platform independent
    • Localized texts (Unicode compliant)

Programming

  • All code written in C/C++ using Visual Studio .NET 2003. Easily and quickly derive new entities from existing base classes.
  • Internal context sensitive performance monitoring system.
  • Graphics performance measurement tools built into the engine.
  • Modular code design (via DLLs) allows swapping out of core components for easy upgrading or code replacement.
  • DX9 shaders all written in HLSL.

Tools

  • Face Poser
    • Facial expression tool used to craft speech and emotions
  • Valve Hammer Editor
    • WYSIWYG World editor
    • Create world brushes
    • Terrain editor
    • Place detailed world models and AI NPCs
    • Set navigation points/paths for NPCs
    • Place triggers, clip brushes, logic etc.
    • Allows level designer to hook up I/O between entities to control AI within the game
  • Half-Life Model Viewer
    • Full model previewer
    • Rotate models in any direction
    • Setup hit boxes
    • View physics hull
    • View normals
    • Wireframe, shaded or textured view modes
  • Studiomdl
    • Model compiler
  • Vbsp, Vrad, Vvis, Vmpi
    • Map compilation tools (bsp, lighting and visibility)
    • VMPI - distributed compilation tool allowing level compiles to be spread across many PCs greatly reducing compile times
  • Exporters
    • XSI, Max and Maya .smd exporters for exporting 3D models

See also

Template:Otherlang:en Template:Otherlang:en:pl