utility

  1. F

    Weapon ID enum and helper functions v1

    Some game events, such as player_hurt, have a parameter for "weaponid" but there's no enumerator in the game that tells you what weapon is what. This file adds the enumerator eWeaponId, which contains the internal weapon IDs that the game uses, ripped straight from the game. By default, the...
  2. F

    LightmapUtil v6

    A simple command line utility to tell you if your lightmaps are too high resolution (and maybe more soon?) Usage The program can be run with LightmapUtil.exe filename.bsp. This generates a filename-LightmapUtilLog.txt that provides you with details about lightmapping on that map file. If you...