I'm trying to make a Vegas 2 movie/montage and I want to get some map footage without any thing else on screen. I'm wondering if there's a way to modify the .ini files to do a few things to help with this.

I want to either hide/disable all on screen items. Such as the HUD, crosshairs, etc. Or I want to be able to free fly a camera around in the map.

Looking at some of the ini files, I see entries for camera options but none of them seem to work. Does anyone know of a way to enable some of these options?

In the defaultinput.ini file there is this camera section

Bindings=(Name="Delete",Command="Camera Default")
Bindings=(Name="End",Command="Camera FirstPerson")
Bindings=(Name="PageDown",Command="Camera ThirdPerson")
Bindings=(Name="PageUp",Command="Camera Fixed")
Bindings=(Name="Home",Command="Camera FixedTracking")
Bindings=(Name="Insert",Command="Camera FreeCam")

Although I haven't been able to get any of them to work.

Anyone ever try this or have any ideas?