nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.12k stars 173 forks source link

launcher improvements #353

Open maksw2 opened 1 month ago

maksw2 commented 1 month ago

in csgo and new tf2 instead if hl2.exe we have gamename.exe. these games didn't require the -game parameter to launch, so i'm asking is it possible to make double clicking hl2_launcher.exe directly launch the game (--build-games= would also change the launcher to default not to hl2 folder but to build game folder).

maksw2 commented 1 month ago

Screenshot_20240601_103620_GitHub.jpg

looks like i found the line.

DiegoArmando-27 commented 1 week ago

image DEFAULT_HL2_GAMEDIR is defined at line 94 if someone needs

maksw2 commented 6 days ago

can we derive this from --build-games ?