Create a Mod (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
XBLAH's Modding Tool - Creating a mod
Thunder4ik (talk | contribs) m (→top: clean up, replaced: {{Language subpage → {{langsp) |
Thunder4ik (talk | contribs) m (→Utilities: clean up, replaced: {{goldsrc → {{gldsrc (2)) |
||
Line 12: | Line 12: | ||
[[File:XBLAH's Modding Tool - Create a mod v1.17.0.png|thumb|392px|{{xblahmt|4}} - Creating a mod]] | [[File:XBLAH's Modding Tool - Create a mod v1.17.0.png|thumb|392px|{{xblahmt|4}} - Creating a mod]] | ||
;{{Xblahmt|4}} | ;{{Xblahmt|4}} | ||
:Creating a bare-bones {{ | :Creating a bare-bones {{gldsrc|4}} mod usually requires more than just creating a [[liblist.gam]]. Mods based on {{gldsrc|4}} games can be created with the {{Xblahmt|4}} using an intuitive interface, that creates all the required files and directories. [[XBLAH's_Modding_Tool/Docs/Game/New_Mod|See more]]. | ||
[[Category:Modding]] | [[Category:Modding]] |
Revision as of 12:58, 4 January 2024
Creating a mod manually
It's surprisingly simple:
- Create a folder under
...\steamapps\common\Half-Life\
, example:...\steamapps\common\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.