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?