--- tags: Mass Effect Legendary Edition --- # Enabling FlyCam for LE1 </br> by [munchyfly](https://munchyfly.carrd.co/) </br> ## Introduction A small tutorial on how to enable FlyCam in Mass Effect LE1. </br> ## Requirements * [ME3Tweaks Mod Manager](https://www.nexusmods.com/masseffectlegendaryedition/mods/2) * Text Editor (I use [Notepad++](https://notepad-plus-plus.org/downloads/)) </BR> :::danger MAKE A BACKUP OF THE GAME VIA ME3TWEAKS MOD MANAGER BEFORE DOING ANYTHING. ::: </br></br> ## Before you start... Make sure the following setting is ticked under `Actions > Options` <div align="center"> <a href="https://i.imgur.com/L4C886E.png"> <img src="https://i.imgur.com/L4C886E.png"/> </a> </div> </br></br> ..and you have`Developer Mode` **ON** </br> <div align="center"> <a href="https://imgur.com/MjlBtFh"><img src="https://i.imgur.com/MjlBtFh.png" title="source: imgur.com" /></a> </div> </br> ## How to.. 1) Create a new mod via the Mod Manager and fill out the information, paying attention to the mount number. <div align="center"> <a href="https://i.imgur.com/dH0Z8BA.png"> <img src="https://i.imgur.com/dH0Z8BA.png"/> </a> </div> </br></br> <div align="center"> <a href="https://i.imgur.com/syPqicz.png"> <img src="https://i.imgur.com/syPqicz.png"/> </a> </div> </br> 2) Right-click on the new mod and click `Open mod folder`. 3) Navigate to `[MOD FLDER]\CookedPCConsole`. 4) Create a new text file called `ConfigDelta-*.m3cd`, where * can be replaced with whatever you want. Ex.: `ConfigDelta-Flycam.m3cd`. 5) Open the file in Notepad++ and paste the following: <iframe src="https://pastebin.com/embed_iframe/64a4AW3a?theme=dark" style="border:none;width:100%;height:500px"></iframe> </br> 6) Save your file. 7) Install the mod. 8) Run the game and enjoy FlyCam anywhere :smile: </br> ## Command Info **PlayersOnly:** Freezes the game. Is used as a toggle. **ToggleFlycam:** Toggles the flycam **Show Scaleform:** Hides most of the UI </br> ## Notes * You can replace `Add` with any of the keys supported by UDK. A list of them can be found [HERE](https://docs.unrealengine.com/udk/Three/KeyBinds.html) under *Mappable Keys*. * Tajfun403 has written an [extensive guide on taking screenshots](https://github.com/ME3Tweaks/LegendaryExplorer/wiki/Advanced-screenshot-taking-guide) which includes extra information that I don't cover here. I recommend you give it a read.