Age | Commit message (Collapse) | Author |
|
to facilitate adding more pages in the future
|
|
For the record, `~0x20000000` clears the 29th bit of the result from cpuid, while `0x20000000` replaces the result with one with just the 29th bit set (OPENSSL_ia32cap.3). The 29th bit represents the Intel SHA Extensions.
As such, if the second one (without the ~) works, the actual solution has nothing to do with the 29th bit; it's one of the others.
|
|
|
|
|
|
Previously only mentioned 10th and 11th gen Intel CPUs but since then 12th and 13th gen have also released.
|
|
Instead of posting messages in three separate channels, it's now one channel for everything
|
|
|
|
Embed ModdingDocs link instead of using an inline link
This is done is it renders nicer on GitBook itself.
|
|
|
|
|
|
Mention that mods can break campaign among other things.
|
|
|
|
Co-authored-by: Cyn <70904206+itscynxx@users.noreply.github.com>
|
|
Co-authored-by: Cyn <70904206+itscynxx@users.noreply.github.com>
|
|
Adds docs of how `ban`, `unban` and the `banlist.txt` work
|
|
|
|
|
|
|
|
|
|
When manually updating Northstar, core mods should still be deleted first.
This prevents issues in case a script file is removed in a Northstar update.
|
|
So that it's together with the other repository pages
|
|
Update directory to show browse local files
|
|
|
|
Moves out vanilla section to its own page and updates it to current changes in Northstar.
|
|
Adds section aimed at helpers, explaining how to help others in order to trouble shoot Northstar issues.
|
|
|
|
`-vanilla` (#259)
`-vanilla` is replaced with `-nonorthstardll` and the description of `-vanilla` is updated.
|
|
Remove mention of waiting for launcher build to finish
No longer necessary as release build script now waits for launcher to
be done.
|
|
There was two `handled`s, now there is one.
|
|
Co-authored-by: Cyn <70904206+itscynxx@users.noreply.github.com>
|
|
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
|
|
Co-authored-by: Cyn <70904206+itscynxx@users.noreply.github.com>
|
|
Still empty for now
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
|
|
Adds basic debugging documentation for Visual Studio and x64dbg
|
|
|
|
|
|
|
|
This is a rough outline without specific detail.
The process always changes too so this page will likely need constant
updating to avoid turning stale.
|
|
|
|
* Adjust development section folder structure
The structure of development related pages is a leftover from when
modding and development were combined in a single folder.
Modding related content has since long moved to ModdingDocs.
As such we should update the folder structure accordingly
* Update broken links
|
|
So that link checking tools don't see it as potential incomplete
hyperlink
|
|
|
|
|
|
at the beginning of the page
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
|
|
This should hopefully make novices more likely to check out this page before trying to set up a server.
|
|
Part of an effort to deprecate best-practices page
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
|
|
Should be to "header 1" (single `#`) instead of "header 2" (double `#`)
|
|
Highlights the info text above the table as a warning box
|
|
Link was broken in #218
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
|
|
On newer Nvidia Drivers NorthstarProton as well as newer Proton versions in general cause the EA App installer to crash.
Older Proton releases are not affected by this, but also don't have a lot of the performance improvements and new functionalites that come with an update to date Proton release.
An older Proton release is only needed during installation, not when playing.
AMD is not affected, unsure about Intel.
|