Profile
Tristan: "Is this your little three-ring circus, then? Or is there another ringmaster lurking in the shadows somewhere?"
Chris: "That's a bit melodramatic, don't you think? Tonight is my show; that's all you need to know right now." Tristan: "I didn't think you could come up with something like this on your own. Although 'Club Crimsyn' is something I could see you having a hand in." Chris: "The 'Y' makes it hip." Tristan: "Yes, if you say so." Entry Tags
!file updates, !important, accessories, bottoms, chairs, decorative, default replacements, desks, donation drive, eye shadow, faq, female clothes, female hair, functional, make up, male clothes, male hair, mods, objects, one of us is babbling, paintings, patterns, picspam, plants, psd files, shoes, someone made something nifty, teens, tops, tou, ts2, tutorials, unisex toddlers, walls, wallwriting, wip
Search
|
Reply Form
|
Just remove the .package form of the video camera mod, and paste the following into the videocamera.ini like you used to do for the first version of this mod:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Video camera settings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Speed
[Speed]
Move = 1.0 ;; controls translation in the horizontal plane
MaxMoveSpeed = 200.0 ;; horizontal speed at maxHeight
MoveVertical = 1.0 ;; controls vertical translation
MaxVerticalMoveSpeed = 200.0 ;; vertical speed at maxHeight
Zoom = 30.0
Pitch = 0.003
Yaw = 0.003
Roll = 0.6
MinSpeedHeight = 5 ;; at this or lower height (above ground), speeds are at their minimum
MaxSpeedHeight = 300.0 ;; at this height or higher, speeds are at their maximum
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Deceleration
;;
;; Various settings that control how camera motion stops
[Deceleration]
Move = 0 ;; fraction of speed left after 1 second of deceleration
Zoom = 0 ;; fraction of speed left after 1 second of deceleration
ZoomStopDistance = 0 ;; controls how far from the zoom limit does zoom speed start to decelerate
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Limits
;;
;; Various settings to limit the camera's range of motion
[Limits]
MinPitch = -85.0 ;; degrees
MaxPitch = 85.0 ;; degrees
MinRoll = -360.0 ;; degrees
MaxRoll = 360.0 ;; degrees
MinPosHeight = 0.1 ;; meters above terrain
MaxPosHeight = 800.0 ;; meters above terrain
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; View
[View]
FOV = 45.0 ;; degrees
NearClipDistance = 0.15 ;; warning: decreasing this may result in increased z-fighting
FarClipDistance = 3000.0 ;; warning: increasing this may result in increased z-fighting
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Miscellaneous
[Misc]
LerpDuration = 2.0 ;; seconds