Go to file
GeckoEidechse ada52bb828
Bump `cbrgm/mastodon-github-action` to v2 (#635)
And update parameters accordingly
2024-03-03 12:22:12 +01:00
.github Bump `cbrgm/mastodon-github-action` to v2 (#635) 2024-03-03 12:22:12 +01:00
release Remove `placeholder_playerdata.pdata` (#459) 2023-04-29 18:34:56 +02:00
thunderstore Add thunderstore release files 2022-04-17 15:03:27 -03:00
.ci.env.example Add CI environment example file 2022-04-23 12:43:38 -03:00
.gitignore Add CI environment example file 2022-04-23 12:43:38 -03:00
CONTRIBUTING.md [chore] removing repositories sections since it has been already implemented in readme 2022-01-05 09:44:45 -03:00
LICENSE Initial commit 2021-12-21 18:27:31 +00:00
README.md Update README project list (#464) 2023-04-23 13:40:22 +02:00
wait_for_launcher_dl.sh Use dl link instead of release page in wait script 2023-11-02 13:09:38 +01:00

README.md

Northstar

GitHub release (latest by date) GitHub release downloads (latest by date) Join the chat at Discord Read the wiki

Northstar is a modding framework client that allows users to host their own Titanfall 2 servers using custom scripts and assets to create custom content, as well as being able to host vanilla content.

Installation | Troubleshooting | Wiki

Development

Northstar's development is split into 6 repositories:

  1. NorthstarLauncher (Code for the C++ hook DLL)
  2. NorthstarMods (Code for the squirrel mods responsible for server gamelogic recreation and custom content)
  3. NorthstarStubs (D3D11 and GFSDK stubs for the Northstar dedicated server)
  4. NorthstarNavs (Custom navmesh files used for AI navigation)
  5. NorthstarDiscordRPC (Discord RPC plugin)
  6. Atlas (Backend API for server browser, player authentication, and persistence)

The documentation is split into three repositories:

  1. NorthstarTF (Main website)
  2. NorthstarWiki (Wiki covering installation, hosting and configuration of Northstar)
  3. ModdingDocs (Guides and tutorials on how to mod using Northstar)

Special Thanks

Thanks to everyone that's put up with me and helped out with this project, it's been a fun passion project I've had throughout 2021 so releasing it is pretty cathartic. Specifically:

  • Thanks to the Icepick developers for making the Icepick, I initially forked it for earlier versions of Northstar and it was a great base to experiment with stuff on before moving to the custom launcher.
  • Thanks to everyone on R5R team for giving me advice on some later parts of development.
  • Thanks to everyone in the testing server for putting up with me and helping find bugs.
  • Thanks to everyone else that's helped, gave advice, all that.