From 06bb8732a9a7fb615d305665cf1fb27fda9ba934 Mon Sep 17 00:00:00 2001 From: Cyn <70904206+itscynxx@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:35:29 -0600 Subject: Vanilla section update (#260) Moves out vanilla section to its own page and updates it to current changes in Northstar. --- docs/using-northstar/advanced.md | 35 +++-------------------------------- docs/using-northstar/vanilla.md | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 32 deletions(-) create mode 100644 docs/using-northstar/vanilla.md (limited to 'docs/using-northstar') diff --git a/docs/using-northstar/advanced.md b/docs/using-northstar/advanced.md index 4710e9a..d904fcd 100644 --- a/docs/using-northstar/advanced.md +++ b/docs/using-northstar/advanced.md @@ -6,10 +6,10 @@ This is a section detailing the more advanced parts of using Northstar, with som ## Mod profiles -Profiles are a way to launch a version of Northstar with specific mods enabled, differing per profile. These profiles are separated by folders that you create yourself, and add your own mods to. This is especially useful if you want to [play vanilla using Northstar](advanced.md#vanilla-on-northstar).\ +Profiles are a way to launch a version of Northstar with specific mods enabled, differing per profile. These profiles are separated by folders that you create yourself, and add your own mods to.\ Currently, the only mod managers supporting profiles are [VTOL](https://github.com/BigSpice/VTOL) and [r2modman](https://thunderstore.io/package/ebkr/r2modman/). -### Regular Profile +### Creating a profile The first thing you want to do while creating a new profile is to have a Northstar release version downloaded and ready to be used. You will only need the `R2Northstar` folder from this second version, as the rest of the `NorthstarRelease.vX.Y.Z.zip` doesn't matter to creating additional profiles. @@ -19,15 +19,7 @@ In order to create the `.bat` to launch this profile, you'll need to first creat You can set up profiles in an even more advanced way by setting up a way to use Steam to launch multiple different profiles from their newer launch menu that appears when you can launch a game in more ways than one. This is also covered [here](../installing-northstar/basic-setup.md#adding-alternate-launch-option-for-steam), and can be set up for profiles by simply adding the `-profile=PROFILE FOLDER NAME HERE` to the arguments of the new option for NorthstarLauncher, as seen below -![SteamEdit using Northstar Profiles](../images/steamedit-profiles.png) - -### Vanilla Profile - -A simple "vanilla" profile can be created using a `.bat` file, without needing to fully make an additional mods folder. You can do this simply by creating a `.txt` file inside of your Titanfall2 directory (you can name it whatever you want), and putting in `NorthstarLauncher.exe -norestrictservercommands -profile=R2Vanilla`. -After doing this, you'll want to rename it to `yourFileName.bat`. -This tells the NorthstarLauncher to not restrict server commands, a feature which is needed to allow the server to tell the client which server to join (but is disabled on Northstar for security reasons), and tells it to use the `R2Vanilla` profile, which, as it doesn't normally exist, will launch Northstar with no core mods enabled, allowing you to easily play on Vanilla using most of Northstar's security fixes. - -Double clicking the `.bat` or right clicking on it and hitting `open` will launch the vanilla profile. +![SteamEdit using Northstar profiles](../images/steamedit-profiles.png) ## Setting levels using console commands @@ -42,24 +34,3 @@ With everything unlocked, there is no need to set your level to a higher level, `script GetPlayerArray()[0].SetPersistentVar("xp", INSERT_XP_COUNT)` this command sets the xp count of the player (meaning, the amount of kills required per level in order to level up). You want to replace `INSERT_XP_COUNT` with the number you want. Setting this number lower than 472 is recommended, as to not encounter issues. If you experience strange issues after using these, you probably set something too high, and should follow the [resetting levels wiki section](../installing-northstar/troubleshooting.md#i-used-a-command-to-set-my-playergun-xp-level-and-i-set-it-too-high-so-now-my-game-crashes-when-trying-to-join-multiplayer). - -## Playing Vanilla via NorthstarLauncher - -It is recommended that you [set up a vanilla profile](advanced.md#profiles) instead of disabling all of your mods and using `-norestrictservercommands` as a launch option, however if you wish to only play vanilla using this method and would rather not set up a profile, you can do the following. - -The reason behind doing this is that Northstar has several security fixes that Vanilla does not have, however these are not *necessary*. The odds you get hacked playing vanilla are close to zero, and there are no reports of people being genuinely hacked by playing Vanilla.\ -This method assumes you're launching Northstar via Titanfall 2 on EA or Steam using launch options. - -1. Go to the main menu of Northstar -2. Click `"Mods"` on the bottom of the menu -3. Disable **ALL** of your mods -4. Close Northstar -5. Add `-norestrictservercommands` and `-northstar` as a [launch option](../installing-northstar/troubleshooting.md#launch-opts) -6. Launch Titanfall 2 and you should be able to play on vanilla servers using Northstar's security fixes - -**TO PLAY ON NORTHSTAR AGAIN** - -1. Go to your [Titanfall2 directory](../installing-northstar/troubleshooting.md#game-location) -2. Open your `R2Northstar` folder -3. Delete `enabledmods.json` -4. Launch Northstar diff --git a/docs/using-northstar/vanilla.md b/docs/using-northstar/vanilla.md new file mode 100644 index 0000000..9515e84 --- /dev/null +++ b/docs/using-northstar/vanilla.md @@ -0,0 +1,21 @@ +# Playing vanilla Titanfall 2 via Northstar + +While Northstar comes pre-packaged with mods to support community servers and custom content, some users may not want all of this. +Northstar can also be used to load mods on vanilla more easily and with more stability than vpk modding, and can sometimes help when the game doesn't want to launch at all. + +## Launching vanilla Titanfall 2 via Northstar (no mods) + +This method of launching Titanfall 2 is generally done when some part of Steam/EA launching Titanfall 2 doesn't work properly. +You can do this by going to your [Titanfall2 directory](../installing-northstar/troubleshooting.md#game-location), creating a `Vanilla.bat` file, right clicking the `Vanilla.bat` file, hitting `Edit`, then entering `NorthstarLauncher.exe -vanilla`. + +Once you do this, double click the `Vanilla.bat` file to load vanilla Titanfall 2 via Northstar without mods. + +## Launching vanilla Titanfall 2 via Northstar (with mods) + +While Northstar is seeing [more progress towards vanilla compatibility](https://github.com/R2Northstar/NorthstarLauncher/pull/601), it's still decently far out. +A community made modification is available in the form of [VanillaPlus](https://northstar.thunderstore.io/package/NanohmProtogen/VanillaPlus/) to load mods on vanilla. +It should be noted that, again, this is a community made modification and is not "officially" Northstar. + +To use it, read the mod's description on Thunderstore to install it, as it has a special install process compared to other mods. +If you have any issues, check the [VanillaPlus FAQ](https://github.com/Zayveeo5e/NP.VanillaPlus/blob/main/FAQ.md) to see if you can find your issue there. +If you can't find your issue on the FAQ, open an issue on the mod's GitHub repo. -- cgit v1.2.3