Adds a hotkey for toggling player or game speed so you can run to landmarks 3x faster.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.2.0
Addded UI notifications for changing speed modes (top-right corner)
Version 1.1.0
Added an option to change only player speed
Added an option to cycle through 3 speed values (X1-X3-X6)
If you feel bored running 5 minutes to some landmark - press C to X3 player speed. Press C again to reset speed to a default value.
Hotkeys.ini file contains 4 preconfigured options: - Cycle through x3-x1 player speed. (default) - Cycle through x3-x6-x1 player speed. - Cycle through x3-x1 world speed. - Cycle through x3-x6-x1 world speed.
- Remove or add leading sharp symbol (#) to disable or enable desired option. - Change key-combination by replacing characters before '=' symbol: i.e. replace 'C=' with 'Shift-B='
Under the hood this hotkey will cycle between two console commands: 1. speed-up world-speed: sgtm 3 or player-speed player.setav speedmult 300 2. reset to default: sgtm 1 or player.setav speedmult 100
Installation: Put the ini files into your \My Games\Starfield folder: \User\<your-username>\Documents\My Games\Starfield\
Manual StarfieldCustom.ini update: -append all (3) lines from StarfieldCustom.ini to your existing ini file -or when [Menu] category already exists - extend it with 2 lines (if they are not already present).
* You can adjust hotkey trigger and time multiplier in Hotkeys.ini. * For a gamepad you'll need additional software like antimicro or JoyToKey. For a mapping simplicity - change hotkey (in Hotkeys.ini) to a single button i.e.: replace 'Shift-C=' with 'F2=' * As an implementation side-effect - this mod changes 'grab items delay' to 300ms as in https://www.nexusmods.com/starfield/mods/289
Spoiler:
Show
I've failed to read globaltimemultiplier value so other param is used for state-management