# 基础教程

## 安装Northstar(youtube)

{% embed url="<https://www.youtube.com/watch?v=bK4pV-AHOHM>" %}

首先，Northstar客户端仅在PC平台上发布；**你需要在Steam或者Origin上拥有这款游戏，且已经安装完毕。**

1. 从 [国际服下载链接](https://github.com/R2Northstar/Northstar/releases) / [国服下载链接](https://github.com/R2NorthstarCN/NorthStarCNLauncherFile)中下载最新版本Northstar\NorthstarCN客户端
2. 将下载下来的压缩包中的所有文件复制到 `泰坦陨落2` 游戏根目录中。 游戏所在路径取决于您所购买的游戏平台（Steam/Origin）或是与您安装游戏时选择的自定义路径有关:
   * **Steam** - 鼠标右击 *Titanfall 2* > 打开 *属性* > 点击 *本地文件* > 点击 *浏览*\
     默认路径: `C:\Program Files (x86)\Steam\steamapps\common\Titanfall2`
   * **Origin** - 要找到Origin的本地库路径，请打开 *Origin* -> *应用程序设定* -> *安装与存储* -> *在您的电脑上* -> *游戏库位置*\
     使用文件资源管理器进入到上文提到的目录并打开 `Titanfall2` 文件夹。\
     默认路径: `C:\Program Files (x86)\Origin Games\Titanfall2`
   * **EA Desktop App** - 要找到EA Desktop的本地库路径，请打开 *设置* -> *下载*\
     来到"安装位置"选项，使用文件资源管理器，然后打开 `Titanfall2` 文件目录。\
     默认路径: `C:\Program Files\EA Games\Titanfall2`
3. 启动 `NorthstarLauncher.exe` 来加载Northstar\NorthstarCN
   * 在第一次启动时，您将看到一个弹出窗口，请求向主服务器进行身份验证。单击“是”（如果有特殊需要，您可以稍后在模组Mods菜单中更改）\
     ![](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/titleagreement.png)
4. 选择 *Launch Northstar* /*加载NorthstarCN*\
   ![](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/titlelaunchnorthstar.png)
5. 从多人游戏菜单中，您可以使用服务器列表选择并加入任何公共社区服务器。\
   ![](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/lobbyserverbrowser.png)

如果在运行Northstar时发现任何问题/警告/错误，请查看下面的疑难解答页面。

{% content-ref url="troubleshooting" %}
[troubleshooting](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/installing-northstar/troubleshooting)
{% endcontent-ref %}

## 升级 Northstar

如果想要更新版本，只需要下载最新版的Northstar压缩包，并重复上述安装过程。复制粘贴新文件时，请确保选择“覆盖文件”。\
此外，如果您修改了一些文件，例如 `ns_startup_args.txt`，这些文件也将会被一同覆盖。如果要保留您所做的更改，请确保事先备份好这些文件，并在更新版本后将其覆盖回原处。

## 一些其他的东西

Since Northstar doesn't launch directly through Origin or Steam, any startup arguments provided in either launcher won't transfer over. You'll need to add them to the file `ns_startup_args.txt`, which should be in the same folder as you extracted the Northstar files to.

如果Northstar似乎没有正确的安装，或者您在进入大厅时遇到问题，请尝试运行未修改的文件。目前很难说什么样的VPK模组可能会导致Northstar出现问题，所以尝试不加修改地运行可能是最简单排除故障的方法。


---

# 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/installing-northstar/basic-setup.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.
