From 97526d65955815cc1ed95e0dab53a094cc54b5bb Mon Sep 17 00:00:00 2001 From: Tristan Kennedy Date: Fri, 11 Feb 2022 22:52:18 +1100 Subject: [PATCH] Updated Readme and changelog --- README.md | 16 +++++++++++++++- changelog.md | 5 +++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f48f49d..0f043eb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,21 @@ Adds more options to the settings menu, such as extra keybinds, cheats, hud enha 2) Backup your `englishclient_frontend.bsp.pak000_dir.vpk` and copy the 2 `.vpk` files from the downloaded zip to your `Titanfall2/vpk` folder -**The Icepick installation method has been deprecated in favour of a vpk mod** +## Icepick + +1) Download the Icepick specific version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page + +2) Open the downloaded `Enhanced.Menu.Mod.Icepick.zip` file and copy the `Enhanced.Menu.Mod.Icepick` folder to you `Icepick/data/mods` folder. + +3) Launch Icepick. + +## Northstar + +1) Download the Northstar specific version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page + +2) Open the downloaded `Enhanced.Menu.Mod.Northstar.zip` file and copy the `Enhanced.Menu.Mod.Northstar` folder to you `Titanfall2/R2Northstar/mods` folder. + +3) Launch Northstar. ## Screenshots diff --git a/changelog.md b/changelog.md index 0dd57a9..f90b344 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ -Removed the script that forces Communities to be turned off by default since Respawn has fixed the issue. +Re-enabled the code to disable Communities by default since the exploit causing the crash wasn't fully patched by Respawn. -You can see more info about the original issue [here](https://twitter.com/Respawn/status/1435740468327899139?s=20) +Added seperate builds for Icepick and Northstar. +The specific changes for each platform can be found in /Icepick and /Northstar respectively.