About this mod
Automatically loads the last save file when the player dies.
- Requirements
- Permissions and credits
- Changelogs
1. When a player dies, the last save file is automatically loaded after 5 seconds.
2. That means you don't need to press the `Load Save and Choose Save File' buttons when you die.
● How to install
1. Unzip it and place it in your cyberpunk 2077 root folder.
2. So the final location of the init.LUA file is Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\Auto load on death
● Note
1. It is set to load the last save file 5 seconds after a player dies.
● Things you need to know
1. If the last file is set to load almost immediately (say 1 second after death?) the game will sometimes, but not always, crash.(So I set it to 5 seconds.)
2. So if your computer specs are low, loading your last save file 5 seconds after you die can cause the game to crash.
3. In that case, you can open the init.LUA file with notepad and change the numbers where it says menuDelay = Cron.After(5.0, function().
4. Cron.After(9.0, function() If you change the number like this, the last save file will be automatically loaded 9 seconds after V dies.
5. If your computer has low specs I would recommend 7 or 9 seconds. Feel free to change it if it doesn't suit you.
6. There was a mod on nexusmod that did almost the same thing, but the author suddenly removed the mod. So I based this on their code.