This article's documentation is for the "GoldSrc" engine. Click here for more information.
This article's documentation is for anything that uses the Source engine. Click here for more information.

Create a Mod (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nesciuse moved page Create a Mod (GoldSrc)/en to Create a Mod (GoldSrc) without leaving a redirect: Move en subpage to basepage)
m (→‎Utilities: Updated software's image to match newer version.)
Line 14: Line 14:


== Utilities ==
== Utilities ==
[[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 v2.5.0.png.png|thumb|392px|{{xblahmt|4}} - Creating a mod]]
;{{Xblahmt|4}}
;{{Xblahmt|4}}
: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]].
: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]].

Revision as of 21:11, 20 July 2024

English (en)Português do Brasil (pt-br)Translate (Translate)


Creating a mod manually

It's surprisingly simple:

  1. Create a folder under 🖿...\steamapps\common\Half-Life\, example: 🖿...\steamapps\common\Half-Life\your_mod_name
  2. Create a liblist.gam in the folder. You now have a mod!

Utilities

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