Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Test Subject
Original Poster
#1 Old 8th Mar 2018 at 4:57 PM Last edited by festerlives : 18th Mar 2018 at 12:33 AM. Reason: solved issue
Change Tab camera settings without a mod
Buckley's camera mod is great, but it overrides the VideoCamera.ini settings so I can't change the speed/style of panning shots. But without it, the drift makes accuracy for shooting video impossible.

His play camera mod is fine, it doesn't affect the Linear/Ease or duration settings of the tab camera. I only want to change the settings of the tab camera; is there a specific line or lines in VideoCamera.ini that control drift?

edit: I fixed it, I guess. See my second post.
Advertisement
Test Subject
#2 Old 16th Mar 2018 at 12:27 AM
Quote: Originally posted by festerlives
Buckley's camera mod is great, but it overrides the VideoCamera.ini settings so I can't change the speed/style of panning shots. But without it, the drift makes accuracy for shooting video impossible.

His play camera mod is fine, it doesn't affect the Linear/Ease or duration settings of the tab camera. I only want to change the settings of the tab camera; is there a specific line or lines in VideoCamera.ini that control drift?

maybe try editing the file if you know programming don't forget to back up the file
hope i help
Test Subject
Original Poster
#3 Old 18th Mar 2018 at 12:32 AM
Well, I went and tried to do something. First attempt ended up almost hardlocking my computer so that wasn't it.

Second attempt was changing this section in VideoCamera.ini from this:
Code:
[Deceleration]
Move	 	 	= 0.02

to
Code:
[Deceleration]
Move	 	 	= 0.0

Which did exactly what I wanted. So, "problem" resolved.
Back to top