Search results

  1. B

    Infestion (True FPS)

    If anyone is interested in seeing an updated version, with some of the mentioned issues fixed: http://www.youtube.com/watch?v=CLRBqNpVPh0 I'm honestly not sure how to do a skybox, I've tried a couple of things, but I think they are disabled right now (or missing textures). As for the...
  2. B

    Optimizing Trackables

    I know about the 0.27 wait thing. I use local timers for when I need it lower. udg_hit and udg_track are triggers (saved to those values) that I use to catch the mouseover/mousetrack events for the trackable so I can do something with them. Obviously this lags a bit on startup (creating 1000+...
  3. B

    Optimizing Trackables

    Hello, I'm looking for some help with trackables. I have them working in a map but the problem is I get some lag issues if I create a whole bunch of them. I have already tried to take steps to optimize my trackables (cut out Z height and facing and other stuff I don't need) but I was...
Top