Project Zomboid

Project Zomboid

Minimal Display Bars (Build 40/41)
51개 중 11~20개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2020년 6월 16일 @ 오전 1시 09분

Minimal Display Bars 4.3.1
- Added menu box item "Set Height / Width". You may now set the "Width", "Height", and "Icon Size" of each display bar by right-clicking a display bar or the menu box and selecting "Set Height / Width".
- Removed menu box item "Toggle Compact".

업데이트: 2020년 6월 10일 @ 오전 6시 57분

Minimal Display Bars 4.3.0
- Added Special Moodle Level circles to the Icons when toggling ON the Menu Box setting, "Toggle Display Bar Icons".
- Bugfix: Fixed error caused by Color Picker when clicking outside of the Color Picker.

업데이트: 2020년 6월 8일 @ 오전 4시 19분

Minimal Display Bars 4.2.2
- Hotfix: Fixed issue with the menu option "Toggle Move Bars Together" not working properly when some display bars are hidden.

업데이트: 2020년 6월 2일 @ 오후 2시 50분

Minimal Display Bars 4.2.1
- Improved German (DE) Translation (Thanks to Amalek for the translation).

업데이트: 2020년 6월 2일 @ 오후 2시 45분

업데이트: 2020년 5월 25일 @ 오전 7시 06분

Minimal Display Bars 4.2

  • Menu Box: Added new option "Toggle Move Display Bars Together".
    Allows display bars to be dragged together.
  • Menu Box: Added new option "Toggle Display Bar Icons".
    Shows little icons above some display bars.

업데이트: 2020년 5월 18일 @ 오전 3시 05분

Minimal Display Bars 4.1.1
- Hotfix: Modified display bar tooltips so that they do not get positioned off the screen.

업데이트: 2020년 5월 17일 @ 오후 4시 25분

Minimal Display Bars 4.1

Changes:
- Added a Calorie display bar to the top-left to track how many calories your character has.

- Left-click and dragging a display bar will now show it's name and stats.
- Hovering your mouse over a display bar will now show it's name and stats.

- You may now change the color of all the display bars, except for the temperature bar.
Right-click the menu box or a display bar and left-click on "Set Color".

업데이트: 2020년 3월 26일 @ 오후 11시 56분

Minimal Display Bars 4.0.4

  • Health bar flashes if you have the following untreated conditions:
    • deep wounded, bitten, bleeding, scratched, is on fire, burned, fracture, lodged bullet.
    • starving, dying of thirst, fever, drinking bleach, highly sick from too much food poisoning (raw foods, tainted water, etc.).

업데이트: 2020년 3월 26일 @ 오후 10시 13분

Removing every Event named "OnTickEvenPaused" and replacing all of them with "OnRenderTick":

  • Removed: Events.OnTickEvenPaused.Add(onTickHP)
  • Added: Events.OnRenderTick.Add(onTickHP)