Project Zomboid

Project Zomboid

[B42] [B41] Camp in the Rain
Menampilkan11-20 dari 23 kiriman
< 1  2  3 >
Pembaruan: 20 Feb @ 2:10pm
berdasarkan Space Donuts

-- Applied optimizations for looking up near tents.

Pembaruan: 20 Feb @ 4:32am
berdasarkan Space Donuts

- Adjusted values for 4x gamespeed
- Applied fix for the last tent not being recognized.
- Applied fix for campfire pretending to be a tent.. lol

Pembaruan: 20 Feb @ 3:09am
berdasarkan Space Donuts

An issue where certain tents fail to protect players from the rain due to a typographical error.

Pembaruan: 19 Feb @ 5:31pm
berdasarkan Space Donuts

- Excluded campfire from having the ability to protect player from the rain
- Added tentsToInclude and tentsToExclude to accurately distinguish tents from non-tent objects.

Pembaruan: 19 Feb @ 4:41pm
berdasarkan Space Donuts

-- Minor changes and fixed Typos.

Pembaruan: 19 Feb @ 12:42pm
berdasarkan Space Donuts

-- Implemented tick counters to enhance performance (Thanks to DrStalker).
-- Decreased tent check frequency; now triggers only when the player moves or after a set number of ticks.
-- Introduced caching for tent state.
-- Slightly increased game speed multiplier.

Note:
The recently added protective gear, including Shin Guards, Thigh Guards, and others, are exposed to rain as part of the game mechanics and tend to get wet frequently. They will dry naturally over time, but wringing them can help reduce their wetness more quickly.

Pembaruan: 19 Feb @ 4:43am
berdasarkan Space Donuts

We observed that when the game speed is set to 3x or 4x during a tropical storm, natural drying struggles to keep up.
To address this, we made some adjustments to account for the storm's intensity during fast-forwarded gameplay.



:: Gamespeed Multipliers

From:

local gameSpeed = getGameSpeed() == 1 and 1 or
getGameSpeed() == 2 and 5 or
getGameSpeed() == 3 and 20 or
getGameSpeed() == 4 and 40

To:
local gameSpeed = getGameSpeed() == 1 and 1 or
getGameSpeed() == 2 and 10 or
getGameSpeed() == 3 and 25 or
getGameSpeed() == 4 and 45

Note:
During an intense storm, you will still get wet—just like in the real world when a powerful storm hits while you're camping.

Pembaruan: 18 Feb @ 9:20pm
berdasarkan Space Donuts

- Changing gamespeed [fast forward] now doesn't increase wetness

Pembaruan: 18 Feb @ 5:33pm
berdasarkan Space Donuts

Pembaruan: 18 Feb @ 3:24am
berdasarkan Space Donuts