Skip to content

Commit

Permalink
Add section to FAQ explaining Northstar
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 8, 2024
1 parent 8402fc6 commit 359e7f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ description: Frequently asked questions

## **If you have any issues please go to [the troubleshooting page.](installing-northstar/troubleshooting.md)**

### Q: What is Northstar and how does it work? <a href="#what-is-northstar" id="what-is-northstar"></a>

A: Northstar is a mod for Titanfall2 that allows you to run your own gameservers with custom gamemodes, weapons, maps, and skins.

It consists out of the launcher that hooks into the game and scripts that replicate vanilla functionality and extend them.

The launcher re-purposes the existing `server.dll` that is shipped with the Titanfall2 client for running single player (sp is essentially just a local server) and then re-uses library to host servers that other players can join.
From there a bunch of logic is added to ensure some levels of security as the vanilla client fully trusts server (which is fine for vanilla where servers are run by Respawn but is not enough for Northstar cause anyone can host a server including malicious entities) as well as additional features and functionality.

The game scripts replicate vanilla functionality to mimic the gamemodes that can be played in vanilla as well as adding additional gamemodes for new custom gamemodes.

### Q: Where are all my levels and saved loadouts? <a href="#faq-loadouts" id="faq-loadouts"></a>

A: Northstar runs separate from official servers and progress does not carry over.
Expand Down

0 comments on commit 359e7f2

Please sign in to comment.