# 常见问题解答

### 问: 我的等级和配装保存在哪里?

答: Northstar服务器与官方服务器没有任何交集，您的任何进度都没有继承。

但是，您在官方服务器上的进度并没有丢失，所以在Northstar上游玩之后运行原版客户端，您仍然是在官方服务器上的旧进度。

### 问: 我如何打开游戏控制台界面?

答: 查看此页面-> [*启用控制台*](/r2northstar-wiki/chinese/using-northstar/commands.md#opening-the-console).

### 问: 如何确保我的服务器已被托管至主服务器上?

答：你可以查看网页端的服务器列表；

&#x20;   国际服: <https://taskinoz.com/northstar/>

&#x20;   国服：<https://www.wolf109909.top/tf2cnstats/>

### 问: 会有控制台版本吗?

答: 无.

### 问: 服务器是否可以启用AI? 可以制作自定义地图吗?

答: 不，至少现在不行，开发人员正在努力中。耐心点，给点时间，这可能需要很多时间，不要骚扰开发人员。

### 问: 我正试图通过Steam/Origin邀请朋友一起游玩，但是他们不能加入我的服务器？

答: 遗憾的是，由于Northstar的工作方式，您不能仅仅创建一个私人派对/房间，并通过Steam/Origin邀请朋友。相反，您必须托管一台服务器至主服务器上。

点击下面的页面查看前期准备:

{% content-ref url="/pages/jmzDpMc9kbmLtG4EgV3O" %}
[前期准备](/r2northstar-wiki/chinese/hosting-a-server-with-northstar/prerequisites.md)
{% endcontent-ref %}

和如何托管私人比赛服务器

{% content-ref url="/pages/DBrxiQ1fhc9AU6mHpSvO" %}
[托管私人比赛服务器](/r2northstar-wiki/chinese/hosting-a-server-with-northstar/basic-listen-server.md)
{% endcontent-ref %}

### 问: 我的主菜单屏幕是空白的，或者只显示背景视频的画面!

答: 请删除冲突的MOD，如 `better.serverbrowser` 并重新安装 *Northstar 核心模组*（以`Northstar.`开头的模组位于[NorthstarMods](https://github.com/R2Northstar/NorthstarMods)仓库/[NorthstarCNMods](https://github.com/R2NorthstarCN/R2NorthstarCN_Mods)仓库中，并包含在发行版压缩包中）\
同时尝试删除 `enabledmods.json` 。此外，如果你知道自己在做什么，请查看控制台中显示的内容。

### 问: 我可以通过Northstar游玩单人战役吗?

答: 目前不支持单人战役，因此您需要使用原版客户端。[一个合作式的单人mod正在制作中](https://github.com/R2Northstar/NorthstarMods/tree/main/Northstar.Coop) ，但目前的开发已经停止，主要集中精力在多人游戏内容上。

### 问:我从控制台中得到这行错误 "Showing user info for UID 0 on hardware" ，并且无法连接至服务器!

答: 不久后将会修复

### 问: 我一直显示"File Corruption"错误，并且无法启动Northstar.

答: 查看此页面-> [故障处理](/r2northstar-wiki/chinese/installing-northstar/troubleshooting.md)

### 问: 我可以在Linux上挂在服务器端吗?

答: 它通过wine和llvmpipe工作，指南是WIP。

### 问:当我尝试连接到自己的服务器端时，得到一个错误信息显示"Connection timed out"&#x20;

答: 添加参数 `+net_usesocketsforloopback 1` 到你的 `ns_startup_args.txt` 和`ns_startup_dedi_args.txt` 文件中，并重启客户端和服务器端。

### 问: 一些Northstar名字中的“r2”部分是什么意思？

答：`r2` 是由Respawn赋予Titanfall 2的内部开发名称。例如，Titanfall 1是 `r1`, Apex 英雄是 `r5`, 诸如此类。\
例如，这个wiki被称为 `r2northstar.gitbook.io` 是因为 "*Northstar*" 是一个相当常见的名称，因此经常被其他组织和人员使用。 "*R2Norhtstar*" 并不常见，因此仍然可用，并将“Northstar”与Titanfall 2联系在一起，此为名称的`r2`的部分。

### Q: Can I use a pirated/cracked copy Titanfall 2 to run Northstar?

A: The answer is obvious, No! Northstar does not support piracy of any kind.\
If you want to use Northstar you'll have to purchase Titanfall 2 either from Steam/Origin/EA Desktop App or use a subscription service like Gamepass PC and EA Play.

### Q: Why are there no Attrition / Frontier Defense servers?

A: AI movement (including grunts, autotitans, etc) currently does not work. Since AI is intrinsic to these modes, they are currently unavailable


---

# 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/faq.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.
