# Additional launch parameters for use from game launchers

## Summary

Created: Jan 19 2025 by [WSSDude](mailto:undefined)\
Last documented update: Jan 19 2025 by [WSSDude](mailto:undefined)

This page lists some known launch parameters use from game launchers like Steam, GOG and Epic, but may work for other launchers like Heroic.

### Wait, this is not what I want!

* If you are trying to get your modded Steam Deck to work, check [Modding on Linux](/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/modding-on-linux.md)

## Parameters

{% hint style="info" %}
You need to send the parameters in the form of\
`--parameter`

for example\
`--launcher-skip`
{% endhint %}

{% hint style="info" %}
You may also pass in any parameters found in [Launch parameters](/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory/launch-parameters.md), but beware of the different parameter formatting!\
Launcher parameters use double-dash while launch parameters use single-dash.
{% endhint %}

<table><thead><tr><th width="244">Parameter</th><th width="307">Argument (if given)</th><th>Explanation</th></tr></thead><tbody><tr><td>launcher-skip</td><td></td><td>Starts Cyberpunk 2077 right away, skipping REDLauncher</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory/additional-launch-parameters-for-use-from-game-launchers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
