This repository has been archived on 2024-12-03 . You can view files and clone it, but cannot push or open issues or pull requests.
Added option to toggle Freecam Controls using a new keybind (default: keypad period). This allows users to easily switch to Freecam mode, move their camera to position, toggle camera controls, and move the player character. Great addition for efficient testing of weight painting and animations. Reviewed-on: #4 Co-authored-by: GrooveypenguinX <grooveypenguinx@noreply.dev.sp-tarkov.com> Co-committed-by: GrooveypenguinX <grooveypenguinx@noreply.dev.sp-tarkov.com>
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
Freecam 1.4.4
Latest
Languages
C#
100%