--- tags: Mass Effect Legendary Edition --- # Enabling FlyCam for LE2 </br> by [munchyfly](https://munchyfly.carrd.co/) </br> ## Introduction A small tutorial on how to enable FlyCam in Mass Effect LE2. </br> :::info I have not been able to make the camera move up and down but I will leave the keybinds here just in case. If I figure out how, I will update this tutorial. ::: </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> ## Before you start... 1) In the Mod Manager, go to *Actions > Options* 2) Tick *Enable Developer Mode* </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> </br> ## How to... 1) Go to *Tools > Generate New DLC Mod (Starter Kit) > Mass Effect 2 (Legendary Edition)* 2) Fill out the form with any info you want, keeping in mind the Mount & Module Number. These must be unique. </br> <div align="center"> <a href="https://imgur.com/zMojuVN"><img src="https://i.imgur.com/zMojuVN.png" title="source: imgur.com"/></a> </div> </br> 3) In the Mod Manager, righ-click your new mod and select *Open Mod Folder*. 4) Inside *DLC_MOD_MODNAME > CookedPCConsole*, create a new file called `BIOInput.ini` 5) Place the following lines of code: </br></br> <iframe src="https://pastebin.com/embed_iframe/eud8Cg7P?theme=dark" style="border:none;width:100%;height:500px"></iframe> </br></br> 6) Save your file. 7) Install your mod per normal 8) Enjoy flycam! :smile: </br> ## Command Info **PlayersOnly:** Freezes the game. Is used as a toggle. **ToggleFlycam:** Toggles the flycam **Show Scaleform:** Hides/Shows most of the UI **show lensflares:** Hides/Shows the selector. Also toggles Lens Flare. </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.