Guest User

settings for Improved Alternate Conversation camera

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