Create a Mod (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Removed redundant text.)
Line 9: Line 9:
# Create a [[liblist.gam]] in the folder. You now have a mod!
# Create a [[liblist.gam]] in the folder. You now have a mod!


== Creating a mod with XBLAH's Modding Tool ==
== Utilities ==
Creating a barebones {{gldsrc|3}} mod usually requires more than just creating a [[liblist.gam]]. Mods based on {{hl|3.1}} and {{hl2|3.1}} games can be created with the {{Xblahmt|4}} using an intuitive interface, that creates all the required files and directories.
[[File:XBLAH's Modding Tool - Create a mod v1.17.0.png|thumb|392px|XBLAH's Modding Tool - Create a mod.]]
;{{Xblahmt|4}}
:Creating a bare-bones {{goldsrc|4}} mod usually requires more than just creating a [[gameinfo.txt]]. Mods based on {{goldsrc|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]].


<br/><span style="color:#FFFFFF; font-weight:bold"> Where to find it </span><br/>
This can be accessed within the tool through '''Game > New Mod'''.
<br/><span style="color:#FFFFFF; font-weight:bold"> How to use it </span><br/>
To create a new mod, select a Base game. Then, select a Mod Template (if you are unsure which to use, choose the default one). Choose a title for the mod. At last, insert the mod folder name. Keep in mind this is not the mod name or title, but rather an unique folder name, with lowercase letters and hyphens. Once everything is set up, click Create and you will have a fully working mod, ready to be expanded.
[[File:XBLAH's Modding Tool - Create a mod (GoldSrc) v1.16.2.png|800px|Create a mod]]


[[Category:Modding]]
[[Category:Modding]]

Revision as of 08:40, 6 August 2023

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

Creating a mod manually

It's surprisingly simple:

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

Utilities

XBLAH's Modding Tool - Create a mod.
XBLAH's Modding Tool XBLAH's Modding Tool
Creating a bare-bones GoldSrc GoldSrc mod usually requires more than just creating a gameinfo.txt. 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.