0 of 0

File information

Last updated

Original upload

Created by

VladCorvi

Uploaded by

Crystrex

Virus scan

Safe to use

Tags for this mod

About this mod

Slow time during intense fights and increase your game speed for faster galaxy exploration.
added NO AutoHotKey method

Requirements
Permissions and credits
A small script that allows you to control the timescale.

|||||||||||||||||||||||
How to use:
|||||||||||||||||||||||

1. Install latest AutoHotKey
2. Extract archive to Starfield root folder
3. Run -BulletTime-.ahk

*If not works - run .ahk file as Administrator*

Keys:

F2 - Slows time to 0.45
F3 - Back to default timescale
F4 - x2 time and speed increase for faster running

F6 - reload script
F7 - exit script

Or use NO AutoHotKey method by airwall

Open or create your: StarfieldConsole.ini
located here: [ C:\Users\user\Documents\My Games\Starfield ]
Inside of the file, add these lines:
F2=setglobaltimemultiplier 0.45;cgf "Debug.Notification" "Bullet Time"
F3=setglobaltimemultiplier 1;cgf "Debug.Notification" "NORMAL TIME"
F4=setglobaltimemultiplier 2;cgf "Debug.Notification" "Double Time"

Open or create your: StarfieldCustom.ini

add these lines without 

[Menu]
bUseConsole_Hotkeys=1


Feel free to modify and make your own variations!