Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. [Settings]
  2. ; This file is configuration of Alternate Conversation Camera.
  3.  
  4. ;Set camera's speed in ms, decrase = faster, min 100 default 500
  5. fCameraSpeed=900
  6.  
  7. ;Set the camera's lock-on feature, 0 = off, 1 = on
  8. bLockOn=1
  9.  
  10. ;Force camera to first person, 0 = off, 1 = on
  11. bForceFirstPerson=0
  12.  
  13. ;Force the camera to third person, 0 = off, 1 = on
  14. ;Don't set this to 1 if bForceFirstPerson is 1
  15. bForceThirdPerson=0
  16.  
  17. ;Make the transition between 1st and 3rd person more smooth, 0 = off, 1 = on
  18. bSmoothTransition=1
  19.  
  20. ;Switch between player and target in 3rd person cam
  21. ;Will switch to "fake" first person if there is not enough room for 3rd person cam
  22. ;Imitate Witcher 3 dialogue style, kinda
  23. ;You have to set bLockOn to 1 and bForceFirstPerson to 0
  24. ;Make sure to disable this feature if you don't use, set to 0
  25. ;1 = on, 0 = off
  26. bSwitchTarget=0
  27.  
  28. ;Set position for "fake" first person camera related to switch pov feature
  29. ;X is for right-left position, positive will move right
  30. ;Y is for forward-backward position, positive will move forward
  31. ;Z is for upward-downward position, positive will move upward
  32. ;These values are for "humanoid" actors
  33. iHumanCamOffsetX=0
  34. iHumanCamOffsetY=5
  35. iHumanCamOffsetZ=5
  36.  
  37. ;Same as above, except these for non-humanoid actors
  38. iCreatureCamOffsetX=0
  39. iCreatureCamOffsetY=0
  40. iCreatureCamOffsetZ=15
  41.  
  42. ;Enable headtracking while player in conversation, 1 = on, 0 = off
  43. bHeadTracking=1
  44.  
  45. ;If you use other headtracking mod, and want to combine with this mod's headtracking
  46. ;then set the value below to 0. Otherwise, I recommend just leave it to 1
  47. bConversationHT=1
  48.  
  49. ;Enable letterbox/black bars while in conversation, 1 = on, 0 = off
  50. ;Might be incompatible with ENB
  51. bLetterBox=1
  52.  
  53. ;Set the thickness of letterbox
  54. uLetterBoxThickness=175
  55.  
  56. ;Set the speed of letterbox lerping animation, min = 1, default = 5
  57. ;Increase for more faster, decrease for less faster
  58. uLetterBoxSpeed=2
  59.  
  60. ;Set the message notification's position when letterbox is on
  61. ;For x, increasing will move to the right
  62. ;For y, increasing will move to the bottom
  63. ;Default values for 16:9 aspect ratio
  64. iMessagePosX=-601
  65. iMessagePosY=-400
  66.  
  67. ;Hide the topic holder while npc is talking, 0 = off, 1 = on
  68. bHideDialogueMenu=0
  69.  
  70. ;Set position of 3rd person camera,
  71. ;X is for left-right with positive will move cam right and negative will move cam left
  72. ;Z is for up-down with positive will move cam up and negative will move cam down
  73. ;Y is for depth with positive will zoom in and negative will zoom out
  74. iAddOverShoulderPosX=30
  75. iAddOverShoulderPosZ=0
  76. iAddOverShoulderPosY=0
  77.  
  78. ;Set zoom for camera,
  79. ;u1stZoom is for non-dragon npc, decrease it for more zoom-in and increase it for more zoom-out
  80. ;u3rdZoom is same as above, except for 3rd person camera
  81. ;uDragonZoom is for dragon npc, same as above
  82. ;Default value for uZoom is 50, and uDragonZoom is 125
  83. u1stZoom=50
  84. u3rdZoom=75
  85. uDragonZoom=125
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement