Skip to content

Commit 933942f

Browse files
Merge branch 'main' into docs/gitbook-preprocessor
2 parents 00e9bb0 + 6d0ea06 commit 933942f

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Install instructions can be found here:
2424

2525
For modding guides, documentation on Northstar API features and documentation on Respawn Squirrel look at:
2626

27-
{% embed url="https://r2northstar.readthedocs.io/" %}
27+
{% embed url="https://docs.northstar.tf/Modding/" %}
2828

2929
## Contact and contributing
3030

docs/development/contributing-code-to-northstar.md

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ To get the cropped GIFs of a screenrecording:
3131
(The linked site has not been vetted, use at own risk)
3232
4. Upload GIF to GitHub pull request description by just pasting it at the appropriate location.
3333

34+
### Useful links
35+
36+
- [How to write a commit message](https://cbea.ms/git-commit/)
37+
- [Atomic commits](https://www.freshconsulting.com/insights/blog/atomic-commits/)
38+
3439
### Avoiding "PR hell"
3540

3641
_"PR hell"_ is what contributors refer to when a pull request is stuck as pending without any indication for progress.

docs/development/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The process is ever changing in order to simplify it so these steps outlined mig
2727

2828
The current process of making release (includinging release candidate) is:
2929

30-
1. Make release branch (`MAJOR.MINOR.X`) (if not exists)
30+
1. Make release branch (`MAJOR.MINOR.X`) (only if commits need to be cherry-picked)
3131

32-
2. Merge desired commits from `main`
32+
2. Take desired commits from `main`
3333
- Make sure to consider whether changing are breaking in regards to older/newer server/client and in regards to Squirrel API.
3434
- Older/newer client/server breakage might need to be version gated and should **NOT** be done in patch releases.
3535
- Squirrel API changes likely breaks mods and should **NOT** be done in patch releases. Additionaly make sure to ping modders on release or preferably even in advance.

docs/modding/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modding
22

3-
Northstar Modding documentation has moved over to: [https://r2northstar.readthedocs.io/](https://r2northstar.readthedocs.io/).
3+
Northstar Modding documentation has moved over to: [https://docs.northstar.tf/Modding/](https://docs.northstar.tf/Modding/).
44

55
## Custom Skin Modding
66

docs/other/moderation/rules.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This is a public server that anyone is welcome to join. As such, we expect every
2525
**14. Good manners.** This means strictly no topics that would divert or derail the current conversation being held, especially those of sexual innuendos.
2626
**15. No hating/flaming about moderation decisions**. If you want to discuss moderation decisions (bans, mutes, changes, ...) please open a staff only ticket in #help . Harassing a mod will get you banned.
2727
**16. Follow Discord ToS**. If Discord doesn't allow it, we won't allow it either.
28+
**17. No alts**. Alt accounts are not allowed. Note that as we cannot track everyone and their accounts we might miss some so we rely on your help for reporting.
2829
──────────────────────────────────────────────────────────────────────────────────────────────────────
2930

3031
**Ban Guidelines**
@@ -48,9 +49,8 @@ Please note:
4849
**Staff and Other VIPs may be exempt** (to some extent) from any of these rules due to their reputation in the community, if you feel like they should be warned for a violation you should report to staff
4950

5051
For questions regarding Discord's Privacy Policy or Terms of Use, please refer to the documents here (<https://discord.com/terms>)
51-
`Last Updated: 2024-07-14`
52+
`Last Updated: 2024-08-18`
5253
<https://discord.gg/northstar>
5354

54-
New users, **you can go to #installation to find out how to install Northstar** as well as read the FAQ if you have any questions
55-
**If you get an issue whilst installing/playing please open a ticket in #help** (Do not go to #general to fix it)
55+
**If you have any issues regarding Northstar during your time playing or installing**, please open a support ticket in <#922663326994018366>. This channel is dedicated to helping users and should be used for this purpose instead of `#⁠general` and other similar chats.
5656
```

docs/steamdeck-and-linux/installing-on-steamdeck-and-linux.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,18 @@ NorthstarProton has some problems and may stop working at any point, if this hap
1515
On Steam Deck, complete the following in desktop mode. You may return to game mode once completed _(A mouse + keyboard plugged into the Deck are recommended for easier navigation of menus)_
1616

1717
1. Make sure you ran the vanilla version of Titanfall2 at least once on Linux!
18-
* If you use an Nvidia GPU you may need to start the game using Proton 6.3-8 for the first time
18+
* If Titanfall 2 fails to launch, you may have to delete the game's Proton prefix and reinstall using another version of Proton.
19+
1. To do this, head to `~/.local/share/Steam/steamapps/compatdata` if you installed Steam via a native package, or the Flatpak equivalent.
20+
2. Delete the folder named `1237970`
21+
3. Set Titanfall 2 to launch with `Proton 6.3-8` or `Proton 7.0-6` in the _Properties_ -> _Compatibility_ section.
22+
4. Launch the game and allow the install to completely finish.
23+
5. Set Titanfall 2 to launch with a more current version of Proton, NorthstarProton, or Proton GE.
24+
6. If Titanfall 2 still fails to launch, delete the prefix again and try installing with the other version of Proton.
1925
2. Install the latest version of Northstar using [FlightCore](../installing-northstar/northstar-installers#geckoeidechse-flightcore), [Viper](../installing-northstar/northstar-installers#0negal-viper), or do it manually
2026
1. For manual install download the latest version of Northstar from the [releases](https://github.com/R2Northstar/Northstar/releases) page
2127
2. Then extract all contents of the file to your Titanfall 2 folder ( Right click _Titanfall 2_ > Open _Properties_ > Click _Local Files_ > Click _Browse_ )
22-
3. Install NorthstarProton
28+
3. Install NorthstarProton or a current version of Proton GE.
29+
* In some user cases, NorthstarProton may not work. You may instead try Proton GE, which is also available through the following methods.
2330
1. **Protonup-QT**: Click _About_, then tick the box to enable _advanced mode_. You should be able to select and install NorthstarProton from the _Add version_ menu.
2431
2. **ProtonPlus**: NorthstarProton can also be installed via ProtonPlus.
2532
3. **Manual**: Download the latest release of [NorthstarProton](https://github.com/cyrv6737/NorthstarProton/releases/), extract it, and place the folder in one of the following directories:

0 commit comments

Comments
 (0)