A mod that saves your position, model, money, and weapons when you exit the game, then spawns the player back at that location, with the same model, money, and weapons when you start the game again. You can also change the settings so you can manually set a position to spawn at later.
Usage By default the script is set to automatically save the player's position and model and load it on game start-up. If you set the AUTOMATIC ini setting to False, press End by default to save your position. If you manually set a position, by default when you start the game and the position is loaded, it will be removed so that the next time you start up you won't be in the same position again. You can change this by setting MANUAL-ALWAYS-KEEP-POSITION to True.
Notes This mod does not always work. Usually this is either because your last save point is a Quick Save, or because the game is forcing you to enter a mission. To make the player spawn at a new location I had to remove the camera animations that happen at startup. Now there is just a simple fade-in from black screen.
Configurable settings in INI file AUTOMATIC Whether to save the player's position automatically or not. If this is set to False you have to press the manual save key to save your position. MANUAL-SAVE-KEY The key to save your position when AUTOMATIC is set to False. MANUAL-REMOVE-SAVED-POSITION-KEY The key to remove your saved position when AUTOMATIC is set to False. Set to None to disable. MANUAL-ALWAYS-KEEP-POSITION Whether to keep the saved position after game start when AUTOMATIC is set to False. If this is set to True, on EVERY game start you will start at your saved position. SAVE-PLAYER-MODEL Whether to remember the player's model or not. SAVE-POSITION-INTERVAL The interval in milliseconds at which to save the player's position to the INI file. If you set this too low you'll lag. TIME-TO-FADE-IN How long it takes in milliseconds for the fade-in that happens at game startup to fade in fully.
Comments (1)