---
tags: Mass Effect Legendary Edition
---
# Enabling FlyCam for LE3
</br>
by [munchyfly](https://munchyfly.carrd.co/)
</br>
## Introduction
A small tutorial on how to enable FlyCam in Mass Effect LE3.
</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>
## How to...
1) Go to *Tools > Generate New DLC Mod (Starter Kit) > Mass Effect 3 (Legendary Edition)*
2) Fill out the form with any info you want, keeping in mind the Mount Number. This must be unique.
</br>
<div align="center">
<a href="https://imgur.com/28MUaJS"><img src="https://i.imgur.com/28MUaJS.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*, drag the `Default_DLC_MOD_MODNAME.bin` onto the Mod Manager. You should now have a folder with the same name.
5) Move it into the root of your Mod folder (click [HERE](https://i.imgur.com/OFCpVR3.mp4) for a vidoe showing this).
6) Make a copy of `Default_DLC_MOD_MODNAME.bin` and move it to the root of your mod folder also (alongside the new folder you just moved).
7) Inside `Default_DLC_MOD_MODNAME`, open BIOInput.xml.
8) **Below** the following block of code:
```xml=
<Section name="configuration">
<Property name="basedon" type="0">..\..\BIOGame\DLC\DLC_Shared\Config\DefaultInput.ini</Property>
</Section>
```
</br>
Place the following lines:
</br>
<iframe src="https://pastebin.com/embed_iframe/3ZEhKZ5M?theme=dark" style="border:none;width:100%;height:500px"></iframe>
</br>
9) Save your file.
10) Drag the file called `Default_DLC_MOD_MODNAME.xml` onto the Mod Manager. A new `Default_DLC_MOD_MODNAME.bin` will be created (click [HERE](https://i.imgur.com/eO7vy3z.mp4) for a video showing this)
11) Drag this new bin file into *DLC_MOD_MODNAME > CookedPCConsole* and overwrite when asked.
12) Install your mod per normal.
13) Enjoy FlyCam :smile:
</br>
## Commands
**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.