Advertisement
Guest User

Untitled

a guest
Feb 18th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. [Player]
  2. enabled=false
  3. ; enable/disable Player changes
  4.  
  5. baseMegingjordBuff=150
  6. ; default is 150 (float)
  7. ; Ingame Tooltip is not affected
  8.  
  9. baseMaximumWeight=300
  10. ; default is 300 (float)
  11.  
  12. baseAutoPickUpRange=2
  13. ; default is 2 (float)
  14.  
  15. disableCameraShake=false
  16. ; enable/disable screen shake
  17.  
  18.  
  19. [Food]
  20. enabled=false
  21. ; enable/disable Food changes
  22.  
  23. foodDuration=0
  24. ; default is 0, this is a percent value. (default + foodDuration%)
  25. ; 100 is 100% increased food duration.
  26. ; currently does not properly show in item tooltips
  27.  
  28.  
  29. [Fermenter]
  30. enabled=true
  31. ; enable/disable Fermenter changes
  32.  
  33. fermenterDuration=1200
  34. ; default is 2400 (float) (48 ingame hours)
  35. ; lower is faster
  36.  
  37. fermenterItemsProduced=6
  38. ; default is 6 (integer) items per fermenter process
  39.  
  40.  
  41. [Furnace]
  42. enabled=true
  43. ; enable/disable Furnace changes
  44.  
  45. maximumOre=20
  46. ; default is 10 (int)
  47.  
  48. maximumCoal=40
  49. ; default is 20 (int)
  50.  
  51. productionSpeed=30
  52. ; default it 30 (float)
  53. ; lower is faster
  54.  
  55. coalUsedPerProduct=2
  56. ; default is 2 (int)
  57.  
  58.  
  59. [Kiln]
  60. ; Responsible for changing Charcoal Kiln stats
  61.  
  62. enabled=false
  63. ; enable/disable Kiln changes
  64.  
  65. productionSpeed=15
  66. ; default it 15 (float)
  67. ; lower is faster
  68.  
  69. maximumWood=25
  70. ; default 25
  71.  
  72.  
  73. [Items]
  74. enabled=true
  75. ; enable/disable item changes
  76.  
  77. noTeleportPrevention=true
  78. ; default is false (boolean)
  79.  
  80. baseItemWeight=0
  81. ; default is 0(float), this is a percent value.
  82. ; -50 is -50% item weight, 50 is +50% item weight.
  83.  
  84. itemStackMultiplier=0
  85. ; default is 0(float), this is a percent value.
  86. ; Only positive values are allowed.
  87. ; 50 would be 50% increased maximum stack size.
  88. ; !CAUTION! -> If you reduce the stack size, items above the limit are lost.
  89.  
  90. [Building]
  91. enabled=true
  92. ; enable/disable Building changes
  93.  
  94. noInvalidPlacementRestriction=true
  95. ; (boolean) Removes the "Invalid Placement" restriction
  96.  
  97. noWeatherDamage=true
  98. ; Removes weather/rain damage on building objects
  99.  
  100. maximumPlacementDistance=10
  101. ; default 5(float)
  102.  
  103.  
  104. [Beehive]
  105. enabled=false
  106. ; enable/disable Beehive changes
  107.  
  108. maximumHoneyPerBeehive=4
  109. ; (integer) default is 4.
  110.  
  111. honeyProductionSpeed=1200
  112. ; (float), default is 1200. (24 ingame hours)
  113. ; lower is faster
  114.  
  115.  
  116. [Server]
  117. enabled=false
  118. ; enable/disable Server changes
  119.  
  120. maxPlayers=10
  121. ; (int) default is 10
  122.  
  123. disableServerPassword=false
  124. ; (boolean) default is false
  125.  
  126. enforceConfiguration=true
  127. ; enforce every user trying to join your game or server to have the same mod configuration.
  128. ; NOTE: if people want to join your server with a custom configuration, they need to set this setting to false as well.
  129.  
  130. enforceMod=true
  131. ; enforce every user to atleast have the mod installed when connecting to the server
  132. ; turn this off to remove version restrictions from your client and from your server
  133. ; if you turn this off you can join vanilla servers, if you turn this off you cannot join modded servers with this enabled or enforceConfiguration enabled.
  134. ; this setting overwrites enforceConfiguration
  135.  
  136. [Map]
  137. enabled=true
  138. ; enable/disable Map changes
  139.  
  140. exploreRadius=150
  141. ; default 100 (float), the radius around each player that get explored
  142.  
  143. shareMapProgression=true
  144. ; default false (boolean), shares the map progress (reveal) across all players
  145. ; players need to be online to receive map progression
  146. ; only shares the map progression of people that have selected to be visible on the map
  147.  
  148.  
  149. [Hotkeys]
  150. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  151. rollForwards=Mouse4
  152. ; roll forward on button press
  153.  
  154. rollBackwards=Mouse5
  155. ; roll backwards on button press
  156.  
  157. enterAdvancedBuildingMode=F1
  158. ; Freeze Object and allow advanced controls
  159.  
  160. exitAdvancedBuildingMode=F3
  161. ; Unfreeze Object and use default place mode
  162.  
  163. enterAdvancedEditingMode=Keypad0
  164. ; the object you are looking at will be selected to be modified using AEM
  165.  
  166. confirmPlacementOfAdvancedEditingMode=KeypadEnter
  167. ; Confirms Placement of selected and modified object
  168.  
  169. resetAdvancedEditingMode=F7
  170. ; Resets the position and rotation of the object selected with AEM
  171.  
  172. abortAndExitAdvancedEditingMode=F8
  173. ; Resets the position and rotation of the object selected with AEM and stops AEM mode
  174.  
  175. [AdvancedBuildingMode]
  176. enabled=true
  177. ; enable/disable advanced building mode, more info on the github page
  178. [AdvancedEditingMode]
  179. enabled=true
  180. ; enable/disable advanced editing mode, more info on the github page
  181. ; EXPERIMENTAL - Please be aware that i am limited in the amount of things i can test before releasing a feature. Please report any bugs to the Repository as Issues.
  182.  
  183. [Stamina]
  184. enabled=true
  185. dodgeStaminaUsage=10
  186. ; default 10(float)
  187. encumberedStaminaDrain=10
  188. ; default 10(float)
  189. sneakStaminaDrain=10
  190. ; default 5(float)
  191. runStaminaDrain=10
  192. ; default 10(float)
  193. staminaRegenDelay=0.5
  194. ; default 1(float)
  195. staminaRegen=10
  196. ; default 5(float)
  197. swimStaminaDrain=5
  198. ; default 5(float)
  199. jumpStaminaUsage=10
  200. ; default 10(float)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement