Hi everyone.
I have been looking for a console command or any way to change the camera speed while in ghost or fly mode ingame.
I know you can change the walkspeed by using setSpeed but this won't affect the ghost or fly camera
slomo slows the camera speed down too, but everything else slows down as well so I'm just looking to change the cam speed.
Would appreciate any help on this!
Thanks
Replies
In Kismet build a simple Key/Button Pressed event that connects to a Modify Property.
The property name is, "AirSpeed", check modify property, and put the speed you want. Then be sure to link it all back to an All Players Object (P).
That should do what you want.