Nocturnalverse

Torched Valheim Plus CFG

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