Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Use Time, Use Speed
- Several config options were changed from floats to ints as tModLoader does not seem to support min max ranged for float values beyond 1.0. This means you can actually set the max fall speed to reasonable values now.
- The default max fall speed has been set back to 10 (the default vanilla speed)
- Removed "Auto swing" option from config as the code broke a few items
- Removed "Vein Miner" option from config as the code for this was removed in a earlier release as it was broken
Disabling the global autoswing/auto reuse, disables it for every weapon (automatic guns, swords with natural autoswing, constant magic attacks like golden shower) and for the Feral Claws accesory and its upgrades. I think it would be better if it only disabled it for items that didn't naturally have it.
Leaving it enabled "breaks" the magic weapons that use "hold" to guide the projectile, since now holding the button only makes them shoot constantly
Also the Vein Minning doesn't seem to work for gems (unless that's intended).
- Fixed additional player projectiles spawning additional projectiles for enemies
- Disabled vein miner code as it was crashing the game on "Smoothing world" world generation screen when playing with the following modpack
[
"AutoReroll",
"BetterBossBars",
"BossChecklist",
"BossCursor",
"DisableCorruptionSpread",
"EarlyWings",
"LightingEssentials",
"MagicStorage",
"MerchantsPlus",
"PlatformHelper",
"RecipeBrowser",
"SerousCommonLib",
"StarsAbove",
"SubworldLibrary",
"ValksStructures",
"ValksTweaks"
]
- Instant player respawn time has been fixed
- Added new config option "Player Respawn Time Multiplayer"
- Changed defaults for player respawn time in singleplayer and multiplayer
- Added 2 more config options for additional projectiles for enemies
- Added 2 config options to configure the players acceleration and maximum speed
- Player respawning with full health is now configurable (enabled by default)
- Added "Disable Player Tombstones" config option
- Player now respawns with full health
- Added "Player Respawn Time" config option
- Added "Extractinator Use Speed Multiplier" config option
- Added vein miner config option (silt tiles currently not supported)
- All structure related code and items have been stripped from this mod and put into a new mod called "Valks Structures"
- Added new items "DebugTopLeft", "DebugTopRight". These are items that can only be obtained through cheat sheet mod and are used for debugging the insta houses I'm working on.
- Added new item "House"; this will be the insta-house item that will build the house wherever the cursor is clicked in the world. Currently it only takes 1 copper coin to craft this at a workbench. Please note that this is not done.