aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-11 09:34:24 -0300
committerBarichello <artur@barichello.me>2022-01-11 09:34:24 -0300
commitabbbb0f911a3d53fc3c8f6a9a2407f097815c9eb (patch)
tree2b45b11acb94c7286f70418093ffbcd926d79798
parent7d9eee179c16c443337c964deff364f453c032d4 (diff)
downloadNorthstarWiki-abbbb0f911a3d53fc3c8f6a9a2407f097815c9eb.tar.gz
NorthstarWiki-abbbb0f911a3d53fc3c8f6a9a2407f097815c9eb.zip
Import image folder from main repo
-rw-r--r--docs/hosting-a-server-with-northstar/basic-listen-server.md2
-rw-r--r--docs/installing-northstar/basic-setup.md6
-rw-r--r--docs/modding/getting-started.md4
-rw-r--r--wiki/lobbyprivatematch.pngbin0 -> 368060 bytes
-rw-r--r--wiki/lobbyserverbrowser.pngbin0 -> 362396 bytes
-rw-r--r--wiki/titleagreement.pngbin0 -> 191427 bytes
-rw-r--r--wiki/titlelaunchnorthstar.pngbin0 -> 1089029 bytes
7 files changed, 6 insertions, 6 deletions
diff --git a/docs/hosting-a-server-with-northstar/basic-listen-server.md b/docs/hosting-a-server-with-northstar/basic-listen-server.md
index f34334c..3212650 100644
--- a/docs/hosting-a-server-with-northstar/basic-listen-server.md
+++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md
@@ -5,7 +5,7 @@
To host a listen server on Northstar, go to the lobby and press the `Private Match` button to begin a private match.
While this does allow you to host a server, other people won't be able to join it, so you'll need to port forward 2 ports to allow other people to join.\
The ports you'll need to forward are `37015` UDP, and `8081` TCP by default, if this works as it should, this should result in your server being displayed on the server browser, and other clients being able to connect to it.\
-![screenshot select private match](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/lobbyprivatematch.png)
+![screenshot select private match](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/lobbyprivatematch.png)
## Server Configuration
Whether you're running a listen or dedicated server, you'll generally want to mess with the configuration at least a bit. While I do think the default configuration settings are pretty ok, being able to change your server's name or password, or increasing your server's tickrate is often something you'll want to do. Server configuration can be modified in the file `R2Northstar/mods/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg`, which will be executed on server startup.
diff --git a/docs/installing-northstar/basic-setup.md b/docs/installing-northstar/basic-setup.md
index 48d47ef..fee513b 100644
--- a/docs/installing-northstar/basic-setup.md
+++ b/docs/installing-northstar/basic-setup.md
@@ -18,11 +18,11 @@ Firstly, note that the Northstar client is only available on PC and requires you
Usually: `C:\Program Files\EA Games\Titanfall2`
3. Launch `NorthstarLauncher.exe` to start Northstar
* After launching for the first time, you'll be greeted with a popup requesting to authenticate to the master server. Click _Yes_ (This can be changed in the mods menu later if desired)\
- ![](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/titleagreement.png)
+ ![](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/titleagreement.png)
4. Select _Launch Northstar_\
- ![](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/titlelaunchnorthstar.png)
+ ![](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/titlelaunchnorthstar.png)
5. From the multiplayer menu, you can use the server browser to select and join any of the public community hosted servers.\
- ![](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/lobbyserverbrowser.png)
+ ![](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/lobbyserverbrowser.png)
Should you notice any issues/warnings/errors while running Northstar, check the troubleshooting page.
diff --git a/docs/modding/getting-started.md b/docs/modding/getting-started.md
index 7ea7ef2..615c2af 100644
--- a/docs/modding/getting-started.md
+++ b/docs/modding/getting-started.md
@@ -43,11 +43,11 @@ Inside the `mod` folder, existing files found in the engine's virtual file syste
```json
"Scripts": [
{
- "Path": "path/to/my.nut",
+ "Path": "path/to/file.nut",
"RunOn": "( CLIENT || SERVER ) && MP"
},
{
- "Path": "path/to/my_second.nut",
+ "Path": "path/to/another_file.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
"Before": "ClientPreMapspawnThing",
diff --git a/wiki/lobbyprivatematch.png b/wiki/lobbyprivatematch.png
new file mode 100644
index 0000000..ec70768
--- /dev/null
+++ b/wiki/lobbyprivatematch.png
Binary files differ
diff --git a/wiki/lobbyserverbrowser.png b/wiki/lobbyserverbrowser.png
new file mode 100644
index 0000000..b2a4f34
--- /dev/null
+++ b/wiki/lobbyserverbrowser.png
Binary files differ
diff --git a/wiki/titleagreement.png b/wiki/titleagreement.png
new file mode 100644
index 0000000..81ce6bf
--- /dev/null
+++ b/wiki/titleagreement.png
Binary files differ
diff --git a/wiki/titlelaunchnorthstar.png b/wiki/titlelaunchnorthstar.png
new file mode 100644
index 0000000..a47790d
--- /dev/null
+++ b/wiki/titlelaunchnorthstar.png
Binary files differ