Create a Goldsrc-Mod
Jump to navigation
Jump to search
While making mods for GoldSrc is arguably less-complicated as its successor,
Source, there are still a few things to learn when it comes to modding.
Creating a GoldSrc Mod
Creating the folder and the liblist.gam file
All GoldSrc mods begin with making the liblist.gam file, a mod that lays out certain information about the mod like the mod name and what map to load on New Game. For more information, see Layout of Liblist.gam. Although first, it needs a folder. In your Steam folder (ex. C:/Steam/steamapps/common/Half-Life), create a new folder and name it whatever you like. Make sure it is alongside the game's executable (ex. HL.exe) and its folders (ex. valve and valve_hd).