Originally posted by eviL<3
Thanks for reading my thread, guys....
It's quite detailed :up:; very useful for new...screenshotters? o_O
Anyway, chaotic, like I said, you could bind keys to do your commands.
In-game, open your console and type this:
Code:
set input f freezeall | togglebehindview | freecamera 1 | togglescreenshotmode | onrelease shot | onrelease togglescreenshotmode | onrelease togglebehindview | onrelease freezeall
This is what will happen.
When you press and HOLD"f,"
-Time is frozen
-View is set to 3rd-person if in 1st person, or 1st person if in 3rd person
-Camera is released to rotate freely (also should set 3rd person view if in a vehicle)
-HUD is removed
Now you have time to rotate around your shot, getting a good angle.
When you release "f,"
-Screenshot is taken
-HUD is reactivated
-1st person view is restored
-Freecamera is disabled (by 1st person view restoration)
-Time is restored
There are a couple flaws, of course. It's somewhat messy 
-If time is frozen, time will unfreeze for the command, so it should only be executed when time is running normally.
-A shot is taken every time the command button is used (released), so you may get extra unnecessary screenshots if you froze time at the wrong instant or something.
You could remedy the second flaw by removing the "onrelease shot | " section of the command. This way when time is frozen, you can choose whether or not to take a screenshot by hitting F9.
See? No mutator required. :noob:
Bookmarks