# 启动参数

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