View previous topic :: View next topic |
Author |
Message |
mole Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Nov 2009 Posts: 84
|
Posted: Sun Jun 30, 2013 3:27 pm Post subject: Counter Strike link to executable - for Desurium |
|
|
Hi,
We're running Team Fortress 2 and Counter Strike Source on Steam (from the overlay).
I've just installed Desurium (from the hasufell overlay) - which should be able to launch and apply mods to Counter Strike - but can't find the correct link for the Desurium launcher.
The game runs from the command line with (something like) "steam steam://rungame:id=440" which is not accepted as the link.
There's no obvious binary in ~/.local/share/Steam/SteamApps/common/Counter Strike, which seems to contain library and config files.
Anyone already doing this? Or any ideas which file is the one Desurium needs to link to?
Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
spacelike n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/2881545815099fb43a3fb6.jpg)
Joined: 15 Sep 2011 Posts: 61
|
Posted: Wed Jul 03, 2013 4:46 pm Post subject: |
|
|
I think the file that steam runs when you launch counter-strike is:
~/.local/share/Steam/SteamApps/common/Half-Life/hl.sh
which is a script that then launches the binary.
The actual binary is in the same directory as that script and called "hl_linux"
All of the old HL games and mods always ran the hl executable. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Naib Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/10548223558c42f2887453.jpg)
Joined: 21 May 2004 Posts: 6070 Location: Removed by Neddy
|
Posted: Sat Jul 06, 2013 3:02 pm Post subject: |
|
|
well counterstrike is just a mod to HL so it would be launched via hl with some mod commandline arguement
/home/naib/.local/share/Steam/SteamApps/common/Counter-Strike Source/hl2_linux -game cstrike -steam
This is how css gets launched so to launch cs via HL1 shouldn't be too much different _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|