> 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/gamemodes.md).

# 游戏模式

Northstar附带了一些社区制作的游戏模式。

## Sandbo&#x78;**（沙盒）**

类似gmod ，但并没有还原

## Gun Gam&#x65;**（枪械模式）**

击杀敌人来获取其他武器直至游戏胜利

## Titan Tag

在泰坦中赚取分数，你可以通过摧毁别人的泰坦重新获得泰坦

## Infectio&#x6E;**（感染模式）**

幸存者死亡时将会被感染。

## Frontier Wa&#x72;**（边防战争）**

摧毁敌方的采集机，保护己方的采集机。

## Amped Killrace

从获得旗子开始，死亡之前击杀越多得分越高，游戏结束时得分最多的人获胜

## Fastball

侵入控制中心来赢得回合胜利并复活已死亡的队友

{% hint style="info" %}
部分地图尚未提供控制中心
{% endhint %}

{% hint style="info" %}
Complex, Forwardbase Kodai, and Colony have had control panels added with [the v1.4.0 release of Northstar](https://github.com/R2Northstar/Northstar/releases/tag/v1.4.0)
{% endhint %}

| 可以正常游戏                                                                                                                                                                            | 无控制中心                                                                                        | 闪退至主界面                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------- |
| <ul><li>Boomtown</li><li>Exoplanet</li><li>Black Water Canal</li><li>Eden</li><li>Angel City</li><li>War Games</li><li>Forwardbase Kodai</li><li>Complex</li><li>Colony</li></ul> | <p></p><ul><li>Homestead</li><li>Complex</li><li>Glitch</li><li>Relic</li><li>Rise</li></ul> | <ul><li>Crash Site</li></ul> |

## Competitive CTF

CTF with custom settings for Comp games.


---

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