Create a Mod (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
XBLAH's Modding Tool - Creating a mod
m (XBLAH moved page Create a Mod/GoldSrc/en to Create a Mod (GoldSrc)/en) |
|||
Line 6: | Line 6: | ||
It's surprisingly simple: | It's surprisingly simple: | ||
# Create a folder under {{Path|steamapps\Half-Life\}} | # Create a folder under {{Path|steamapps\Half-Life\}}, example: {{Path|steamapps\Half-Life\your_mod_name}} | ||
# Create a [[liblist.gam]] in the folder. You now have a mod! | # Create a [[liblist.gam]] in the folder. You now have a mod! | ||
Revision as of 21:04, 15 December 2023
Creating a mod manually
It's surprisingly simple:
- Create a folder under
steamapps\Half-Life\
, example:steamapps\Half-Life\your_mod_name
- Create a liblist.gam in the folder. You now have a mod!
Utilities


XBLAH's Modding Tool
- Creating a bare-bones
GoldSrc mod usually requires more than just creating a liblist.gam. Mods based on
GoldSrc games can be created with the
XBLAH's Modding Tool using an intuitive interface, that creates all the required files and directories. See more.