0 of 0

File information

Last updated

Original upload

Created by

Flueno

Uploaded by

Flueno

Virus scan

Safe to use

Tags for this mod

About this mod

Adds a hotkey for toggling player or game speed so you can run to landmarks 3x faster.

Permissions and credits
Changelogs
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