> For the complete documentation index, see [llms.txt](https://r2northstar.gitbook.io/r2northstar-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/using-northstar/launch-arguments.md).

# 启动参数

下面是Northstar引入的新命令行参数列表，它们应该卸载在in `ns_startup_args.txt` 或 `ns_startup_args_dedi.txt` 之中。

| 参数                 | 说明                                                                                                                                               | 数值                                                                   |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------- |
| `-disablelogs`     | 关闭日志记录和日志文件的创建                                                                                                                                   |                                                                      |
| `-vanilla`         | 启动原版游戏，不加载Northstar                                                                                                                              |                                                                      |
| `-northstar`       | 不启动原版游戏，加载Northstar                                                                                                                              |                                                                      |
| `-dedicated`       | 启动没有图像显示的服务器端                                                                                                                                    |                                                                      |
| `-waitfordebugger` | 在启动游戏之前等待开发模式加载                                                                                                                                  |                                                                      |
| `-language`        | 强制使用的客户端语言                                                                                                                                       | <p>语言设置举例：(tchinese)<br>完整参数:<br><code>-language tchinese</code></p> |
| \`LFX              | 支持使用 [LatencyFleX](https://github.com/R2Northstar/NorthstarWiki/blob/main/docs/using-northstar/playing-on-linux/README.md#latencyflex) (Linux系统) | `0` 或 `1`                                                            |


---

# 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://r2northstar.gitbook.io/r2northstar-wiki/chinese/using-northstar/launch-arguments.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.
