Create a Goldsrc-Mod: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
(merge Create a Goldsrc-Mod and Create a Mod (GoldSrc))
Tag: New redirect
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
#Redirect [[Create_a_Mod_(GoldSrc)]]
 
=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 [[Liblist.gam|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).
 
[[File:GoldSrc Mod Folder Example.png|thumb|right|The mod folder "tutorial" is besides the game content folders such as "valve".]]

Latest revision as of 17:59, 8 June 2025