Advertisement
ThoraldGM

Grogheim Config 3/23/21

Mar 23rd, 2021
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.39 KB | None | 0 0
  1. [ValheimPlus]
  2.  
  3. ; Change false to true to enable this section
  4. enabled=true
  5.  
  6. ; Display the Valheim Plus logo in the main menu
  7. mainMenuLogo=true
  8.  
  9. ; Display the advertisement of our server hosting partner on the server browser menu
  10. serverBrowserAdvertisement=false
  11.  
  12. [AdvancedBuildingMode]
  13. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  14.  
  15. ; Change false to true to enable this section, if you set this to false the mode will not be accesible
  16. enabled=true
  17.  
  18. ; Enter the advanced building mode with this key when building
  19. enterAdvancedBuildingMode=F1
  20.  
  21. ; Exit the advanced building mode with this key when building
  22. exitAdvancedBuildingMode=F3
  23.  
  24. ; Copy the object rotation of the currently selected object in ABM
  25. copyObjectRotation=Keypad7
  26.  
  27. ; Apply the copied object rotation to the currently selected object in ABM
  28. pasteObjectRotation=Keypad8
  29.  
  30. ; Increases the amount an object rotates and moves.
  31. ; Holding Shift will increase in increments of 10 instead of 1.
  32. increaseScrollSpeed=KeypadPlus
  33.  
  34. ; Decreases the amount an object rotates and moves.
  35. ; Holding Shift will decrease in increments of 10 instead of 1.
  36. decreaseScrollSpeed=KeypadMinus
  37.  
  38. [AdvancedEditingMode]
  39.  
  40. ; Change false to true to enable this section, if you set this to false the mode will not be accesible
  41. enabled=true
  42.  
  43. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  44.  
  45. ; Enter the advanced editing mode with this key
  46. enterAdvancedEditingMode=Keypad0
  47.  
  48. ; Reset the object to its original position and rotation
  49. resetAdvancedEditingMode=F7
  50.  
  51. ; Exit the advanced editing mode with this key and reset the object
  52. abortAndExitAdvancedEditingMode=F8
  53.  
  54. ; Confirm the placement of the object and place it
  55. confirmPlacementOfAdvancedEditingMode=KeypadEnter
  56.  
  57. ; Copy the object rotation of the currently selected object in AEM
  58. copyObjectRotation=Keypad7
  59.  
  60. ; Apply the copied object rotation to the currently selected object in AEM
  61. pasteObjectRotation=Keypad8
  62.  
  63. ; Increases the amount an object rotates and moves.
  64. ; Holding Shift will increase in increments of 10 instead of 1.
  65. increaseScrollSpeed=KeypadPlus
  66.  
  67. ; Decreases the amount an object rotates and moves.
  68. ; Holding Shift will decrease in increments of 10 instead of 1.
  69. decreaseScrollSpeed=KeypadMinus
  70.  
  71. [Beehive]
  72.  
  73. ; Change false to true to enable this section
  74. enabled=true
  75.  
  76. ; configure the speed at which the bees produce honey in seconds, 1200 seconds are 24 ingame hours
  77. honeyProductionSpeed=1200
  78.  
  79. ; configure the maximum amount of honey in beehives
  80. maximumHoneyPerBeehive=10
  81.  
  82. ; Instead of dropping the items, they will be placed inside nearby chests instead.
  83. autoDeposit=false
  84.  
  85. ; The range of the chest detection for the auto deposit feature. (Maximum is 50)
  86. autoDepositRange=10
  87.  
  88. ; Display the minutes and seconds until the beehive produces honey on hover
  89. showDuration=true
  90.  
  91. [Building]
  92.  
  93. ; Change false to true to enable this section
  94. enabled=true
  95.  
  96. ; Remove some of the Invalid placement messages, most notably provides the ability to place objects into other objects
  97. noInvalidPlacementRestriction=false
  98.  
  99. ; Removes the "Mystical forces" building prevention and allows destruction of build objects in those areas with the hammer.
  100. noMysticalForcesPreventPlacementRestriction=false
  101.  
  102. ; Removes the weather damage from rain
  103. noWeatherDamage=false
  104.  
  105. ; The maximum range that you can place build objects at
  106. maximumPlacementDistance=5
  107.  
  108. ; The radius, in meters, in which a piece must be to contribute to the comfort level.
  109. ; Default: 10
  110. pieceComfortRadius=10
  111.  
  112. ; When destroying a building piece, setting this to true will ensure it always drops full resources.
  113. ; default: false
  114. alwaysDropResources=true
  115.  
  116. ; When destroying a building piece, setting this to true will ensure it always drops pieces that the devs have marked as "do not drop".
  117. ; default: false
  118. alwaysDropExcludedResources=false
  119.  
  120. ; Setting this to true will cause repairing with the hammer to repair in a radius.
  121. enableAreaRepair=true
  122.  
  123. ; Sets the area repair radius. A value of 7.5 would mean your repair radius is 7.5m. Requires enableAreaRepair=true
  124. areaRepairRadius=7.5
  125.  
  126. [Camera]
  127.  
  128. ; Change false to true to enable this section
  129. enabled=false
  130.  
  131. ; The maximum zoom distance to your character
  132. cameraMaximumZoomDistance=6
  133.  
  134. ; The maximum zoom distance to your character when in a boat
  135. cameraBoatMaximumZoomDistance=6
  136.  
  137. ; The game camera FOV
  138. cameraFOV=65
  139.  
  140. [Experience]
  141.  
  142. ; Change false to true to enable this section
  143. enabled=false
  144.  
  145. ; Each of these values represent the increase to experience gained by +/- %
  146. ; The value 50 would result in 50% increased experience gained for the respective skill by name.
  147. ; The value -50 would result in -50% experience gained for the respective skill by name.
  148. swords=0
  149. knives=0
  150. clubs=0
  151. polearms=0
  152. spears=0
  153. blocking=0
  154. axes=0
  155. bows=0
  156. fireMagic=0
  157. frostMagic=0
  158. unarmed=0
  159. pickaxes=0
  160. woodCutting=0
  161. jump=0
  162. sneak=0
  163. run=0
  164. swim=0
  165.  
  166. [Fermenter]
  167.  
  168. ; Change false to true to enable this section
  169. enabled=true
  170.  
  171. ; configure the time that the fermenter takes to produce its product, 2400 seconds are 48 ingame hours
  172. fermenterDuration=2400
  173.  
  174. ; configure the total amount of produced items from a fermenter
  175. fermenterItemsProduced=10
  176.  
  177. ; Display the minutes and seconds until the fermenter is done on hover
  178. showDuration=true
  179.  
  180. [FireSource]
  181.  
  182. ; Change false to true to enable this section
  183. ; default: false
  184. enabled=true
  185.  
  186. ; If set to true, torch-type fire sources will stay at max fuel level once filled.
  187. ; Applies to: wood torches, iron torches, green torches, sconces and brazier
  188. ; default: false
  189. torches=true
  190.  
  191. ; If set to true, non torch-type fire sources will stay at max fuel level once filled.
  192. ; default: false
  193. fires=true
  194.  
  195. ; Look for fuel inside nearby chests.
  196. ; default: false
  197. autoFuel=false
  198.  
  199. ; Ignore private area check.
  200. ; default: true
  201. ignorePrivateAreaCheck=true
  202.  
  203. ; The range of the chest detection for the auto fuel features.
  204. ; default: 10
  205. ; min: 1
  206. ; max: 50
  207. autoRange=10
  208.  
  209. [Food]
  210.  
  211. ; Change false to true to enable this section
  212. enabled=true
  213.  
  214. ; Increase or reduce the time that food lasts by %. The value 50 would cause food to run out 50% slower.
  215. ; Allows for - values to shorten food duration.
  216. foodDurationMultiplier=75
  217.  
  218. ; If set to true, this option prevents food degrading over time - in other words, it retains its maximum benefit until it expires.
  219. disableFoodDegradation=false
  220.  
  221. [Smelter]
  222.  
  223. ; Change false to true to enable this section
  224. enabled=false
  225.  
  226. ; Maximum amount of ore in a smelter
  227. maximumOre=10
  228.  
  229. ; Maximum amount of coal in a smelter
  230. maximumCoal=20
  231.  
  232. ; The total amount of coal used to produce a single smelted ingot.
  233. coalUsedPerProduct=2
  234.  
  235. ; The time it takes for the smelter to produce a single ingot in seconds.
  236. productionSpeed=30
  237.  
  238. ; Instead of dropping the items, they will be placed inside nearby chests instead.
  239. autoDeposit=false
  240.  
  241. ; Look for fuel inside nearby chests.
  242. autoFuel=false
  243.  
  244. ; Ignore private area check.
  245. ; default: true
  246. ignorePrivateAreaCheck=true
  247.  
  248. ; The range of the chest detection for the auto deposit and fuel features. (Maximum is 50)
  249. autoRange=10
  250.  
  251. [Furnace]
  252.  
  253. ; Change false to true to enable this section
  254. enabled=false
  255.  
  256. ; Maximum amount of ore in a furnace
  257. maximumOre=10
  258.  
  259. ; Maximum amount of coal in a furnace
  260. maximumCoal=20
  261.  
  262. ; The total amount of coal used to produce a single smelted ingot.
  263. coalUsedPerProduct=2
  264.  
  265. ; The time it takes for the furnace to produce a single ingot in seconds.
  266. productionSpeed=30
  267.  
  268. ; Instead of dropping the items, they will be placed inside nearby chests instead.
  269. autoDeposit=false
  270.  
  271. ; Look for fuel inside nearby chests.
  272. autoFuel=false
  273.  
  274. ; Ignore private area check.
  275. ; default: true
  276. ignorePrivateAreaCheck=true
  277.  
  278. ; The range of the chest detection for the auto deposit and fuel features. (Maximum is 50)
  279. autoRange=10
  280.  
  281. [Game]
  282.  
  283. ; Change false to true to enable this section
  284. enabled=false
  285.  
  286. ; The games damage multiplier per person nearby in difficultyScaleRange(m) radius.
  287. gameDifficultyDamageScale=0.04
  288.  
  289. ; The games health multiplier per person nearby in difficultyScaleRange(m) radius.
  290. gameDifficultyHealthScale=0.4
  291.  
  292. ; Adds additional players to the difficulty calculation in multiplayer unrelated to the actual amount
  293. extraPlayerCountNearby=0
  294.  
  295. ; Sets the nearby player count always to this value + extraPlayerCountNearby
  296. setFixedPlayerCountTo=0
  297.  
  298. ; The range in meters at which other players count towards nearby players for the difficulty scale
  299. difficultyScaleRange=200
  300.  
  301. ; If you set this to true, all portals will be disabled
  302. disablePortals=false
  303.  
  304. [Hotkeys]
  305. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  306.  
  307. ; Change false to true to enable this section
  308. enabled=false
  309.  
  310. ; Roll forwards on key pressed
  311. rollForwards=F9
  312.  
  313. ; Roll backwards on key pressed
  314. rollBackwards=F10
  315.  
  316. [Items]
  317.  
  318. ; Change false to true to enable this section
  319. enabled=true
  320.  
  321. ; Enables you to teleport with ores and other usually restricted objects
  322. noTeleportPrevention=true
  323.  
  324. ; Increase or reduce item weight by % percent. The value -50 will reduce item weight of every object by 50%.
  325. baseItemWeightReduction=0
  326.  
  327. ; Increase the size of all item stacks by %. The value 50 would set a usual item stack of 100 to be 150.
  328. itemStackMultiplier=0
  329.  
  330. ; Set duration that dropped items live before despawning. Game default is 3600 seconds.
  331. droppedItemOnGroundDurationInSeconds=3600
  332.  
  333. [Hud]
  334.  
  335. ; Change false to true to enable this section
  336. enabled=true
  337.  
  338. ; Shows the required amount of items AND the amount of items in your inventory in build mode and while crafting.
  339. showRequiredItems=true
  340.  
  341. ; Shows small notifications about all skill experienced gained in the top left corner.
  342. experienceGainedNotifications=true
  343.  
  344. ; Shows current and max stamina numerically underneath the stamina bar.
  345. displayStaminaValue=true
  346.  
  347. ; Set to true to remove the red screen flash overlay when the player takes damage.
  348. removeDamageFlash=false
  349.  
  350. [Gathering]
  351.  
  352. ; Change false to true to enable this section
  353. enabled=true
  354.  
  355. ; Modify the chance to drop resources from resource nodes affected by this category
  356. ; This only works on resource nodes that do not have guaranteed drops
  357. ; As example by default scrap piles in dungeons have a 20% chance to drop a item, if you set this option to 200, you will then have a 60% chance to drop iron.
  358. dropChance=200
  359.  
  360. ; Each of these values increase or reduce the dropped items from destroyed objects with tools (Stones, Trees, Resource nodes, etc.) by %
  361. ; The value 50 will increase the dropped wood from trees from 10 to 15. The value -50 will reduce the amount of dropped wood from 10 to 5.
  362. wood=50
  363. stone=50
  364. fineWood=50
  365. coreWood=50
  366. elderBark=50
  367. ironScrap=50
  368. tinOre=50
  369. copperOre=50
  370. silverOre=50
  371. chitin=50
  372.  
  373. [Durability]
  374.  
  375. ; Change false to true to enable this section
  376. enabled=false
  377.  
  378. ; Each of these values increase or reduce the durability of the specific item type by %
  379. ; The value 50 will increase the durability from 100 to 150. The value -50 will reduce the durability from 100 to 50.
  380. axes=0
  381. pickaxes=0
  382. hammer=0
  383. cultivator=0
  384. hoe=0
  385. weapons=0
  386. armor=0
  387. bows=0
  388. shields=0
  389. torch=0
  390.  
  391. [Armor]
  392.  
  393. ; Change false to true to enable this section
  394. enabled=false
  395.  
  396. ; Each of these values increase or reduce the armor of the specific item type by %
  397. ; The value 50 will increase the armor from 14 to 21. The value -50 will reduce the durability from 14 to 7.
  398. helmets=0
  399. chests=0
  400. legs=0
  401. capes=0
  402.  
  403.  
  404. [Kiln]
  405.  
  406. ; Change false to true to enable this section
  407. enabled=false
  408.  
  409. ; Maximum amount of wood in a Kiln
  410. maximumWood=25
  411.  
  412. ; The time it takes for the Kiln to produce a single piece of coal in seconds.
  413. productionSpeed=30
  414.  
  415. ; Instead of dropping the items, they will be placed inside nearby chests instead.
  416. autoDeposit=false
  417.  
  418. ; Look for fuel inside nearby chests.
  419. autoFuel=false
  420.  
  421. ; Ignore private area check.
  422. ; default: true
  423. ignorePrivateArea=true
  424.  
  425. ; The range of the chest detection for the auto deposit and fuel features. (Maximum is 50)
  426. autoRange=10
  427.  
  428. [Map]
  429.  
  430. ; Change false to true to enable this section
  431. enabled=false
  432.  
  433. ; With this enabled you will receive the same exploration progression as other players on the server
  434. ; This will also enable the option for the server to sync everyones exploration progression on connecting to the server.
  435. shareMapProgression=false
  436.  
  437. ; The radius of the map that you explore when moving
  438. exploreRadius=100
  439.  
  440. ; Prevents you and other people on the server to turn off their map sharing option
  441. preventPlayerFromTurningOffPublicPosition=false
  442.  
  443.  
  444. [Player]
  445.  
  446. ; Change false to true to enable this section
  447. enabled=true
  448.  
  449. ; The base amount of carry weight of your character
  450. baseMaximumWeight=300
  451.  
  452. ; Increase the buff you receive to your carry weight from Megingjord's girdle
  453. baseMegingjordBuff=150
  454.  
  455. ; Increase auto pickup range of all items
  456. baseAutoPickUpRange=4
  457.  
  458. ; Disable all types of camera shake
  459. disableCameraShake=false
  460.  
  461. ; The base unarmed damage multiplied by your skill level.
  462. ; 120 will result in a maximum of up to 12 damage when you have a skill level of 10.
  463. baseUnarmedDamage=70
  464.  
  465. ; When changed to true, you will not be permitted to place a crop within the grow radius of another crop
  466. cropNotifier=false
  467.  
  468. ; How many seconds each comfort level contributes to the rested bonus.
  469. ; Default: 60
  470. restSecondsPerComfortLevel=60
  471.  
  472. ; Change the death penalty in percentage, where higher will increase the death penalty and lower will reduce it.
  473. ; Example: -50 reduces the death penalty by 50%.
  474. ; Example: 50 increases the death penalty by 50%.
  475. ; Example: -100 disables the death penalty entirely.
  476. deathPenaltyMultiplier=0
  477.  
  478. ; If set to true, this option will automatically repair your equipment when you interact with the appropriate workbench.
  479. autoRepair=true
  480.  
  481. ; Boss buff duration (seconds)
  482. guardianBuffDuration=300
  483.  
  484. ; Boss buff cooldown (seconds)
  485. guardianBuffCooldown=1200
  486.  
  487. ; Disable the Guardian Buff animation
  488. disableGuardianBuffAnimation=false
  489.  
  490. ; If set to true, when equipping a one-handed weapon, the best shield from your inventory is automatically equipped. (Best is determined by highest block power)
  491. autoEquipShield=false
  492.  
  493.  
  494. [Server]
  495.  
  496. ; Change false to true to enable this section
  497. enabled=true
  498.  
  499. ; Modify the amount of players on your Server
  500. maxPlayers=10
  501.  
  502. ; Removes the requirement to have a server password
  503. disableServerPassword=false
  504.  
  505. ; 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
  506. enforceMod=false
  507.  
  508. ; Changes whether the server will force it's config on clients that connect. Only affects servers.
  509. serverSyncsConfig=true
  510.  
  511. ; If false allows you to keep your own defined hotkeys instead of synchronising the ones declared for the server. Sections need to be enabled in your local configuration to load hotkeys. This is a client side setting and not affected by server settings.
  512. serverSyncHotkeys=false
  513.  
  514.  
  515. [Stamina]
  516. ; Each of these values allow for - values, 50 will increase the stamina cost by 50%, -50 will reduce the stamina cost by 50%
  517. ; Change false to true to enable this section
  518. enabled=false
  519.  
  520. ; Changes the amount of stamina cost of using the dodge roll by %
  521. dodgeStaminaUsage=0
  522.  
  523. ; Changes the stamina drain of being overweight by %
  524. encumberedStaminaDrain=0
  525.  
  526. ; Changes the stamina cost of jumping by %
  527. jumpStaminaDrain=0
  528.  
  529. ; Changes the stamina cost of running by %
  530. runStaminaDrain=0
  531.  
  532. ; Changes the stamina drain by sneaking by %
  533. sneakStaminaDrain=0
  534.  
  535. ; Changes the total amount of stamina recovered per second by %
  536. staminaRegen=0
  537.  
  538. ; Changes the delay until stamina regeneration sets in by %
  539. staminaRegenDelay=0
  540.  
  541. ; Changes the stamina drain of swimming by %
  542. swimStaminaDrain=0
  543.  
  544.  
  545. [StaminaUsage]
  546. ; Change false to true to enable this section
  547. enabled=false
  548. ; Each of these values modifies the stamina drain by %.
  549. ; The value 50 would result in 50% more stamina cost.
  550. ; The value -50 would result in 50% less stamina cost.
  551. axes=0
  552. blocking=0
  553. bows=0
  554. clubs=0
  555. knives=0
  556. pickaxes=0
  557. polearms=0
  558. spears=0
  559. swords=0
  560. unarmed=0
  561. hammer=0
  562. hoe=0
  563. cultivator=0
  564.  
  565. [StructuralIntegrity]
  566.  
  567. ; Change false to true to enable this section
  568. enabled=true
  569.  
  570. ; Disables the entire structural integrity system and allows for placement in free air, does not prevent building damage.
  571. disableStructuralIntegrity=false
  572.  
  573. ; Disables any damage from anything to all player built structures. Does not prevent damage from structural integrity.
  574. disableDamageToPlayerStructures=false
  575.  
  576. ; Disables any damage from anything to all player built boats
  577. disableDamageToPlayerBoats=true
  578.  
  579. ; Each of these values reduce the loss of structural integrity by distance by % less. The value 100 would result in disabled structural integrity and allow placement in free air.
  580. wood=0
  581. stone=0
  582. iron=0
  583. hardWood=0
  584.  
  585. [Time]
  586.  
  587. ; --- > THIS FEATURE IS STILL IN DEVELOPMENT AND IS RIGHT NOW DISABLED UNTIL FURTHER NOTICE
  588.  
  589. ; Change false to true to enable this section
  590. ; enabled=false
  591. ; Total amount of time one complete day and night circle takes to complete
  592. ; totalDayTimeInSeconds=1800
  593. ; Increase the speed at which time passes at night by %. The value 50 would result in a 50% reduced amount of night time. The value 0 would result in a 0% reduced amount (normal amount).
  594. ; nightTimeSpeedMultiplier=0
  595.  
  596.  
  597. [Ward]
  598.  
  599. ; Change false to true to enable this section
  600. enabled=false
  601.  
  602. ; The range of wards by meters
  603. wardRange=20
  604.  
  605. [Workbench]
  606. ; Change false to true to enable this section
  607. enabled=true
  608.  
  609. ; Set the workbench radius in meters
  610. workbenchRange=50
  611.  
  612. ; Sets the workbench attachment (e.g. anvil) radius
  613. workbenchAttachmentRange=5
  614.  
  615. ; Disables the roof and exposure requirement to use a workbench
  616. disableRoofCheck=true
  617.  
  618. [Wagon]
  619.  
  620. ; Change false to true to enable this section
  621. enabled=false
  622.  
  623. ; Change the base wagon physical mass of the wagon object
  624. wagonBaseMass=20
  625.  
  626. ; This value changes the game physical weight of wagons 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.
  627. wagonExtraMassFromItems=0
  628.  
  629. [Inventory]
  630.  
  631. ; Change false to true to enable this section
  632. enabled=false
  633.  
  634. ; Player inventory number of rows (inventory is resized up to 6 rows, higher values will add a scrollbar)
  635. ; default 4, min 4, max 20
  636. playerInventoryRows=4
  637.  
  638. ; Wood chest number of columns
  639. ; default 5, 5 min, 8 max
  640. woodChestColumns=5
  641.  
  642. ; Wood chest number of rows (more than 4 rows will add a scrollbar)
  643. ; default 2, min 2, 10 max
  644. woodChestRows=2
  645.  
  646. ; Personal chest number of columns
  647. ; default 3, 3 min, 8 max
  648. personalChestColumns=3
  649.  
  650. ; Personal chest number of rows
  651. ; default 2, 2 min, 20 max
  652. personalChestRows=2
  653.  
  654. ; Iron chests already have 8 columns by default but now you can lower it
  655. ; default 8, min 6, max 8
  656. ironChestColumns=8
  657.  
  658. ; Iron chest number of rows (more than 4 rows will add a scrollbar)
  659. ; default 3, min 3, max 20
  660. ironChestRows=3
  661.  
  662. ; Cart (Wagon) inventory number of columns
  663. ; default 8, min 6, max 8
  664. cartInventoryColumns=8
  665.  
  666. ; Cart (Wagon) inventory number of rows (more than 4 rows will add a scrollbar)
  667. ; default 3, min 3, max 30
  668. cartInventoryRows=3
  669.  
  670. ; Karve (small boat) inventory number of columns
  671. ; default 2, min 2, max 8
  672. karveInventoryColumns=2
  673.  
  674. ; Karve (small boat) inventory number of rows (more than 4 rows will add a scrollbar)
  675. ; default 2, min 2, max 30
  676. karveInventoryRows=2
  677.  
  678. ; Longboat (large boat) inventory number of columns
  679. ; default 8, min 6, max 8
  680. longboatInventoryColumns=8
  681.  
  682. ; Longboat (large boat) inventory number of rows (more than 4 rows will add a scrollbar)
  683. ; default 3, min 3, max 30
  684. longboatInventoryRows=3
  685.  
  686. ; By default tools and weapons go into inventories top to bottom and other materials bottom to top. Set to true to make all items go into the inventory top to bottom.
  687. inventoryFillTopToBottom=false
  688.  
  689. [FreePlacementRotation]
  690.  
  691. ; Change false to true to enable this section, if you set this to false the mode will not be accesible
  692. enabled=false
  693.  
  694. ; Rotates placement marker by 1 degree with keep ability to attach to nearly pieces
  695. rotateY=LeftAlt
  696. rotateX=C
  697. rotateZ=V
  698.  
  699. ; Copy rotation of placement marker from target piece in front of you
  700. copyRotationParallel=F
  701.  
  702. ; Set rotation to be perpendicular to piece in front of you
  703. copyRotationPerpendicular=G
  704.  
  705. [Shields]
  706.  
  707. ; Change false to true to enable this section, if you set this to false the mode will not be accesible
  708. enabled=false
  709.  
  710. ; Increase or decrease the block value on all shields in %. -50 would be 50% less block rating, 50 would be 50% more block rating.
  711. blockRating=0
  712.  
  713. [FirstPerson]
  714.  
  715. ; Change false to true to enable this section
  716. enabled=false
  717.  
  718. ; Hotkey to enable First Person
  719. hotkey=F10
  720.  
  721. ; Default Field Of View to use
  722. defaultFOV=65.0
  723.  
  724. ; Hotkey to raise Field Of View
  725. raiseFOVHotkey=PageUp
  726.  
  727. ; Hotkey to lower Field Of View
  728. lowerFOVHotkey=PageDown
  729.  
  730. [GridAlignment]
  731.  
  732. ; Change false to true to enable this section
  733. enabled=false
  734.  
  735. ; Key to enable grid alignment
  736. align=LeftAlt
  737.  
  738. ; Key to toggle grid alignment
  739. alignToggle=F7
  740.  
  741. ; Key to change the default alignment
  742. changeDefaultAlignment=F6
  743.  
  744. [CraftFromChest]
  745.  
  746. ; Change false to true to enable this section
  747. enabled=true
  748.  
  749. ; If in a workbench area, uses it as reference point when scanning for chests
  750. checkFromWorkbench=true
  751.  
  752. ; Ignore private area check.
  753. ignorePrivateAreaCheck=true
  754.  
  755. ; The range of the chest detection (min: 1, max: 50)
  756. ; default: 20
  757. range=50
  758.  
  759. ; Interval in seconds between each nearby chests discovery (min: 1, max: 10)
  760. ; default: 3
  761. lookupInterval=3
  762.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement