Create a Goldsrc-Mod

From Valve Developer Community
Revision as of 13:40, 29 November 2024 by Journal (talk | contribs) (Created page with "While making mods for {{GoldSrc|2}} is arguably less-complicated as its successor, {{Source|2}}, 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

While making mods for GoldSrc GoldSrc is arguably less-complicated as its successor, Source 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).

The mod folder "tutorial" is besides the game content folders such as "valve".