Pages: [1]
|
 |
|
Author
|
Topic: Using command line parameters (Read 2238 times)
|
|
hiTrec
|
I want to ask how does command line work! I write path to my hl.exe like c:\games\hl\hl.exe -console -game cstrike (for cs1.5) I write path to my hl.exe like c:\games\hl\hl.exe -game cstrike (for cs1.6)
what the finite string of line when i push start button? Is it so?: c:\games\hl\hl.exe - console -game cstrike +connet ip?
|
|
|
|
« Last Edit: February 24, 2004, 08:52:21 PM by piramida »
|
Logged
|
|
|
|
|
piramida
|
Not quite - path to hl.exe should be c:\games\hl\hl.exe, since that's what is being launched, then you would have two command-line configs - CS 1.5 and CS 1.6, which would have -game cstrike and other params you want.
Then the final string would be <game exe path> + <command line params config you selected (or default)> + <connect string for that gametype>.
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
|