Command Line Options: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
No edit summary
(Restored)
 
Line 1: Line 1:
{{Delete|Pretty sure these were removed for starship}}
[[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.


Easiest way to use the command line options is to create a shortcut to the executable file and add the argument to the shortcuts's destination path.
Simply right click the game in your library, select "Properties", and use the "Launch Options" box.


For example:
[[Hazeron Starship]] currently supports two options:
"C:\Users\<username>\Shores of Hazeron\Programs\Shores of Hazeron.exe" -primeval


{| class="wikitable"
{| class="wikitable"
| Argument
! Argument
| Executable
! Description
! Description
|-
|-
||
||
  -nostyle
  -nostyle
| Shores of Hazeron.exe
| 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.
|-
|-
||
||
  -log
  -notranslate
| Shores of Hazeron.exe
| Forces the UI to be in English, regardless of the selected language option.
| Enables the debug logging early in the startup process.
 
It can be enabled on the ''Settings -> Program'' page after startup as well.
|}
|}


[[Category:User_Interfaces]]
[[Category:Technical_Support]]
[[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.