Advertisement
defango

Untitled

Feb 28th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. # --------------------------------------- #
  2. # #
  3. # NightCity Configuration #
  4. # #
  5. # --------------------------------------- #
  6. # GAME: StarCitizen, Version: 3.17.5
  7. # MENU: NightCity, Version: 1.7
  8. # AUTHOR: NightFyre FrameWorks LLC
  9.  
  10. # ---------------------------------------------
  11. # Notes
  12. # ---------------------------------------------
  13. # basics on the YAML syntax - https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
  14. # ---------------------------------------------
  15. # Section Notes
  16. # ---------------------------------------------
  17. # USER INTERFACE
  18. # - Theme Selection -
  19. # [0] StarCitizen UI
  20. # [1] NightCity Red
  21. # [2] NightCity Dark
  22. # [3] Invictus 2022
  23. # [4] NightCity Joker
  24. # [4] OG NightCity
  25. #
  26. # - RGB -
  27. # 1 : ON
  28. # 0 : OFF
  29. # - FOV -
  30. # value : Player Field of View
  31. # ---------------------------------------------
  32. # CUSTOM HOTKEYS
  33. # - DO NOT ADJUST NAMES !
  34. # keys with a value of `0x0` will be ignored
  35. # https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
  36. # ---------------------------------------------
  37. # CUSTOM WAYPOINTS
  38. # - DO NOT TYPE ANYTHING IN THE `position:` FIELD
  39. # THERE IS NO WAYPOINT LIMIT
  40. # ---------------------------------------------
  41.  
  42. # ---------------------------------------------
  43. # -- User Info
  44. # ---------------------------------------------
  45. INFO:
  46. - name: Username
  47. ID: 0
  48.  
  49. # ---------------------------------------------
  50. # -- User Interface
  51. # ---------------------------------------------
  52. UI:
  53. - name: Theme
  54. value: 0
  55. - name: RBG
  56. value: 1
  57. - name: FOV
  58. value: 100
  59.  
  60. # ---------------------------------------------
  61. # -- Hotkey Toggles
  62. # ---------------------------------------------
  63. CustomHotkeys:
  64. - name: Toggles
  65. key: 0x24
  66. - name: InfiniteAmmo
  67. key: 0x61
  68. - name: RapidFire
  69. key: 0x05
  70. - name: NoClip
  71. key: 0x63
  72. - name: NoRecoil
  73. key: 0x64
  74. - name: NoSpread
  75. key: 0x0
  76. - name: FreezeInventory
  77. key: 0x0
  78. - name: StatusInfo
  79. key: 0x0
  80. - name: FlyMode
  81. key: 0x0
  82. - name: FixedAimAssist
  83. key: 0x0
  84. - name: NoGForce
  85. key: 0x65
  86. - name: SpeedMultiplier
  87. key: 0x06
  88. - name: InstantWarp
  89. key: 0x0
  90. - name: SuperThrust
  91. key: 0x0
  92. - name: BoostMultiplier
  93. key: 0x0
  94. - name: InfiniteBoost
  95. key: 0x0
  96. - name: Fog
  97. key: 0x0
  98. - name: FullBright
  99. key: 0x0
  100. - name: HUNTER
  101. key: 0x67
  102. - name: SpeedUp
  103. key: 0x26
  104. - name: SpeedDown
  105. key: 0x28
  106.  
  107. # ---------------------------------------------
  108. # -- Custom Player Teleport List
  109. # ---------------------------------------------
  110. CustomPlayer:
  111. - name: Cellin SPK
  112. position:
  113. x: 11620.0263672
  114. y: -419839.9687500
  115. z: 200000.4687500
  116. - name: Jumptown
  117. position:
  118. x: 268025.6250000
  119. y: 143784.3281250
  120. z: 74777.1718750
  121. - name: Yela - Communications Array
  122. position:
  123. x: 150336.3437500
  124. y: -454429.0625000
  125. z: 24000.0546875
  126. - name: Hurston - Security Depot
  127. position:
  128. x: 766551.7500000
  129. y: -74234.1718750
  130. z: -640244.4375000
  131.  
  132. # ---------------------------------------------
  133. # -- Custom Ship Teleport List
  134. # ---------------------------------------------
  135. CustomShip:
  136. - name: HURSTON - Center Planet
  137. position:
  138. x: 12850457093.000000
  139. y: 0
  140. z: 0
  141. - name: Grim Hex - LowerTerminals
  142. position:
  143. x: -568760.044209
  144. y: 383570.191346
  145. z: -2075.836011
  146. - name: ShipWreck Constellation
  147. position:
  148. x: -699894.6250000
  149. y: 264864.6250000
  150. z: 663972.5625000
  151. - name: Lorville - Spaceport
  152. position:
  153. x: -327076.840814
  154. y: -758503.998642
  155. z: 565626.534092
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement