tweak¶
Usage¶
tweak [list]
tweak <command> [disable] [quiet]
Run the tweak command with the tweak name to enable its effects. Add a
disable keyword to disable them, and a quiet keyword to prevent
printing of non-error output.
Examples¶
tweak eggs-fertileEnable the
eggs-fertiletweak.tweak fast-heat quietEnable the
fast-heattweak, but don’t print anything to the console to say that it has been enabled.tweak fast-heat disable quietDisable the
fast-heattweak, and be quiet about it.
Commands¶
adamantine-cloth-wearPrevents adamantine clothing from wearing out while being worn (Bug 6481).
animaltrap-reuseMakes built animal traps unload caught vermin into stockpiled animal traps so that they can be automatically re-baited and reused.
craft-age-wearFixes crafted items not wearing out over time (Bug 6003). With this tweak, items made from cloth and leather will gain a level of wear every 20 in-game years.
drawbridge-tilesMakes raising bridges in ASCII mode render with different tiles when they are raised.
eggs-fertileDisplays an indicator on fertile eggs.
fast-heatImproves temperature update performance by ensuring that 1 degree of item temperature is crossed in no more than 100 ticks when updating from the environment temperature. This reduces the time it takes for temperature to reach equilibrium and improves FPS when there are many items.
flask-contentsNames filled waterskins, flasks, and vials according to their contents, the same way other containers such as barrels, bins, and cages are named. (Bug 4914)
realistic-meltingMakes amortized metal bar returns for melting uniform across all item types. Affects weapons, shields, armor parts, tools, and trap components. The target amount of metal produced by melting is 95% of the metal used for production of the item. Each level of wear decreases melt return by a further 10%. The game has a fixed granularity of 0.3 for metal bar returns, so individual items will randomly return an amount that may be above or below the target. For example a metal cap with item size 1 will produce 0.9 of a bar with a 16.6% chance of producing an additional 0.3 of a bar. Over time, the average return for melting these types of caps will be ~0.95 of a bar. Calculations for melting return are done for items with base game production cost. Melting return might not be calculated correctly for modded items or items created in custom reactions that don’t respect vanilla production costs. (Bug 6027)
named-codicesDisplays titles for books instead of the default material description.
partial-itemsDisplays percentages on partially-consumed items such as hospital cloth.
reaction-glovesFixes reactions to produce gloves in sets with correct handedness (Bug 6273).