About this mod
Enables the player to fly and pass through everything. (Cheating mod)
- Requirements
- Permissions and credits
- Changelogs
- Donations
Platform: Steam (single player)
UE4SS version: UE4SS_v3.0.1-225-gcd7746e.zip (UE4SS manually injected)
Status: It WORKS
Known issues
- If you get a black screen when loading a save (very common bug), then restart the game. Or inject UE4SS manually. To do that, see my article (A workaround for the multiplayer mode with UE4SS v3) to understand how to manually inject UE4SS into Grounded.
Mod usage
Enable flying: CTRL + ALT + F
Disable flying: CTRL + SHIFT + F
Toggle flying: CTRL + F
You can change these shortcuts in the main.lua file.
Installation
UE4SS v3 (experimental)
You need to install an experimental release. In the "Assets" section, download the file with a name like this: UE4SS_v3.0.1-394-g437a8ff.zip.
Steam - Unpack UE4SS archive into (GameInstallDir)\Maine\Binaries\Win64
Windows Store/Xbox Pass (untested version) - Unpack UE4SS archive into (GameInstallDir)\Maine\Binaries\WinGDK
More information: https://docs.ue4ss.com/dev/installation-guide.html (Official Installation Guide)
Mod
Download and install UE4SS (see above).
Steam - Unpack mod archive into (GameInstallDir)\Maine\Binaries\Win64
Windows Store/Xbox Pass - Unpack mod archive into (GameInstallDir)\Maine\Binaries\WinGDK
Example for Steam with UE4SS v3 (experimental)
(GameInstallDir)\
├─ Maine\
│ ├─ Binaries\
│ │ ├─ Win64\
│ │ │ ├─ UE4SS\
│ │ │ │ ├─ Mods\
│ │ │ │ │ ├─ FlyingMod\
│ │ │ │ │ │ ├─ Scripts\
│ │ │ │ │ │ │ ├─ main.lua
│ │ │ │ │ │ ├─ enabled.txt
│ │ │ │ ├─ UE4SS.log
│ │ │ │ ├─ UE4SS-settings.ini
│ │ │ │ ├─ dwmapi.dll
Example for Windows Store/Xbox Pass with UE4SS v3 (experimental)
(GameInstallDir)\
├─ Grounded
│ ├─ Content
│ │ ├─ Maine\
│ │ │ ├─ Binaries\
│ │ │ │ ├─ UE4SS\
│ │ │ │ │ ├─ Mods\
│ │ │ │ │ │ ├─ FlyingMod\
│ │ │ │ │ │ │ ├─ Scripts\
│ │ │ │ │ │ │ │ ├─ main.lua
│ │ │ │ │ │ │ ├─ enabled.txt
│ │ │ │ │ ├─ UE4SS.log
│ │ │ │ │ ├─ UE4SS-settings.ini
│ │ │ │ │ ├─ dwmapi.dll
Configuration
Edit the file: "main.lua". You can change the keyboard shortcuts at the end.
Everything after -- (two hyphens/dashes) is ignored (it's a commentary).
If player.bActorEnableCollision is set to false, then you can pass through everything. Set it to true to disable this cheat.
Tips
- Hot reload the mod
See Applying code changes - Debug Console
Log file is UE4SS.log, but you can enable the external UE4SS debug console in the UE4SS settings (UE4SS-settings.ini) in the [Debug] section.
Troubleshooting
- Log file
You can check tho log file at (GameInstallDir)\Grounded\Maine\Binaries\Win64\UE4SS\UE4SS.log (for the Steam version). - How to verify that UE4SS is running successfully?
https://docs.ue4ss.com/installation-guide.html#how-to-verify-that-ue4ss-is-running-successfully
Alternative mod: there is a Fly/Ghost cheat in the Grounded Cheat Table.
Font: Flying Saucer Script by Hanoded.
Mod license: MIT.