forked from Terkoiz/Freecam
This branch is 10 commits behind Terkoiz/Freecam:master
Freecam
An SPT-AKI module mod that allows you to detach the camera and fly around freely in Escape From Tarkov.
Controls
The default controls are as follows:
- Keypad Plus - toggle free camera mode
- Keypad Enter - teleport player to camera position
- Keypad Multiply - toggle UI
If you need to change them, press F12 in-game and expand the Freecam #.#.#
section and configure your keybinds there.
Alternatively, you can find the com.terkoiz.freecam.cfg
file in your BepInEx/config/
folder after you've started up the game at least once with Freecam installed, and change the keybinds there.
How to install
- Download the latest release here: link -OR- build from source (instructions below)
- Simply extract the zip file contents into your root SPT-AKI folder (where EscapeFromTarkov.exe is).
- Your
BepInEx/plugins
folder should now contain aTerkoiz.Freecam.dll
file inside.
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
- 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
- Open your current SPT directory and copy all files from
\EscapeFromTarkov_Data\Managed
into this solution's\References\EFT_Managed
folder. - Rebuild the project in the Release configuration.
- Grab the
Terkoiz.Freecam.dll
file from thebin/Release
folder and use it wherever. Refer to the "How to install" section if you need help here.
Description
Languages
C#
100%