Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theyetty authored Feb 11, 2023
1 parent ee0b274 commit 7a69626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This updates the engine.ini for Hogwarts Legacy with some settings defined to help performance

*Instructions:*
**Instructions:**

* Click Download Link
* Open the Zip file and extract `update-hogwarts-legacy-engine.ini-main`
Expand All @@ -11,12 +11,12 @@ If all is good it will say Succesfully updated the file `C:\Users\%USER%\AppData

Then launch the game and see if its helped or not :)

*What does the script do exactly?*
**What does the script do exactly?**

* It loads C:\Users\%USER%\AppData\Local\Hogwarts Legacy\Saved\Config\WindowsNoEditor\Engine.ini
* It loads `C:\Users\%USER%\AppData\Local\Hogwarts Legacy\Saved\Config\WindowsNoEditor\Engine.ini`
* It loads all the variables under [SystemSettings] if it doesn't exist it creates it
* It works out your avaliable vram and saves this information into r.Streaming.PoolSize
* It then checks all the variables to see if any match the settings I specified at the top of the file
* If the settings already exist it will remove it and update it with the new value
* If the settings don't exist it will add them, it won't mess with any other settings and is able to add them to the bottom of [SystemSettings]
* If the settings don't exist it will add them, it won't mess with any other settings and is able to add them to the bottom of `[SystemSettings]`

0 comments on commit 7a69626

Please sign in to comment.