Advertisement
Ultimga

Untitled

Feb 23rd, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. [AdvancedBuildingMode]
  2. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  3.  
  4. ; Change false to true to enable this section, if you set this to false the mode will not be accesible
  5. enabled=true
  6.  
  7. ; Enter the advanced building mode with this key when building
  8. enterAdvancedBuildingMode=F1
  9.  
  10. ; Exit the advanced building mode with this key when building
  11. exitAdvancedBuildingMode=F3
  12.  
  13. [AdvancedEditingMode]
  14.  
  15. ; Change false to true to enable this section, if you set this to false the mode will not be accesible
  16. enabled=false
  17.  
  18. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  19.  
  20. ; Enter the advanced editing mode with this key
  21. enterAdvancedEditingMode=Keypad0
  22.  
  23. ; Reset the object to its original position and rotation
  24. resetAdvancedEditingMode=F7
  25.  
  26. ; Exit the advanced editing mode with this key and reset the object
  27. abortAndExitAdvancedEditingMode=F8
  28.  
  29. ; Confirm the placement of the object and place it
  30. confirmPlacementOfAdvancedEditingMode=KeypadEnter
  31.  
  32. [Beehive]
  33.  
  34. ; Change false to true to enable this section
  35. enabled=false
  36.  
  37. ; configure the speed at which the bees produce honey in seconds, 1200 seconds are 24 ingame hours
  38. honeyProductionSpeed=1200
  39.  
  40. ; configure the maximum amount of honey in beehives
  41. maximumHoneyPerBeehive=4
  42.  
  43. [Building]
  44.  
  45. ; Change false to true to enable this section
  46. enabled=false
  47.  
  48. ; Remove some of the Invalid placement messages, most notably provides the ability to place objects into other objects
  49. noInvalidPlacementRestriction=false
  50.  
  51. ; Removes the weather damage from rain
  52. noWeatherDamage=false
  53.  
  54. ; The maximum range that you can place build objects at
  55. maximumPlacementDistance=5
  56.  
  57. [Items]
  58.  
  59. ; Change false to true to enable this section
  60. enabled=false
  61.  
  62. ; Enables you to teleport with ores and other usually restricted objects
  63. noTeleportPrevention=false
  64.  
  65. ; Increase or reduce item weight by % percent. The value -50 will reduce item weight of every object by 50%.
  66. baseItemWeightReduction=0
  67.  
  68. ; Increase the size of all item stacks by %. The value 50 would set a usual item stack of 100 to be 150.
  69. itemStackMultiplier=0
  70.  
  71. [Fermenter]
  72.  
  73. ; Change false to true to enable this section
  74. enabled=false
  75.  
  76. ; configure the time that the fermenter takes to produce its product, 2400 seconds are 48 ingame hours
  77. fermenterDuration=2400
  78.  
  79. ; configure the total amount of produced items from a fermenter
  80. fermenterItemsProduced=6
  81.  
  82. [Fireplace]
  83.  
  84. ; If changed to enabled all fireplaces do not need to be refilled.
  85. enabled=false
  86.  
  87. ; If you enable this option only placed torches do not need to be refilled.
  88. onlyTorches=false
  89.  
  90. [Food]
  91.  
  92. ; Change false to true to enable this section
  93. enabled=false
  94.  
  95. ; Increase or reduce the time that food lasts by %. The value 50 would cause food to run out 50% slower.
  96. foodDurationMultiplier=0
  97.  
  98.  
  99. [Furnace]
  100.  
  101. ; Change false to true to enable this section
  102. enabled=false
  103.  
  104. ; Maximum amount of ore in a furnace
  105. maximumOre=10
  106.  
  107. ; Maximum amount of coal in a furnace
  108. maximumCoal=20
  109.  
  110. ; The total amount of coal used to produce a single smelted ingot.
  111. coalUsedPerProduct=2
  112.  
  113. ; The time it takes for the furnace to produce a single ingot in seconds.
  114. productionSpeed=30
  115.  
  116. [Game]
  117.  
  118. ; Change false to true to enable this section
  119. enabled=false
  120.  
  121. ; The games damage multiplier per person nearby in difficultyScaleRange(m) radius.
  122. gameDifficultyDamageScale=0.4
  123.  
  124. ; The games health multiplier per person nearby in difficultyScaleRange(m) radius.
  125. gameDifficultyHealthScale=0.4
  126.  
  127. ; Adds additional players to the difficulty calculation in multiplayer unrelated to the actual amount
  128. extraPlayerCountNearby=0
  129.  
  130. ; Sets the nearby player count always to this value + extraPlayerCountNearby
  131. setFixedPlayerCountTo=0
  132.  
  133. ; The range in meters at which other players count towards nearby players for the difficulty scale
  134. difficultyScaleRange=200
  135.  
  136.  
  137. [Hotkeys]
  138. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  139.  
  140. ; Roll forwards on key pressed
  141. rollForwards=F9
  142.  
  143. ; Roll backwards on key pressed
  144. rollBackwards=F10
  145.  
  146.  
  147. [Hud]
  148.  
  149. ; Change false to true to enable this section
  150. enabled=false
  151.  
  152. ; Shows the required amount of items AND the amount of items in your inventory in build mode and while crafting.
  153. showRequiredItems=true
  154.  
  155. ; Shows small notifications about all skill experienced gained in the top left corner.
  156. experienceGainedNotifications=true
  157.  
  158. [Kiln]
  159.  
  160. ; Change false to true to enable this section
  161. enabled=false
  162.  
  163. ; Maximum amount of wood in a Kiln
  164. maximumWood=20
  165.  
  166. ; The time it takes for the Kiln to produce a single piece of coal in seconds.
  167. productionSpeed=30
  168.  
  169. [Map]
  170.  
  171. ; Change false to true to enable this section
  172. enabled=true
  173.  
  174. ; With this enabled you will receive the same exploration progression as other players on the server
  175. shareMapProgression=true
  176.  
  177. ; The radius of the map that you explore when moving
  178. exploreRadius=100
  179.  
  180. ; Automatically turn on the Map option to share your position when joining or starting a game
  181. playerPositionPublicOnJoin=true
  182.  
  183. ; Prevents you and other people on the server to turn off their map sharing option
  184. preventPlayerFromTurningOffPublicPosition=false
  185.  
  186. ; Remove the Map marker of your death when you have picked up your tombstone items
  187. removeDeathPinOnTombstoneEmpty=false
  188.  
  189. [Player]
  190.  
  191. ; Change false to true to enable this section
  192. enabled=true
  193.  
  194. ; The base amount of carry weight of your character
  195. baseMaximumWeight=300
  196.  
  197. ; Increase the buff you receive to your carry weight from Megingjord's girdle
  198. baseMegingjordBuff=150
  199.  
  200. ; Increase auto pickup range of all items
  201. baseAutoPickUpRange=2
  202.  
  203. ; Disable all types of camera shake
  204. disableCameraShake=false
  205.  
  206. ; The base unarmed damage multiplied by your skill level
  207. baseUnarmedDamage=80
  208.  
  209. [Server]
  210.  
  211. ; Change false to true to enable this section
  212. enabled=true
  213.  
  214. ; Modify the amount of players on your Server
  215. maxPlayers=10
  216.  
  217. ; Removes the requirement to have a server password
  218. disableServerPassword=false
  219.  
  220. ; This setting adds a version control check to verifiy that the server and yourself have the same configuration file installed.
  221. enforceConfiguration=false
  222.  
  223. ; This settings add a version control check to make sure that people that try to join your game or the server you try to join has V+ installed
  224. enforceMod=false
  225.  
  226. ; The total amount of data that the server and client can send per second in kilobyte
  227. dataRate=60
  228.  
  229. ; The interval in seconds that the game auto saves at (client only)
  230. autoSaveInterval=1200
  231.  
  232. [Stamina]
  233.  
  234. ; Change false to true to enable this section
  235. enabled=false
  236.  
  237. ; Changes the flat amount of stamina cost of using the dodge roll
  238. dodgeStaminaUsage=10
  239.  
  240. ; Changes the stamina drain of being overweight
  241. encumberedStaminaDrain=10
  242.  
  243. ; Changes the stamina cost of jumping
  244. jumpStaminaDrain=10
  245.  
  246. ; Changes the stamina cost of running
  247. runStaminaDrain=10
  248.  
  249. ; Changes the stamina drain by sneaking
  250. sneakStaminaDrain=10
  251.  
  252. ; Changes the total amount of stamina recovered per second
  253. staminaRegen=5
  254.  
  255. ; Changes the delay until stamina regeneration sets in
  256. staminaRegenDelay=0.5f
  257.  
  258. ; Changes the stamina drain of swimming
  259. swimStaminaDrain=5
  260.  
  261.  
  262. [StaminaUsage]
  263. ; Change false to true to enable this section
  264. enabled=false
  265. ; Each of these values reduces the stamina drain by %. The value 50 would result in 50% less stamina cost.
  266. axes=0
  267. bows=0
  268. clubs=0
  269. knives=0
  270. pickaxes=0
  271. polearms=0
  272. spears=0
  273. swords=0
  274. unarmed=0
  275. hammer=0
  276. hoe=0
  277.  
  278. [Workbench]
  279. ; Change false to true to enable this section
  280. enabled=false
  281.  
  282. ; Set the workbench radius in meters
  283. workbenchRange=20
  284.  
  285. ; Disables the roof and exposure requirement to use a workbench
  286. disableRoofCheck=false
  287.  
  288. [Time]
  289.  
  290. ; Change false to true to enable this section
  291. enabled=false
  292.  
  293. ; Total amount of time one complete day and night circle takes to complete
  294. totalDayTimeInSeconds=1200
  295.  
  296. ; Increase the speed at which time passes at night by %. The value 50 would result in a 50% reduced amount of night time.
  297. nightTimeSpeedMultiplier=0
  298.  
  299. [Ward]
  300.  
  301. ; Change false to true to enable this section
  302. enabled=false
  303.  
  304. ; The range of wards by meters
  305. wardRange=20
  306.  
  307. [StructuralIntegrity]
  308.  
  309. ; Change false to true to enable this section
  310. enabled=false
  311.  
  312. ; Disables the entire structural integrity system and allows for placement in free air, does not prevent building damage.
  313. disableStructuralIntegrity=false;
  314.  
  315. ; Each of these values reduce the loss of structural integrity by % less. The value 100 would result in disabled structural integrity and allow placement in free air.
  316. wood=0
  317. stone=0
  318. iron=0
  319. hardWood=0
  320.  
  321. [Experience]
  322.  
  323. ; Change false to true to enable this section
  324. enabled=false
  325.  
  326. ; Each of these values represent the increase to experience gained by % increased. The value 50 would result in 50% increased experience gained for the respective skill by name.
  327. swords=0
  328. knives=0
  329. clubs=0
  330. polearms=0
  331. spears=0
  332. blocking=0
  333. axes=0
  334. bows=0
  335. fireMagic=0
  336. frostMagic=0
  337. unarmed=0
  338. pickaxes=0
  339. woodCutting=0
  340. jump=0
  341. sneak=0
  342. run=0
  343. swim=0
  344.  
  345.  
  346. [Camera]
  347.  
  348. ; Change false to true to enable this section
  349. enabled=false
  350.  
  351. ; The maximum zoom distance to your character
  352. cameraMaximumZoomDistance=6
  353.  
  354. ; The maximum zoom distance to your character when in a boat
  355. cameraBoatMaximumZoomDistance=6
  356.  
  357. ; The game camera FOV
  358. cameraFOV=85
  359.  
  360. [Wagon]
  361.  
  362. ; Change false to true to enable this section
  363. enabled=false
  364.  
  365. ; Change the base vagon physical mass of the vagon object
  366. wagonBaseMass=20
  367.  
  368. ; This value changes the game physical weight of Vagons by +/- more/less from item weight inside. The value 50 would increase the weight by 50% more. The value -100 would remove the entire extra weight.
  369. wagonExtraMassFromItems=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement