> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyberpunk-2077-modding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
