Advertisement
Firespark81

Valheim Plus S3 Settings

Jun 8th, 2021 (edited)
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.43 KB | None | 0 0
  1. [ValheimPlus]
  2.  
  3. ; Change false to true to enable this section. https://valheim.plus/documentation/list#ValheimPlus
  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.  
  14. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  15. ; Change false to true to enable this section, if you set this to false the mode will not be accessible. https://valheim.plus/documentation/list#AdvancedBuildingMode
  16. enabled = false
  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. Holding Shift will increase in increments of 10 instead of 1.
  31. increaseScrollSpeed = KeypadPlus
  32.  
  33. ; Decreases the amount an object rotates and moves. Holding Shift will decrease in increments of 10 instead of 1.
  34. decreaseScrollSpeed = KeypadMinus
  35.  
  36. [AdvancedEditingMode]
  37.  
  38. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  39. ; Change false to true to enable this section, if you set this to false the mode will not be accessible. https://valheim.plus/documentation/list#AdvancedEditingMode
  40. enabled = false
  41.  
  42. ; Enter the advanced editing mode with this key
  43. enterAdvancedEditingMode = Keypad0
  44.  
  45. ; Reset the object to its original position and rotation
  46. resetAdvancedEditingMode = F7
  47.  
  48. ; Exit the advanced editing mode with this key and reset the object
  49. abortAndExitAdvancedEditingMode = F8
  50.  
  51. ; Confirm the placement of the object and place it
  52. confirmPlacementOfAdvancedEditingMode = KeypadEnter
  53.  
  54. ; Copy the object rotation of the currently selected object in AEM
  55. copyObjectRotation = Keypad7
  56.  
  57. ; Apply the copied object rotation to the currently selected object in AEM
  58. pasteObjectRotation = Keypad8
  59.  
  60. ; Increases the amount an object rotates and moves. Holding Shift will increase in increments of 10 instead of 1.
  61. increaseScrollSpeed = KeypadPlus
  62.  
  63. ; Decreases the amount an object rotates and moves. Holding Shift will decrease in increments of 10 instead of 1.
  64. decreaseScrollSpeed = KeypadMinus
  65.  
  66. [Bed]
  67.  
  68. ; Change false to true to enable this section
  69. enabled = false
  70.  
  71. ; Change false to true to enable sleeping without setting bed as spawn.
  72. ; When hovering over a bed you will be presented with a Hot-Key 'LShift+E'. This Hot-Key will allow for you to sleep on any bed without having to set a spawn-point.
  73. sleepWithoutSpawn = false
  74.  
  75. ; Change false to true to enable sleeping on only unclaimed beds without setting bed as spawn.
  76. ; With this option enabled only beds that are not claimed by other players can be slept on without setting spawn-point using 'Shift+E'
  77. unclaimedBedsOnly = false
  78.  
  79. [Beehive]
  80.  
  81. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Beehive
  82. enabled = false
  83.  
  84. ; Configure the speed at which the bees produce honey in seconds, 1200 seconds are 24 ingame hours.
  85. honeyProductionSpeed = 1200
  86.  
  87. ; Configure the maximum amount of honey in beehives.
  88. maximumHoneyPerBeehive = 4
  89.  
  90. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  91. autoDeposit = false
  92.  
  93. ; The range of the chest detection for the auto deposit feature.
  94. ; Maximum is 50
  95. autoDepositRange = 10
  96.  
  97. ; Display the minutes and seconds until the beehive produces honey on crosshair hover.
  98. showDuration = false
  99.  
  100. [Building]
  101.  
  102. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Building
  103. enabled = false
  104.  
  105. ; Remove some of the Invalid placement messages, most notably provides the ability to place objects into other objects
  106. noInvalidPlacementRestriction = false
  107.  
  108. ; Removes the "Mystical forces" building prevention and allows destruction of build objects in those areas with the hammer.
  109. noMysticalForcesPreventPlacementRestriction = false
  110.  
  111. ; Removes the weather damage from rain and water erosion.
  112. noWeatherDamage = false
  113.  
  114. ; The maximum range in meters that you can place build objects at inside the hammer build mode.
  115. maximumPlacementDistance = 8
  116.  
  117. ; The radius, in meters, in which a piece must be to contribute to the comfort level.
  118. pieceComfortRadius = 10
  119.  
  120. ; When destroying a building piece, setting this to true will ensure it always drops full resources.
  121. ; We recommend to enable this if you use this section.
  122. alwaysDropResources = false
  123.  
  124. ; When destroying a building piece, setting this to true will ensure it always drops pieces that the devs have marked as "do not drop".
  125. ; We recommend to enable this if you use this section.
  126. alwaysDropExcludedResources = false
  127.  
  128. ; Setting this to true will cause repairing with the hammer to repair in a radius instead of a single piece.
  129. enableAreaRepair = false
  130.  
  131. ; Sets the area repair radius of enableAreaRepair. A value of 7.5 would mean your repair radius is 7.5 meters.
  132. ; Requires enableAreaRepair=true
  133. areaRepairRadius = 7.5
  134.  
  135. [Camera]
  136.  
  137. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Camera
  138. enabled = false
  139.  
  140. ; The maximum zoom distance to your character in-game.
  141. ; Default is 6
  142. cameraMaximumZoomDistance = 6
  143.  
  144. ; The maximum zoom distance to your character when in a boat.
  145. ; Default is 6
  146. cameraBoatMaximumZoomDistance = 6
  147.  
  148. ; The in-game camera FOV.
  149. ; Default is 65
  150. cameraFOV = 65
  151.  
  152. [Experience]
  153.  
  154. ; Change false to true to enable this section. This section contains modifiers. https://valheim.plus/documentation/list#Experience
  155. ; Modifiers are increases and reduction in percent declared by 50, or -50. The value 50 will increase experience gained by 50%, -50 will reduce experience gained by 50%.
  156. enabled = true
  157.  
  158. ; The modifier value for the experience gained of swords.
  159. swords = 0
  160.  
  161. ; The modifier value for the experience gained of knives.
  162. knives = 0
  163.  
  164. ; The modifier value for the experience gained of clubs.
  165. clubs = 0
  166.  
  167. ; The modifier value for the experience gained of polearms.
  168. polearms = 0
  169.  
  170. ; The modifier value for the experience gained of spears.
  171. spears = 0
  172.  
  173. ; The modifier value for the experience gained of blocking.
  174. blocking = 0
  175.  
  176. ; The modifier value for the experience gained of axes.
  177. axes = 0
  178.  
  179. ; The modifier value for the experience gained of bows.
  180. bows = 0
  181.  
  182. ; The modifier value for the experience gained of fire magic.
  183. fireMagic = 0
  184.  
  185. ; The modifier value for the experience gained of frost magic.
  186. frostMagic = 0
  187.  
  188. ; The modifier value for the experience gained of unarmed.
  189. unarmed = 20
  190.  
  191. ; The modifier value for the experience gained of mining.
  192. pickaxes = 0
  193.  
  194. ; The modifier value for the experience gained of wood cutting.
  195. woodCutting = 0
  196.  
  197. ; The modifier value for the experience gained of jumping.
  198. jump = 0
  199.  
  200. ; The modifier value for the experience gained of sneaking.
  201. sneak = 0
  202.  
  203. ; The modifier value for the experience gained of running.
  204. run = 0
  205.  
  206. ; The modifier value for the experience gained of swimming.
  207. swim = 0
  208.  
  209. [Fermenter]
  210.  
  211. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Fermenter
  212. enabled = false
  213.  
  214. ; Configure the time that the fermenter takes to produce its product, 2400 seconds are 48 ingame hours.
  215. fermenterDuration = 2400
  216.  
  217. ; Configure the total amount of produced items from a fermenter.
  218. fermenterItemsProduced = 6
  219.  
  220. ; Display the minutes and seconds until the fermenter is done on crosshair hover.
  221. showDuration = false
  222.  
  223. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  224. autoDeposit = false
  225.  
  226. ; Automatically pull meads from nearby chests to be placed inside the Fermenter as soon as its empty.
  227. autoFuel = false
  228.  
  229. ; This option prevents the fermenter to pull items from warded areas if it isn't placed inside of it.
  230. ; For convenience, we recommend this to be set to true.
  231. ignorePrivateAreaCheck = true
  232.  
  233. ; The range of the chest detection for the auto deposit and auto fuel features
  234. ; Maximum is 50
  235. autoRange = 10
  236.  
  237. [FireSource]
  238.  
  239. ; Change false to true to enable this section. https://valheim.plus/documentation/list#FireSource
  240. enabled = false
  241.  
  242. ; If set to true, torch-type fire sources will stay at max fuel level once filled.
  243. ; Applies to: wood torches, iron torches, green torches, sconces and brazier.
  244. torches = false
  245.  
  246. ; If set to true, non torch-type fire sources will stay at max fuel level once filled.
  247. fires = false
  248.  
  249. ; Automatically pull wood from nearby chests to be placed inside the Fire as soon as its empty.
  250. autoFuel = false
  251.  
  252. ; This option prevents the Fire to pull items from warded areas if it isn't placed inside of it.
  253. ; For convenience, we recommend this to be set to true.
  254. ignorePrivateAreaCheck = true
  255.  
  256. ; The range of the chest detection for the auto fuel features.
  257. ; Maximum is 50
  258. autoRange = 10
  259.  
  260. [Food]
  261.  
  262. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Food
  263. enabled = true
  264.  
  265. ; Increase or reduce the time that food lasts by %.
  266. ; The value 50 would cause food to run out 50% slower, -50% would cause the food to run out 50% faster.
  267. foodDurationMultiplier = 0
  268.  
  269. ; This option prevents food degrading over time - in other words, it retains its maximum benefit until it runs out instead of reducing its effect over time.
  270. disableFoodDegradation = true
  271.  
  272. [Smelter]
  273.  
  274. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Smelter
  275. enabled = false
  276.  
  277. ; Maximum amount of ore in a Smelter.
  278. maximumOre = 10
  279.  
  280. ; Maximum amount of coal in a Smelter.
  281. maximumCoal = 20
  282.  
  283. ; The total amount of coal used to produce a single smelted ingot.
  284. coalUsedPerProduct = 2
  285.  
  286. ; The time it takes for the Smelter to produce a single ingot in seconds.
  287. productionSpeed = 30
  288.  
  289. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  290. autoDeposit = false
  291.  
  292. ; The Smelter will pull coal and raw materials from nearby chests to be automatically added to it when its empty.
  293. autoFuel = false
  294.  
  295. ; This option prevents the Smelter to pull items from warded areas if it isn't placed inside of it.
  296. ; For convenience, we recommend this to be set to true.
  297. ignorePrivateAreaCheck = true
  298.  
  299. ; The range of the chest detection for the auto deposit and auto fuel features.
  300. ; Maximum is 50
  301. autoRange = 10
  302.  
  303. [Furnace]
  304.  
  305. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Furnace
  306. enabled = false
  307.  
  308. ; Maximum amount of ore in a Furnace.
  309. maximumOre = 10
  310.  
  311. ; Maximum amount of coal in a Furnace.
  312. maximumCoal = 20
  313.  
  314. ; The total amount of coal used to produce a single smelted ingot.
  315. coalUsedPerProduct = 2
  316.  
  317. ; The time it takes for the Furnace to produce a single ingot in seconds.
  318. productionSpeed = 30
  319.  
  320. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  321. autoDeposit = false
  322.  
  323. ; The Furnace will pull coal and raw materials from nearby chests to be automatically added to it when its empty.
  324. autoFuel = false
  325.  
  326. ; This option prevents the Furnace to pull items from warded areas if it isn't placed inside of it.
  327. ; For convenience, we recommend this to be set to true.
  328. ignorePrivateAreaCheck = true
  329.  
  330. ; The range of the chest detection for the auto deposit and auto fuel features.
  331. ; Maximum is 50
  332. autoRange = 10
  333.  
  334. ; This option allows all ores inside the Furnace.
  335. allowAllOres = false
  336.  
  337. [Game]
  338.  
  339. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Game
  340. enabled = true
  341.  
  342. ; The games damage multiplier per person nearby in difficultyScaleRange(m) radius.
  343. ; Default is 0.04, 4% monster damage increase per player in radius.
  344. gameDifficultyDamageScale = 0.50
  345.  
  346. ; The games health multiplier per person nearby in difficultyScaleRange(m) radius.
  347. ; Default is 0.40%, 40% monster health increase per player in radius.
  348. gameDifficultyHealthScale = 0.0001
  349.  
  350. ; Adds additional players to the difficulty calculation in multiplayer unrelated to the actual amount.
  351. ; This option is disabled if its set to 0.
  352. extraPlayerCountNearby = 1
  353.  
  354. ; Sets the nearby player count always to this value + extraPlayerCountNearby.
  355. ; This option is disabled if its set to 0.
  356. setFixedPlayerCountTo = 0
  357.  
  358. ; The range in meters at which other players count towards nearby players for the difficulty scale.
  359. difficultyScaleRange = 200
  360.  
  361. ; If you set this to true, all portals will be disabled.
  362. disablePortals = false
  363.  
  364. ; If you set this to true the console will be force enabled in-game, false will force disable it.
  365. forceConsole = false
  366.  
  367. ;If you set this to true, portal names will be displayed in big text in center of screen.
  368. bigPortalNames = false
  369.  
  370. ;Remove dense fog from the game.
  371. disableFog = false
  372.  
  373. [Hotkeys]
  374.  
  375. ; https://docs.unity3d.com/ScriptReference/KeyCode.html <- a list of keycodes
  376. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Hotkeys
  377. enabled = false
  378.  
  379. ; Roll forwards on hot key pressed.
  380. rollForwards = F9
  381.  
  382. ; Roll backwards on hot key pressed.
  383. rollBackwards = F10
  384.  
  385. [Items]
  386.  
  387. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Items
  388. enabled = true
  389.  
  390. ; Enables you to teleport with ores and other usually teleport restricted objects.
  391. noTeleportPrevention = true
  392.  
  393. ; Increase or reduce item weight by a modifier in percent.
  394. ; The value -50 will reduce item weight of every object by 50%, 50 will increase the weight of every item by 50%.
  395. baseItemWeightReduction = 0
  396.  
  397. ; Increase or reduce the size of all maximum item stacks by a modifier in percent.
  398. ; The value 50 would set a usual item stack of 100 to be 150.
  399. ; The value -50 would set a usual item stack of 100 to be 50.
  400. itemStackMultiplier = 50
  401.  
  402. ; Set duration that dropped items stay on the ground before they are despawning. Game default is 3600 seconds.
  403. droppedItemOnGroundDurationInSeconds = 3600
  404.  
  405. [Hud]
  406.  
  407. ; Change false to true to enable this section. https://valheim.plus/documentation/list#HUD
  408. enabled = true
  409.  
  410. ; Shows the required amount of items AND the amount of items in your inventory in build mode and while crafting.
  411. ; This is enabled when the CraftFromChest section is enabled.
  412. showRequiredItems = false
  413.  
  414. ; Shows small notifications about all skill experienced gained in the top left corner.
  415. experienceGainedNotifications = false
  416.  
  417. ; Shows current and maximum amount of stamina numerically underneath the stamina bar.
  418. displayStaminaValue = true
  419.  
  420. ; Set to true to remove the red screen flash overlay when the player takes damage.
  421. removeDamageFlash = false
  422.  
  423. ; If bow is in hotbar, display current ammo & total ammo under hotbar icon - never (0), when equipped (1), or always (2).
  424. displayBowAmmoCounts = 0
  425.  
  426. [Gathering]
  427.  
  428. ; Change false to true to enable this section. This section contains modifiers. Modifiers are increases and reduction in percent declared by 50, or -50. https://valheim.plus/documentation/list#Gathering
  429. enabled = false
  430.  
  431. ; Modify the chance to drop resources from resource nodes affected by this category. This only works on resource nodes that do not have guaranteed drops.
  432. ; 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.
  433. dropChance = 0
  434.  
  435. ; Each of these values increase or reduce the dropped items from destroyed objects with tools (Stones, Trees, Resource nodes, etc.) by %.
  436. ; 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.
  437. wood = 0
  438. stone = 0
  439. fineWood = 0
  440. coreWood = 0
  441. elderBark = 0
  442. ironScrap = 0
  443. tinOre = 0
  444. copperOre = 0
  445. silverOre = 0
  446. chitin = 0
  447.  
  448. [Pickable]
  449.  
  450. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Pickable
  451. ; Each value below (in percent) will modify the yield when "picking" items (default key E) such as berries and flowers.
  452. ; A value of 100 will double drops, 200 will triple and so on.
  453. enabled = false
  454.  
  455. ; All berries, all mushrooms, and carrots
  456. edibles = 0
  457.  
  458. ; Barley, Flax, Dandelion, Thistle, Carrot Seeds, Turnip Seeds, Turnip
  459. flowersAndIngredients = 0
  460.  
  461. ; Bone Fragments, Flint, Stone, Wood (branches on the ground)
  462. materials = 0
  463.  
  464. ; Amber, Amber Pearl, Coins, Ruby
  465. valuables = 0
  466.  
  467. ; Surtling Core only
  468. surtlingCores = 0
  469.  
  470. [Durability]
  471.  
  472. ; Change false to true to enable this section. This section contains modifiers. https://valheim.plus/documentation/list#Durability
  473. ; Modifiers are increases and reduction in percent declared by 50, or -50.
  474. enabled = false
  475.  
  476. ; Each of these values increase or reduce the durability of the specific item type by %.
  477. ; The value 50 will increase the durability from 100 to 150. The value -50 will reduce the durability from 100 to 50.
  478. axes = 0
  479. pickaxes = 0
  480. hammer = 0
  481. cultivator = 0
  482. hoe = 0
  483. weapons = 0
  484. armor = 0
  485. bows = 0
  486. shields = 0
  487. torch = 0
  488.  
  489. [Armor]
  490.  
  491. ; Change false to true to enable this section. This section contains modifiers. https://valheim.plus/documentation/list#Armor
  492. ; Modifiers are increases and reduction in percent declared by 50, or -50.
  493. enabled = false
  494.  
  495. ; Each of these values increase or reduce the armor of the specific item type by %.
  496. ; The value 50 will increase the armor from 14 to 21. The value -50 will reduce the armor from 14 to 7.
  497. helmets = 0
  498. chests = 0
  499. legs = 0
  500. capes = 0
  501.  
  502. [Kiln]
  503.  
  504. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Kiln
  505. enabled = false
  506.  
  507. ; Maximum amount of wood in a Kiln.
  508. maximumWood = 25
  509.  
  510. ; Change false to true to disable Fine Wood processing.
  511. dontProcessFineWood = false
  512.  
  513. ; Change false to true to disabled Round Log processing.
  514. dontProcessRoundLog = false
  515.  
  516. ; The time it takes for the Kiln to produce a single piece of coal in seconds.
  517. productionSpeed = 15
  518.  
  519. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  520. autoDeposit = false
  521.  
  522. ; The Kiln will pull wood from nearby chests to be automatically added to it when its empty.
  523. ; This option respects the dontProcessFineWood and dontProcessRoundLog settings.
  524. autoFuel = false
  525.  
  526. ; Stops autoFuel (looking for fuel) when there is at leasts this quantity of Coal in nearby chests
  527. ; (ignored if set to 0)
  528. stopAutoFuelThreshold = 0
  529.  
  530. ; This option prevents the Kiln to pull items from warded areas if it isn't placed inside of it.
  531. ; For convenience, we recommend this to be set to true.
  532. ignorePrivateAreaCheck = true
  533.  
  534. ; The range of the chest detection for the auto deposit and fuel features.
  535. ; Maximum is 50
  536. autoRange = 10
  537.  
  538. [Map]
  539.  
  540. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Map
  541. enabled = false
  542.  
  543. ; With this enabled you will receive the same exploration progression as other players on the server.
  544. ; This will also enable the option for the server to sync everyones exploration progression on connecting to the server.
  545. shareMapProgression = false
  546.  
  547. ; The radius of the map that you explore when moving.
  548. exploreRadius = 100
  549.  
  550. ; Prevents you and other people on the server to turn off their map sharing option.
  551. preventPlayerFromTurningOffPublicPosition = false
  552.  
  553. ; Allow pins to be shared
  554. shareablePins = false
  555.  
  556. ; Shares all pins always
  557. shareAllPins = false
  558.  
  559. ; Display carts and boats on the map
  560. displayCartsAndBoats = false
  561.  
  562. [Player]
  563.  
  564. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Player
  565. enabled = true
  566.  
  567. ; The base amount of carry weight of your character.
  568. baseMaximumWeight = 300
  569.  
  570. ; Increase the buff you receive to your carry weight from Megingjord's girdle.
  571. baseMegingjordBuff = 150
  572.  
  573. ; Increase auto pickup range of all items.
  574. baseAutoPickUpRange = 2
  575.  
  576. ; Disable all types of camera shake.
  577. disableCameraShake = false
  578.  
  579. ; The base unarmed damage multiplied by your skill level. 120 will result in a maximum of up to 12 damage when you have a skill level of 10.
  580. baseUnarmedDamage = 60
  581.  
  582. ; When changed to true, you will not be permitted to place a crop within the grow radius of another crop.
  583. cropNotifier = true
  584.  
  585. ; How many seconds each comfort level contributes to the rested bonus.
  586. restSecondsPerComfortLevel = 60
  587.  
  588. ; Change the death penalty in percentage, where higher will increase the death penalty and lower will reduce it.
  589. ; This is a modifier value. 50 will increase it by 50%, -50 will reduce it by 50%.
  590. deathPenaltyMultiplier = -50
  591.  
  592. ; If set to true, this option will automatically repair your equipment when you interact with the appropriate workbench.
  593. autoRepair = false
  594.  
  595. ; Boss buff duration (seconds)
  596. guardianBuffDuration = 300
  597.  
  598. ; Boss buff cooldown (seconds)
  599. guardianBuffCooldown = 1200
  600.  
  601. ; Disable the Guardian Buff animation
  602. disableGuardianBuffAnimation = false
  603.  
  604. ; If set to true, when equipping a one-handed weapon, the best shield from your inventory is automatically equipped.
  605. ; (Best is determined by highest block power)
  606. autoEquipShield = false
  607.  
  608. ; If set to true, weapon switches requested mid-attack will be carried out when the current attack is finished instead of being ignored.
  609. queueWeaponChanges = false
  610.  
  611. ; If set to true, you will always skip the intro of the game.
  612. skipIntro = true
  613.  
  614. ; If set to false, disables the "I have arrived!" message on player spawn.
  615. iHaveArrivedOnSpawn = true
  616.  
  617. ; If set to true, items will be re-equipped when you exit water after swimming (if they were hidden automatically)
  618. reequipItemsAfterSwimming = false
  619.  
  620. ; This value represents how much the fall damage should be scaled in +/- %. This is a modifier value.
  621. ; The value 50 would result in 50% increased fall damage. The value -50 would result in 50% reduced fall damage.
  622. fallDamageScalePercent = 0
  623.  
  624. ; Max fall damage. Game default is 100 (so with enough health, falls can't kill).
  625. maxFallDamage = 100
  626.  
  627. ; If set to true, all tutorials will skip from now on. You can turn this config off and reset the tutorial (in the settings) at any time.
  628. skipTutorials = true
  629.  
  630. ; Disable encumbered
  631. disableEncumbered = false
  632.  
  633. [Server]
  634.  
  635. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Server
  636. enabled = false
  637.  
  638. ; Modify the maximum amount of players on your Server.
  639. maxPlayers = 10
  640.  
  641. ; Removes the requirement to have a server password.
  642. disableServerPassword = false
  643.  
  644. ; 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
  645. ; WE HEAVILY RECOMMEND TO NEVER DISABLE THIS!
  646. enforceMod = true
  647.  
  648. ; Changes whether the server will force it's config on clients that connect. Only affects servers.
  649. ; WE HEAVILY RECOMMEND TO NEVER DISABLE THIS!
  650. serverSyncsConfig = true
  651.  
  652. ; If false allows you to keep your own defined hotkeys instead of synchronising the ones declared for the server.
  653. ; Sections need to be enabled in your local configuration to load hotkeys.
  654. ; This is a client side setting and not affected by server settings.
  655. serverSyncHotkeys = false
  656.  
  657. [Stamina]
  658.  
  659. ; Change false to true to enable this section. This section contains modifiers. https://valheim.plus/documentation/list#Stamina
  660. ; Modifiers are increases and reduction in percent declared by 50, or -50.
  661. enabled = true
  662.  
  663. ; Changes the amount of stamina cost of using the dodge roll by %
  664. dodgeStaminaUsage = -50
  665.  
  666. ; Changes the stamina drain of being overweight by %
  667. encumberedStaminaDrain = 0
  668.  
  669. ; Changes the stamina cost of jumping by %
  670. jumpStaminaDrain = -50
  671.  
  672. ; Changes the stamina cost of running by %
  673. runStaminaDrain = -50
  674.  
  675. ; Changes the stamina drain by sneaking by %
  676. sneakStaminaDrain = -50
  677.  
  678. ; Changes the total amount of stamina recovered per second by %
  679. staminaRegen = 100
  680.  
  681. ; Changes the delay until stamina regeneration sets in by %
  682. staminaRegenDelay = 0
  683.  
  684. ; Changes the stamina drain of swimming by %
  685. swimStaminaDrain = -50
  686.  
  687. [StaminaUsage]
  688.  
  689. ; Change false to true to enable this section. This section contains modifiers. https://valheim.plus/documentation/list#StaminaUsage
  690. ; Modifiers are increases and reduction in percent declared by 50, or -50.
  691. enabled = true
  692.  
  693. ; Each of these values change the respective tool in stamina usage by increases and reduction in percent declared by 50, or -50.
  694. axes = -50
  695. blocking = -50
  696. bows = -50
  697. clubs = -50
  698. knives = -50
  699. pickaxes = -50
  700. polearms = -50
  701. spears = -50
  702. swords = -50
  703. unarmed = -50
  704. hammer = -50
  705. hoe = -100
  706. cultivator = -100
  707.  
  708. [StructuralIntegrity]
  709.  
  710. ; Change false to true to enable this section. https://valheim.plus/documentation/list#StructuralIntegrity
  711. enabled = false
  712.  
  713. ; Disables the entire structural integrity system and allows for placement in free air, does not prevent building damage.
  714. disableStructuralIntegrity = false
  715.  
  716. ; Disables any damage from anything to all player built structures. Does not prevent damage from structural integrity.
  717. disableDamageToPlayerStructures = false
  718.  
  719. ; Disables any damage from anything to all player built boats.
  720. disableDamageToPlayerBoats = false
  721.  
  722. ; Disables water force damage to all player built boats.
  723. disableWaterDamageToPlayerBoats = false
  724.  
  725. ; Each of these values reduce the loss of structural integrity by distance by % less.
  726. ; The value 100 would result in disabled structural integrity over distance, does not allow for placement in free air without disableStructuralIntegrity.
  727. wood = 0
  728. stone = 0
  729. iron = 0
  730. hardWood = 0
  731.  
  732. [Ward]
  733.  
  734. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Ward
  735. enabled = false
  736.  
  737. ; The range of wards by meters.
  738. wardRange = 20
  739.  
  740. ; Set the enemy spawn radius around wards in meters
  741. ; This value equals wardRange if its set to 0.
  742. wardEnemySpawnRange = 0
  743.  
  744. [Workbench]
  745.  
  746. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Workbench
  747. enabled = false
  748.  
  749. ; Set the workbench radius in meters.
  750. workbenchRange = 20
  751.  
  752. ; Set the enemy spawn radius around workbenches in meters
  753. ; This value equals workbenchRange if its set to 0.
  754. workbenchEnemySpawnRange = 0
  755.  
  756. ; Sets the workbench attachment (e.g. anvil) radius.
  757. workbenchAttachmentRange = 5
  758.  
  759. ; Disables the roof and exposure requirement to use a workbench.
  760. disableRoofCheck = false
  761.  
  762. [Wagon]
  763.  
  764. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Wagon
  765. enabled = false
  766.  
  767. ; Change the base wagon physical mass of the wagon object.
  768. ; This is essentially the base weight of a cart.
  769. wagonBaseMass = 20
  770.  
  771. ; This value changes the physical weight of wagons by +/- more/less from item weight inside.
  772. ; The value 50 would increase the weight by 50% more. The value -100 would remove the entire extra weight.
  773. wagonExtraMassFromItems = 0
  774.  
  775. [Inventory]
  776.  
  777. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Inventory
  778. enabled = true
  779.  
  780. ; Player inventory number of rows (inventory is resized up to 6 rows, higher values will add a scrollbar). default 4, min 4, max 20
  781. playerInventoryRows = 6
  782.  
  783. ; Wood chest number of columns
  784. ; (default 5, 5 min, 8 max)
  785. woodChestColumns = 6
  786.  
  787. ; Wood chest number of rows (more than 4 rows will add a scrollbar).
  788. ; (default 2, min 2, 10 max)
  789. woodChestRows = 6
  790.  
  791. ; Personal chest number of columns.
  792. ; (default 3, 3 min, 8 max)
  793. personalChestColumns = 3
  794.  
  795. ; Personal chest number of rows
  796. ; (default 2, 2 min, 20 max)
  797. personalChestRows = 2
  798.  
  799. ; Iron chests already have 8 columns by default but now you can lower it
  800. ; (default 8, min 6, max 8)
  801. ironChestColumns = 8
  802.  
  803. ; Iron chest number of rows (more than 4 rows will add a scrollbar)
  804. ; (default 4, min 3, max 20)
  805. ironChestRows = 6
  806.  
  807. ; Cart (Wagon) inventory number of columns
  808. ; (default 8, min 6, max 8)
  809. cartInventoryColumns = 8
  810.  
  811. ; Cart (Wagon) inventory number of rows (more than 4 rows will add a scrollbar)
  812. ; (default 3, min 3, max 30)
  813. cartInventoryRows = 3
  814.  
  815. ; Karve (small boat) inventory number of columns
  816. ; (default 2, min 2, max 8)
  817. karveInventoryColumns = 4
  818.  
  819. ; Karve (small boat) inventory number of rows (more than 4 rows will add a scrollbar)
  820. ; (default 2, min 2, max 30)
  821. karveInventoryRows = 4
  822.  
  823. ; Longboat (large boat) inventory number of columns
  824. ; (default 8, min 6, max 8)
  825. longboatInventoryColumns = 8
  826.  
  827. ; Longboat (large boat) inventory number of rows (more than 4 rows will add a scrollbar)
  828. ; (default 3, min 3, max 30)
  829. longboatInventoryRows = 6
  830.  
  831. ; By default tools and weapons go into inventories top to bottom and other materials bottom to top.
  832. ; Set to true to make all items go into the inventory top to bottom.
  833. inventoryFillTopToBottom = false
  834.  
  835. ; By default items go to their original position when picking up your tombstone.
  836. ; Set to true to make all stacks try to merge with an existing stack first.
  837. mergeWithExistingStacks = false
  838.  
  839. [FreePlacementRotation]
  840.  
  841. ; Change false to true to enable this section, if you set this to false the mode will not be accessible. https://valheim.plus/documentation/list#FreePlacementRotation
  842. enabled = false
  843.  
  844. ; Rotates placement marker by 1 degree with keep ability to attach to nearly pieces.
  845. rotateY = LeftAlt
  846. rotateX = C
  847. rotateZ = V
  848.  
  849. ; Copy rotation of placement marker from target piece in front of you.
  850. copyRotationParallel = F
  851.  
  852. ; Set rotation to be perpendicular to piece in front of you.
  853. copyRotationPerpendicular = G
  854.  
  855. [Shields]
  856.  
  857. ; Change false to true to enable this section, if you set this to false the mode will not be accessible. https://valheim.plus/documentation/list#Shields
  858. enabled = false
  859.  
  860. ; Increase or decrease the block value on all shields in %. -50 would be 50% less block rating, 50 would be 50% more block rating.
  861. blockRating = 0
  862.  
  863. [FirstPerson]
  864.  
  865. ; Change false to true to enable this section. https://valheim.plus/documentation/list#FirstPerson
  866. enabled = false
  867.  
  868. ; Hotkey to enable First Person.
  869. hotkey = F10
  870.  
  871. ; Default Field Of View to use.
  872. defaultFOV = 65.0
  873.  
  874. ; Hotkey to raise Field Of View.
  875. raiseFOVHotkey = PageUp
  876.  
  877. ; Hotkey to lower Field Of View.
  878. lowerFOVHotkey = PageDown
  879.  
  880. [GridAlignment]
  881.  
  882. ; Change false to true to enable this section. https://valheim.plus/documentation/list#GridAlignment
  883. ; This offers a global fixed grid system to make precise placements.
  884. enabled = false
  885.  
  886. ; Key to enable grid alignment.
  887. align = LeftAlt
  888.  
  889. ; Key to toggle grid alignment.
  890. alignToggle = F7
  891.  
  892. ; Key to change the default alignment.
  893. changeDefaultAlignment = F6
  894.  
  895. [CraftFromChest]
  896.  
  897. ; Change false to true to enable this section. https://valheim.plus/documentation/list#CraftFromChest
  898. ; This feature allows you to craft from nearby chests when in range.
  899. enabled = false
  900.  
  901. ; Change false to true to disable this feature when using a Cooking Station.
  902. disableCookingStation = false
  903.  
  904. ; If in a workbench area, uses it as reference point when scanning for chests.
  905. checkFromWorkbench = true
  906.  
  907. ; This option prevents crafting to pull items from warded areas if the player doesnt have access to it.
  908. ignorePrivateAreaCheck = false
  909.  
  910. ; The range of the chest detection in meters.
  911. range = 20
  912.  
  913. ; The interval in seconds that the feature scans your nearby chests.
  914. ; We recommend not going below 3 seconds.
  915. lookupInterval = 3
  916.  
  917. [Windmill]
  918.  
  919. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Windmill
  920. enabled = false
  921.  
  922. ; Maximum amount of barley in a windmill.
  923. maximumBarley = 50
  924.  
  925. ; The time it takes for the windmill to produce a single ingot in seconds.
  926. productionSpeed = 10
  927.  
  928. ; Ignore wind intensity so it always takes the production speed value to process one barley.
  929. ignoreWindIntensity = false
  930.  
  931. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  932. autoDeposit = false
  933.  
  934. ; The Windmill will pull barley from nearby chests to be automatically added to it when its empty.
  935. autoFuel = false
  936.  
  937. ; This option prevents the Windmill to pull items from warded areas if it isn't placed inside of it.
  938. ; For convenience, we recommend this to be set to true.
  939. ignorePrivateAreaCheck = true
  940.  
  941. ; The range of the chest detection for the auto deposit and auto fuel features.
  942. ; Maximum is 50
  943. autoRange = 10
  944.  
  945. [SpinningWheel]
  946.  
  947. ; Change false to true to enable this section. https://valheim.plus/documentation/list#SpinningWheel
  948. enabled = false
  949.  
  950. ; Maximum amount of flax in a spinning wheel.
  951. maximumFlax = 50
  952.  
  953. ; The time it takes for the spinning wheel to produce linen thread.
  954. productionSpeed = 30
  955.  
  956. ; Instead of dropping the items, they will be placed inside the nearest nearby chests.
  957. autoDeposit = false
  958.  
  959. ; The Spinning Wheel will pull flax from nearby chests to be automatically added to it when its empty.
  960. autoFuel = false
  961.  
  962. ; This option prevents the Windmill to pull items from warded areas if it isn't placed inside of it.
  963. ; For convenience, we recommend this to be set to true.
  964. ignorePrivateAreaCheck = true
  965.  
  966. ; The range of the chest detection for the auto deposit and auto fuel features
  967. ; Maximum is 50
  968. autoRange = 10
  969.  
  970. [PlayerProjectile]
  971.  
  972. ; Change false to true to enable this section. https://valheim.plus/documentation/list#PlayerProjectile
  973. enabled = false
  974.  
  975. ; Value of 50 would increase the minimum charge velocity from 2 to 3.
  976. playerMinChargeVelocityMultiplier = 0
  977.  
  978. ; Value of 50 would increase the maximum charge velocity (of Finwood bow) from 50 to 75.
  979. playerMaxChargeVelocityMultiplier = 0
  980.  
  981. ; Value of (+)50 increase in accuracy will change the variance of arrows 20 degree to 10 degree at the point of minimum charge release.
  982. playerMinChargeAccuracyMultiplier = 0
  983.  
  984. ; Value of (+)50 increase in accuracy will change the variance of arrows 1 degree to 0.5 degree at the point of maximum charge release.
  985. playerMaxChargeAccuracyMultiplier = 0
  986.  
  987. ; Enabling this option will linearly scale by skill level from the base values of the weapon to the modified values (according to multipliers above).
  988. enableScaleWithSkillLevel = false
  989.  
  990. [MonsterProjectile]
  991.  
  992. ; Change false to true to enable this section. https://valheim.plus/documentation/list#MonsterProjectile
  993. enabled = false
  994.  
  995. ; Value of 10 would increase the projectile velocity from 50 to 55.
  996. monsterMaxChargeVelocityMultiplier = 0
  997.  
  998. ; Value of (+)10 increase in accuracy will change the variance of projectile 1 degree to 0.9 degree at the point of projectile release.
  999. monsterMaxChargeAccuracyMultiplier = 0
  1000.  
  1001. [Tameable]
  1002.  
  1003. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Tameable
  1004. enabled = false
  1005.  
  1006. ; Modify what happens when a tamed creature is attacked.
  1007. ; 0 = normal, 1 = essential(deadly attacks stun instead of kill), 2 = immortal.
  1008. mortality = 0
  1009.  
  1010. ; Change to true so only the owner of a tamed creature can hurt it. This will circumvent the mortality setting, so even if tamed creatures are immortal, the owner can still kill them.
  1011. ownerDamageOverride = false
  1012.  
  1013. ; How long it takes for a tamed creature to recover if mortality is set to 1(essential) and they are stunned.
  1014. stunRecoveryTime = 10
  1015.  
  1016. [GameClock]
  1017.  
  1018. ; Change false to true to enable this section. https://valheim.plus/documentation/list#GameClock
  1019. enabled = false
  1020.  
  1021. ; Change time formatting from 24hr to AM-PM.
  1022. useAMPM = false
  1023.  
  1024. ; Change font size of time text.
  1025. textFontSize = 34
  1026.  
  1027. ; Change how red the time text is (51/255).
  1028. textRedChannel = 248
  1029.  
  1030. ; Change how green the time text is (51/255).
  1031. textGreenChannel = 105
  1032.  
  1033. ; Change how blue the time text is (51/255).
  1034. textBlueChannel = 0
  1035.  
  1036. ; Change how transparent the time text is (255 is solid with no transparency).
  1037. textTransparencyChannel = 255
  1038.  
  1039. [Brightness]
  1040.  
  1041. ; Change false to true to enable this section. https://valheim.plus/documentation/list#Brightness
  1042. enabled = false
  1043.  
  1044. ; Changes how bright it looks at night. A value between 5 and 10 will result in nearly double in brightness at night.
  1045. nightBrightnessMultiplier = 0
  1046.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement