Pinsplash / halflife2chaos

Half-Life 2 Chaos is a chaos mod for Half-Life 2
Other
111 stars 11 forks source link

HL2 Chaos v0.2.11 won't appear in my Steam library (Windows) #77

Closed ConeBride closed 1 year ago

ConeBride commented 1 year ago

I followed the instructions but couldn't get to the point of it appearing in the library -_-

Not sure if it's relevant, but I had other mod pre-installed earlier "Raising the Bar" and it would work. I thought that it might interfere with Chaos mod so I deleted it along with SDK and then re-installed Source SDK Base 2013 just to be sure, which did not help.

Screenshot of Source SDK Base 2013 Singleplayer and Half-life 2 installed image

Screenshot of installed mod path image

acuifex commented 1 year ago

Have you restarted steam after installing?

ConeBride commented 1 year ago

Yeah, not only that but restarted PC several times as well.

acuifex commented 1 year ago

It's hard to say what's wrong. I think it's something with steam. Try playing with library filter options? Maybe it's hiding it for some reason

If you don't figure it out, you can try and adapt this linux script for windows:

#!/bin/bash

pushd "/home/acuifex/.local/share/Steam/steamapps/common/Source SDK Base 2013 Singleplayer/"
STEAMRUNTIME="$HOME/.local/share/Steam/ubuntu12_32/steam-runtime"
export LD_LIBRARY_PATH="/usr/lib:/usr/lib32:$STEAMRUNTIME/lib/i386-linux-gnu/:$STEAMRUNTIME/usr/lib/i386-linux-gnu/:$LD_LIBRARY_PATH"
export SteamEnv=1
./hl2.sh -game sourcetest -steam -game /home/acuifex/.local/share/Steam/steamapps/sourcemods/hl2chaos
popd
ConeBride commented 1 year ago

Thanks! It was indeed in hidden for some reason Owo

wasn't even aware that "hidden" option exists o((>ω< ))o

acuifex commented 1 year ago

Please close the issue if it's solved