aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-02-06Alternative solution to LSX issue (#41)amione
* new fix (fixed the issue 3 times before) * link broke * clean install bin folder * Update docs/installing-northstar/troubleshooting.md
2022-02-04Updating Wiki Stuff (#39)amione
* add more issues so people don't ask over and over * fix improper indentation * MD026/no-trailing-punctuation * remove issues from faq and link to troubleshooting * MD001/heading-increment * fulfill* * MD032/blanks-around-lists * MD001/heading-increment * MD033/no-inline-html * revert MD Rule (not sure what this <a> is used for * me when i didnt mean to do that * use da link and also when the... what * bin folder * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * fix intel link * MD034/no-bare-urls: Bare URL used * MD045/no-alt-text * MD012/no-multiple-blanks * I know this is unused, just wanted to write smth * fix links * add tools * please stop using real urls. you have markdown. * modding tools * add tools * no actual urls <3 * fix tools link * does this look better? * nope * remove "some stuff" * better formatting * oops * oops v2 * GitBook: [#1] No subject * i didnt create this * MD Rules * Update docs/modding/tools.md Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Update docs/modding/README.md Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * move mtools down * change vtfedit * rem tools * no winrar. bad. * non-shortened url * add kvals to summary Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
2022-02-03Update FAQ and Troubleshooting (#38)amione
* add more issues so people don't ask over and over * fix improper indentation * MD026/no-trailing-punctuation * remove issues from faq and link to troubleshooting * MD001/heading-increment * fulfill* * MD032/blanks-around-lists * MD001/heading-increment * MD033/no-inline-html * revert MD Rule (not sure what this <a> is used for * me when i didnt mean to do that * use da link and also when the... what * bin folder * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * fix intel link Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
2022-02-03add ProtonGE fix to Linux Troubleshooting section.Jeremiah-Roise
add the fix shown in #147 to the Linux installation Document
2022-02-01Remove unnecessary info, fix typosbtarg
2022-02-01Update gamemodes.mdH0L0theBard
Removal of non-existent gamemodes
2022-02-01Update mods.mdH0L0theBard
Added a section about community created mods and where to find them.
2022-01-31Spelling changesH0L0theBard
Wether to Whether
2022-01-31Update to dev commandsH0L0theBard
Added a few extra commands to the useful dev command section as they are commonly asked about in the discord
2022-01-31added simple intro to things that needed to be subdocs and improved ↵JMM889901
categorisation to make gitbook easier to navigate (#28) * bruh * Update what-is-squirrel.md * Create Handling-threads-and-waits.md * Update Handling-threads-and-waits.md * Update What-are-callbacks.md * i got locked out while making this * Update what-is-squirrel.md * confusion is bad * funne colors * bruh * Language moment * Update the-mod-file.md * Json moment * Update The-JSON.md * Update The-JSON.md * Update The-JSON.md * Update The-language-file.md * Update The-language-file.md * Update the-mod-file.md * Update The-language-file.md * Create The-mod-init.md * got distracted, will finish later * pain * Update The-mod-init.md * fixed typo * Rename What-are-callbacks.md to what-are-callbacks.md * Rename Loops-Functions-and-if.md to loops-functions-and-if.md * Rename docs/modding/squirrel/Setting mods/the-mod-file.md to docs/modding/squirrel/setting-mods/the-mod-file.md * Rename docs/modding/squirrel/Setting mods/The-language-file.md to docs/modding/squirrel/setting mods/the-language-file.md * Rename docs/modding/squirrel/Gamemode mods/The-mod-init.md to docs/modding/squirrel/gamemode mods/the-mod-init.md * Rename Handling-threads-and-waits.md to handling-threads-and-waits.md * Rename docs/modding/squirrel/Setting mods/The-JSON.md to docs/modding/squirrel/setting mods/the-json.md * Rename Respawns-Functions.md to respawns-functions.md * Rename docs/modding/squirrel/gamemode mods/the-mod-init.md to docs/modding/squirrel/gamemode-mods/the-mod-init.md * Rename docs/modding/squirrel/setting mods/the-json.md to docs/modding/squirrel/setting-mods/the-json.md * Rename docs/modding/squirrel/setting mods/the-language-file.md to docs/modding/squirrel/setting-mods/the-language-file.md * tables do kinda be cool tho * var is better now * bruh * Create creatingmutators.md * Update and rename creatingmutators.md to creatinggamemodes.md * Create settingmodsintro.md * Update SUMMARY.md
2022-01-29Mention Linux fix for Intel 10th+ gen CPUsGeckoEidechse
2022-01-28Move server troubleshooting to parent categoryGeckoEidechse
2022-01-28Add more information about port forwardingGeckoEidechse
Add image and mention that only TCP port can be checked using 3rd party webpage
2022-01-28Add note about launching Origin earlyGeckoEidechse
2022-01-28Add question about attrition to FAQGeckoEidechse
2022-01-28Add page about making finishing touches to a modGeckoEidechse
2022-01-28Update mod.json template to reflect best practiceGeckoEidechse
Mod naming scheme should be `<authorname>.<modname>`
2022-01-27Add gamemode hintBarichello
2022-01-27Fix broken image linkGeckoEidechse
Relative link would be nicer but gitbook is being weird again
2022-01-27Mention tier0.dll load errorGeckoEidechse
2022-01-27Add new pages to sidebarGeckoEidechse
2022-01-27Began adding entries for squirrel GNUT scripting (#27)JMM889901
* bruh * Update what-is-squirrel.md * Create Handling-threads-and-waits.md * Update Handling-threads-and-waits.md * Update What-are-callbacks.md * i got locked out while making this * Update what-is-squirrel.md * confusion is bad * funne colors * bruh * Language moment * Update the-mod-file.md * Json moment * Update The-JSON.md * Update The-JSON.md * Update The-JSON.md * Update The-language-file.md * Update The-language-file.md * Update the-mod-file.md * Update The-language-file.md * Create The-mod-init.md * got distracted, will finish later * pain * Update The-mod-init.md * fixed typo * Rename What-are-callbacks.md to what-are-callbacks.md * Rename Loops-Functions-and-if.md to loops-functions-and-if.md * Rename docs/modding/squirrel/Setting mods/the-mod-file.md to docs/modding/squirrel/setting-mods/the-mod-file.md * Rename docs/modding/squirrel/Setting mods/The-language-file.md to docs/modding/squirrel/setting mods/the-language-file.md * Rename docs/modding/squirrel/Gamemode mods/The-mod-init.md to docs/modding/squirrel/gamemode mods/the-mod-init.md * Rename Handling-threads-and-waits.md to handling-threads-and-waits.md * Rename docs/modding/squirrel/Setting mods/The-JSON.md to docs/modding/squirrel/setting mods/the-json.md * Rename Respawns-Functions.md to respawns-functions.md * Rename docs/modding/squirrel/gamemode mods/the-mod-init.md to docs/modding/squirrel/gamemode-mods/the-mod-init.md * Rename docs/modding/squirrel/setting mods/the-json.md to docs/modding/squirrel/setting-mods/the-json.md * Rename docs/modding/squirrel/setting mods/the-language-file.md to docs/modding/squirrel/setting-mods/the-language-file.md * tables do kinda be cool tho * var is better now * bruh
2022-01-23GitBook: [#41] Refer to troubleshooting pageGeckoEidechse
2022-01-23Add step to troubleshooting LSX issueGeckoEidechse
Co-authored-by: CapitainFlam
2022-01-23Remove wrong mention of dedicated serverGeckoEidechse
2022-01-21Add weapons sectionBarichello
2022-01-20Update modding sectionBarichello
2022-01-20Update server browser sectionBarichello
2022-01-20Update dev commandsBarichello
2022-01-19Update image pathsBarichello
2022-01-19Correct gamemode startup argEthan Berry
+mpgamemode to +mp_gamemode
2022-01-19Add a few more playlist override descriptionsEthan Berry
2022-01-18TypoBarichello
2022-01-18Add info about dedicated args for listen serverEthan Berry
Just added some lines regarding using dedicated args and convars etc for a listen server. This is my first PR, lmk if there's a process I need to follow or anything more to add.
2022-01-17Cleanup Linux sectionBarichello
2022-01-17Add notice about game settings while using LatencyFlex (#19)Kyle Gospodnetich
2022-01-17Add more linksGeckoEidechse
2022-01-17Update creditsBarichello
2022-01-17Update contributing sectionBarichello
Transforming the contributing section to include the entire northstar project, not just the wiki part
2022-01-16Update dev commands sectionBarichello
2022-01-16Add list of useful linksGeckoEidechse
2022-01-16Mention ns_private_match_only_host_can_startGeckoEidechse
2022-01-16GitBook: [#40] Add link to Linux install instructionsGeckoEidechse
2022-01-15Add spacer in sidebarGeckoEidechse
2022-01-15Add section heading in sidebarGeckoEidechse
2022-01-15GitBook: [#38] Clean up "Using Northstar" in sidebarGeckoEidechse
2022-01-15GitBook: [#37] Clean up modding section in sidebarGeckoEidechse
2022-01-15Fix linkBarichello
2022-01-15Add LFX commands and argsBarichello
2022-01-14Add LatencyFleX information to wiki.Kyle Gospodnetich
Recommend using symlink instead of renaming Northstar Launcher. Mention Proton GE as another solution for vanilla game launching instead. Casing consistency. More little consistency changes.