123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- Batch
- {
- Name "Steam"
- Priority "1"
- Links "Steam,http://www.steampowered.com/|"_
- "Valve,http://www.valvesoftware.com/"
- Stages "Steam"
- Filter "BSP Files (*.bsp)|*.bsp"
- ShellExecute "True"
- Template "\"${StagePath=Steam}\" ${StageParam=Steam}"
- }
- Stage
- {
- Name "Steam"
- Title "Steam"
- Type "Program"
- Filter "Steam (steam.exe)|steam.exe"
- CheckBox
- {
- Name "Developer"
- Param "-dev"
- Hint "\tStart Steam in developer mode (cheats)."
- }
- CheckBox
- {
- Name "Run Map"
- Param "+map ${FileName}"
- Bold "True"
- Checked "True"
- Hint "\tStart Steam with the map you selected as the input file."
- }
- TextBox
- {
- Name "MOD"
- Param "-game"
- Bold "True"
- Type "String"
- Index "1"
- Hint "\tThe MOD to start Steam in.\n\n"_
- "\tTo launch a third party MOD you must first select Half-Life as you Game, next you must enter the name of the third party MOD you wish to launch here. For example the value \"ns\" would be for the third party MOD Natural Selection, \"ts\" would be for the third party MOD The Specialists."
- }
- TextBox
- {
- Name "Particles"
- Param "-particles"
- Type "Integer"
- Default "65536"
- Min "1"
- Hint "\tThe number of particles to search for leaks with."
- }
- ComboBox
- {
- Name "Game"
- Param "-applaunch"
- Bold "True"
- Checked "True"
- Index "0"
- Default "Half-Life"
- Options "Condition Zero,80|Condition Zero Deleted Scenes,100|Counter-Strike,10|Counter-Strike: Source,240|Day of Defeat,30|Deathmatch Classic,40|Dedicated Server,5|Half-Life,70|Half-Life 2,220|Half-Life 2 Deathmatch,320|Half-Life: Source,280|Opposing Force,50|Ricochet,60|Team Fortress Classic,20"
- Hint "\tStart Steam with the selected game.\n\n"_
- "\tTo launch an official game or MOD you would use this option."
- }
- ComboBox
- {
- Name "Render Mode"
- Default "Direct 3D"
- Options "Direct 3D,-d3d|Open GL,-gl|Software,-soft"
- Hint "\tStart Half-Life in the selected rendermode."
- }
- ComboBox
- {
- Name "Startup State"
- Default "Fullscreen"
- Options "Fullscreen,-full|Window,-window"
- Hint "\tStart Half-Life with the selected window state."
- }
- Space
- {
- Size "3"
- }
- TextBox
- {
- Name "Additional Parameters"
- Type "String"
- Size "3"
- Hint "\tAdd additional parameters here as you would a command line."
- }
- }
|