forked from Terkoiz/Freecam
1.7 KiB
1.7 KiB
Freecam
An SPT-AKI modules mod that allows you to detach the camera and fly around freely in Escape From Tarkov.
Controls
For now, the keybinds are non-configurable (unless you change it in code and build from source).
- Keypad Plus - toggle free camera mode
- Keypad Enter - teleport player to camera position
- Keypad Multiply - toggle UI
How to install
- Download the latest release here: link -OR- build from source (instructions below)
- Simply drop the folder
Terkoiz-Freecam
into your SPT-AKIuser/mods/
directory.
Known issues
- Your weapon doesn't turn invisible when you enter freecam mode
- When teleporting to camera position, the camera rotation gets copied exactly, potentially causing the player model to tilt
- Game version UI element is not hidden when toggling UI
- None of the camera settings (speed, senstivity, etc.) are user-configurable
- When flying to distant parts of the map in freecam mode, LODs are not triggered (these seem to follow the player)
How to build from source
- Download/clone this repository
- Download/clone the
SPT-AKI/Modules
repository: link - Move the contents of the
project
folder over to the SPT-AKI Modulesproject
folder - Add the
Terkoiz.Freecam
project to the SPT-AKI Modules solution - Build modules -
Terkoiz.Freecam.dll
should appear underBuild/EscapeFromTarkov_Data/Managed
in the SPT-AKI Modules directory - Copy the .dll into the
mod/Terkoiz-Freecam
folder and rename tomodules.dll
- That's it, you have a working release of this mod! Follow the
How to install
instructions on how to get the mod into your game