Skip to content

Commit

Permalink
Improve phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Oct 14, 2024
1 parent cdd626c commit 794b4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Wiki/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ description: Frequently asked questions

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.
It consists out of the launcher that attaches to the game to inject custom code 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 (which is essentially just a local server) to host servers that other players can join.
The launcher re-purposes the existing `server.dll` that is shipped with the Titanfall2 client for running single-player which is essentially just a local server, 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[^1] as well as additional features and functionality.

[^1]: 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.
Expand Down

0 comments on commit 794b4c7

Please sign in to comment.