Slashdot Mirror


Half- Life 2 Stutter Solved

As a followup to the story on Saturday about the HL2 stutter bug, Voodoo Extreme has news that a patch is on the way, with an ETA of tomorrow. "A patch will be coming for this issue that will load all of the required textures into video memory on level load, rather than doing it during game play."

1 of 81 comments (clear)

  1. Re:Great (sarcasm) by cookd · · Score: 5, Informative

    Textures can be in one of 3 "places":
    1. In the HalfLife level files, compressed and raw.
    2. In system memory, properly formatted for direct transfer to the video card.
    3. In video card memory.

    Going from stage 1 to stage 2 takes some CPU power as well as disk access. Going from 2 to 3 is probably a lot easier on the system, even if the system memory has been paged out (just page back in, no significant CPU cycles used, just a bit of latency).

    If properly done, you can do some of the stage-1 to stage-2 work while the game is playing, but it is a real balancing act between keeping frame rates up during play and keeping load times down between levels. If the balance is off just a bit, the work isn't done by the time the texture is needed, and the game stuttttters.

    --
    Time flies like an arrow. Fruit flies like a banana.