promotional bannermobile promotional banner

Freefly

Allows you to toggle freefly mode in-game to fly around.

Allows you to toggle freefly mode in-game to fly around.

All done natively in-engine with Unreal Engine's blueprints, fast and efficient!

 

Keybinds

  • Toggle freefly mode on and off with F1.
  • Move forward with W.
  • Move backwards with S.
  • Move right with D.
  • Move left with A.
  • Move up and down with Space and C.
  • Hold the Left Shift button down while moving with W, A, S, D, C, Space to move faster.
  • Hold the X button down while moving with W, A, S, D, C, Space to move slower.

Customizatizon

Ignore this portion if you don't care about customization.

Navigate to "%LOCALAPPDATA%\Solarpunk\Saved\Config\Windows\". Easy way to go there is to paste this in Windows Explorer's address bar and then press enter. 

Otherwise the path should be something like this:

C:\Users\*YourUsername*\AppData\Local\Solarpunk\Saved\Config\Windows\

(Replace YourUsername with your user's name.)

 

Once you're there you should see a file named "Engine.ini".

If there's no such file then create one but make sure you're using the correct file extenstion and not Engine.ini.txt.

You could instead copy and paste the GameUserSettings.ini file, rename the copy to Engine.ini/Engine and then delete its contents if you don't know about file extensions.

Open the file with a text editor like Notepad and paste these lines in it:


[/Game/Mods/Freefly/ModActor.ModActor_C]
FreeflyKey=F1
MoveForwardKey=W
MoveBackwardsKey=S
MoveLeftKey=A
MoveRightKey=D
MoveUpKey=SpaceBar
MoveDownKey=C
FastMovementKey=LeftShift
SlowMovementKey=X


You can find valid keys to use here: Unreal Engine Fkeys - Pastebin.com 
All of them should work theoretically, at least the keyboard and the gamepad keys should work for sure.

 

Example Gamepad Configuration

[/Game/Mods/Freefly/ModActor.ModActor_C]
FreeflyKey=F1
MoveForwardKey=Gamepad_LeftStick_Up
MoveBackwardsKey=Gamepad_LeftStick_Down
MoveLeftKey=Gamepad_LeftStick_Left
MoveRightKey=Gamepad_LeftStick_Right
MoveUpKey=Gamepad_RightTrigger
MoveDownKey=Gamepad_LeftTrigger
FastMovementKey=Gamepad_RightShoulder
SlowMovementKey=Gamepad_LeftShoulder

 

Notes

The mod uses pakchunkID 9829. This means that it is incompatible with any other mod that uses the same pakchunkID.

 

Installation

Download and install UE4SS Solarpunk

Download the mod and extract its .zip file.

Go to where your game is installed and navigate to \Solarpunk\Content\Paks.

Make a new folder named "LogicMods" in here if you don't have one already.

Drop Freefly.pak, Freefly.ucas, Freefly.utoc from the .zip archive in there.

In the end it should look like this:

\Solarpunk\Content\Paks\LogicMods\Freefly.pak
\Solarpunk\Content\Paks\LogicMods\Freefly.ucas
\Solarpunk\Content\Paks\LogicMods\Freefly.utoc

 

Troubleshooting

If you have any issues with the mod you first need to make sure that ue4ss is running. Navigate to \Solarpunk\Binaries\Win64\ue4ss and look for a file named "UE4SS.log". If there is no such file and you've already ran the game then that mean that UE4SS was not installed correctly.

If there is, you can open that file with a text editor like Notepad and check for errors. If the mod is installed correctly and UE4SS is loading it then you should see something like this in it:

[2026-04-15 14:11:07.4615263] [Lua] [BPModLoaderMod] Loading mod: Freefly
[2026-04-15 14:11:07.4660481] [Lua] [BPModLoaderMod] Actor: ModActor_C /Game/Maps/L_ClientLobby.L_ClientLobby:PersistentLevel.ModActor_C_2147480638

 

If not then you probably didn't install the mod correctly.

If you want you can upload the contents of that file on Pastebin.com and then share the pastebin link in a comment explaining your issue.

 

The Freefly Team

profile avatar
  • 10
    Followers
  • 91
    Projects
  • 403.2K
    Downloads

More from yakuzadesoView all

  • Pause in menu project image

    Pause in menu

    • 1
    • UE4SS Mods

    Makes it so that the game pauses when you enter the in game "pause" menu.

    • 1
    • June 14, 2026
    • UE4SS Mods
  • Manual Save project image

    Manual Save

    • 1
    • UE4SS Mods

    Allows you to save the game manually by pressing the F9 button on your keyboard.

    • 1
    • June 14, 2026
    • UE4SS Mods
  • Turn ship with keys project image

    Turn ship with keys

    • 59
    • Blueprints

    Allows you to turn the ship left and right with the A and D keys.

    • 59
    • June 12, 2026
    • Blueprints
  • Compass bar project image

    Compass bar

    • 101
    • Blueprints

    Adds a compass bar at the top of the screen that you can toggle on and off.

    • 101
    • June 11, 2026
    • Blueprints
  • Pause in menu project image

    Pause in menu

    • 1
    • UE4SS Mods

    Makes it so that the game pauses when you enter the in game "pause" menu.

    • 1
    • June 14, 2026
    • UE4SS Mods
  • Manual Save project image

    Manual Save

    • 1
    • UE4SS Mods

    Allows you to save the game manually by pressing the F9 button on your keyboard.

    • 1
    • June 14, 2026
    • UE4SS Mods
  • Turn ship with keys project image

    Turn ship with keys

    • 59
    • Blueprints

    Allows you to turn the ship left and right with the A and D keys.

    • 59
    • June 12, 2026
    • Blueprints
  • Compass bar project image

    Compass bar

    • 101
    • Blueprints

    Adds a compass bar at the top of the screen that you can toggle on and off.

    • 101
    • June 11, 2026
    • Blueprints