Launch options are command line arguments (parameters) for Client.exe that change the game. Most of these are not intended for use by players.
Access[]
To add these options follow one of these instuctions.
- For standalone client
- Create a shortcut for Client.exe
- Right click the shortcut
- Select Properties
- Navigate to Shortcut tab
- Add options to the Target: "...\Path of Exile\Client.exe", after the quotes
- For Steam version
- Open Steam
- Navigate to Library tab
- Right click Path of Exile
- Select Properties
- Navigate to General tab
- Click Set Launch Options...
Command lines[]
- Multiple command lines should be separated by a space.
- Some of the following options may not work for Steam version.
Command | Notes |
---|---|
--nologo
|
Disables the animated intro along with the sound. |
--nodx9ex
|
Disable Direct3D 9Ex mode. |
--waitforpreload
|
Wait for preloading to finish during startup. This causes the game to not finish the initial loading screen until it has fully loaded all of the stuff that would otherwise be background-loaded during the first moments of play. |
--noasync --nopreload
|
Do not preload art assets on startup and disable background loading threads. Completely disable the asynchronous loading changes introduced in version 2.3.0. |
--require-launch
|
Require that the user press the launch button in the launcher before entering game. |
--nopatch
|
Do not attempt to patch. |
--fail
|
Fail horribly. |
--garbage-generation <generations> -gc <generations>
|
The number of generations to keep around when running garbage collection. While this feature fixes out of memory (EOUTOFMEMORY or Unable to Map File) crashes it significantly increases loading time between zones. Valid values are 1 or 2.
|
--nosound -ns
|
Disables the creation of the audio device. Helps with sound related crashes. |
--softwareaudio -swa
|
Forces use of generic software audio device. Fixes a bug with Creative sound cards causing game crashes. |
--login-port <port number> -lp <port number>
|
The login server port.
|
--patching-server <server> -p <server>
|
The patching server that should be patched from.
|
--patching-auth -pa
|
Override basic auth used for patching content. |
--prev-proc-id <process id>
|
Before running wait for this process id to exit. |
--use-defaults -ud
|
Will always use default settings set in the settings.cpp |
--adapter:<adapter number>
|
Selects a video adapter. Do not use this command, but instead use your graphics driver menu, or set this by right-clicking on the Path of Exile shortcut and choosing to run the game with the dedicated graphics card.
|
--profiler
|
Enable GPU graph profiler.
|
--success-event
|
(internal, undocumented) The handle to an inherited event object that will be signaled when startup has successfully been completed.
|
--resourcelogcreate
|
Enable logging of any thread resource creation.
|
--resourcelogslowresolve
|
Enable logging of slow resource resolve.
|
--resourcelogmainresolve
|
Enable logging of main thread resource resolve.
|
--language -lang
|
Sets the language based on the given language name or language code.
|
--testing-master -tm
|
(internal, undocumented) The testing client that should be connected to send status messages.
|
--disable-client-switching -dcs
|
Disables the automatic client switching that occurs when the wrong client is started for the current user DirectX setting.
|
--crash-upload
|
Crashes the game executable before calling its main routine or communicating with the Steam API. Instead, the game will generate an error report and send it to GGG.
|
Version history[]
Version | Changes |
---|---|
3.0.0 |
|
2.4.2 |
|
2.4.0 |
|
2.3.3 |
|
2.3.0f |
|
2.3.0e |
|