diff options
author | Barichello <artur@barichello.me> | 2022-01-10 10:03:22 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-10 10:03:27 -0300 |
commit | 7277ef39e8281a315ac62aa12fe679f86f092c9b (patch) | |
tree | 856ef66fa563f6734e4a5e7059dc530aba3874b5 | |
parent | ca0f2065d8d96f6b3d2045665002a44ba0649f56 (diff) | |
download | NorthstarMods-7277ef39e8281a315ac62aa12fe679f86f092c9b.tar.gz NorthstarMods-7277ef39e8281a315ac62aa12fe679f86f092c9b.zip |
Update readme
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,11 @@ # NorthstarMods -Mods used for hosting Titanfall 2 custom servers, requires the northstar launcher to use + +[Squirrel](http://www.squirrel-lang.org/squirreldoc/reference/index.html) scripts used to recreate server-side gamelogic and add [custom content](https://r2northstar.gitbook.io/r2northstar-wiki/using-northstar/gamemodes) to the game. + +## Contents: + +Issues in this repository should be created if they are related to these domains: +- `Northstar.Client` - Localisation files, UI and client-side scripts. +- `Northstar.Coop` - Soon™. +- `Northstar.Custom` - Northstar custom content. +- `Northstar.CustomServer` - Server config files and scripts necessary for multiplayer. |