Command Line Options: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
m (Window, not Windows.)
(Restored)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:SteamCommandLine.png|thumb|400px|right|Adding the -notranslate argument to the game using Steam's UI]]
Steam provides an easy way to provide command line options to games.
Simply right click the game in your library, select "Properties", and use the "Launch Options" box.
[[Hazeron Starship]] currently supports two options:
{| class="wikitable"
{| class="wikitable"
! Command
! Argument
! Application
! Description
! Description
|-
|-
| <code>-nostyle</code>
||
| Hazeron client
-nostyle
| Disables the override of the system's window styles. This makes the client use default window style, which is rather ugly to look at.
| Disables the override of the system's window styles. This makes the client use default window style, which is rather ugly to look at.
|-
|-
| <code>-spacecraft</code>
||
| Hazeron client
-notranslate
| Starts the offline spacecraft designer.
| Forces the UI to be in English, regardless of the selected language option.
|-
| <code>-building</code>
| Hazeron client
| Starts the offline building designer.
|-
| <code>-primeval</code>
| Hazeron client
| Starts the offline primeval world.
|-
| <code>-log</code>
| Hazeron client
| Enables the debug logging early in the startup process. It can be enabled on the ''Settings -> Program'' page after startup as well.
|}
|}


[[Category:Computer_Settings_and_Technical_Information]]
[[Category:User_Interfaces]]
[[Category:Technical_Support]]

Latest revision as of 13:56, 12 March 2024

Adding the -notranslate argument to the game using Steam's UI

Steam provides an easy way to provide command line options to games.

Simply right click the game in your library, select "Properties", and use the "Launch Options" box.

Hazeron Starship currently supports two options:

Argument Description
-nostyle
Disables the override of the system's window styles. This makes the client use default window style, which is rather ugly to look at.
-notranslate
Forces the UI to be in English, regardless of the selected language option.