Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theyetty/update-hogwarts-legacy-engine.ini
https://github.com/theyetty/update-hogwarts-legacy-engine.ini
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theyetty/update-hogwarts-legacy-engine.ini
- Owner: theyetty
- Created: 2023-02-11T09:42:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-11T16:51:52.000Z (over 1 year ago)
- Last Synced: 2024-04-16T11:14:16.554Z (7 months ago)
- Language: PowerShell
- Size: 37.1 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - theyetty/update-hogwarts-legacy-engine.ini - (PowerShell)
README
# This updates the engine.ini for Hogwarts Legacy with some settings defined to help performance
**Instructions:**
* Click Download Link
* Open the Zip file and extract `update-hogwarts-legacy-engine.ini-main`
* Double click `run.bat`
* You may need to allow Defender to run it, by clicking `More Info -> Run Anyway`If all is good it will say Succesfully updated the file `C:\Users\%USER%\AppData\Local\Hogwarts Legacy\Saved\Config\WindowsNoEditor\Engine.ini`
Then launch the game and see if its helped or not :)
**What does the script do exactly?**
* 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]`