Liblist.gam/ custom game problems Created 2 years ago2021-07-06 20:41:58 UTC by HelloGordon HelloGordon

Created 2 years ago2021-07-06 20:41:58 UTC by HelloGordon HelloGordon

Posted 2 years ago2021-07-06 20:41:58 UTC Post #345738
I'm making a mod and i got a folder with my stuff which looks like this

clusterfacklife:
maps/shiet.bsp,shiet2.bsp
dlls/hl.dll
cl_dlls/client.dll
liblist.gam

i also use a custom .wad and i just put it in the Half-Life/valve because i have no idea where to put it in my mod folder so that it works (i suspect that this is where my problem lies)

this is how my liblist.gam looks:
// Valve Game Info file
// These are key/value pairs. Certain mods will use different settings.
//
game "Clusterfack-Life"
startmap "shiet"
trainmap "t0a0"
mpentity "info_player_deathmatch"
gamedll "dlls\hl.dll"
gamedll_linux "dlls/hl_i386.so"
gamedir "clusterfucklife"
secure "1"
type "singleplayer_only"

when i launch my mod by going to custom game and i choose new game the game just closes itself

how do i make it work+put my .wad in my folder, so that it works?
Posted 2 years ago2021-07-06 21:42:59 UTC Post #345739
Restart Steam and your mod should appear in the library.
Your .wad folder must go into your mod folder, i.e. next to liblist.gam.
Admer456 Admer456If it ain't broken, don't fox it!
Posted 2 years ago2021-07-06 21:55:59 UTC Post #345740
i made a 'wads' folder and put my .wad there. im running a non steam version, the game appears in the library, but when im on the select difficulty screen it crashes
Posted 2 years ago2021-07-06 21:57:33 UTC Post #345741
by library you mean the ''change game" menu, right?
Posted 2 years ago2021-07-06 23:59:07 UTC Post #345742
nvm i got it working by putting the wad in the mod folder, with no subdirectory. thanks for your response though, Admer
Posted 2 years ago2021-07-07 11:36:33 UTC Post #345743
If you wanna launch your mod directly, by the way, create a shortcut to hl.exe and edit its parameters to include -game mymodfolder, where mymodfolder is, in fact, your mod folder as it appears in the Half-Life folder.
Admer456 Admer456If it ain't broken, don't fox it!
You must be logged in to post a response.