Project Zomboid

Project Zomboid

Simple Status
Showing 11-20 of 26 entries
< 1  2  3 >
Update: 11 Oct, 2022 @ 10:40am

1. fixed a bug that when you return main screen from the game and press any key, error happened, thx @メ tw1x ҂ for report the bug
2. fixed when you hide the bar, the bar update is stil work, now it is not, reduce the resources usages

Update: 10 Oct, 2022 @ 7:50pm

1. code refactoring
2. add hotkey "Shift + \" to toggle BarUI visible
3. new api for modders
4. adjust barWidth by text instead fixed width
5. aligh valueText to right
6. add weight gain/lose status ( ++ / + / - )
7. add temperature unit from game option

for gamers:
If you want to change toggle key or barWidth( icon size ), please edit 'config.json'.
Keep the file one line, just edit the number
keycode is needed, keystr support will be add in later update
these two options also will be add to contextMenu in later update
for modders:
Take a look at 'SimpleStatus.lua' for API usage.

Update: 7 Oct, 2022 @ 12:48pm

1. improve the api for modder to add your own stats,
The example is in "SimpleStatus.lua"
2. Compatible with mod " Excrementum ", you can now see 'Urine' and 'Feces' in "Simple Status", thx @star
3. resize the icons, icons look smoother
4. add translate to options
5. If you want to change bar width, please change "config.json" in this mod's root dir,
IMPORTANT !! please start game once after mod update to generate the option in the file

Update: 7 Oct, 2022 @ 2:35am

1. add new lang: DE, Thx @Bene.exe
2. new vertical mode, pls report to me if you find bugs, or suggestions is also welcome
the mode can be turn on/off from the context menu
3. other code changes...

Update: 6 Oct, 2022 @ 5:43am

1. add support for modder to add new stats
pls take a look at the example in Discussions Section

Update: 2 Oct, 2022 @ 12:27pm

1. new traslation: RU, Thx @xBuLLeTx
2. mod setting is saved even you change character or create a new save
(Mod setting is not saved if you updated from previous version of this mod, Sorry about that)

Update: 1 Oct, 2022 @ 9:18pm

1. new stat: anger, compatible with Anger Plus
2. change stats display, now negative stats bars are empty while 0 and full while 100, color is green to red from 0 to 100

Update: 1 Oct, 2022 @ 11:42am

1. new stats: proteins, carbohydrates, lipids
2. new traslation: ES, Thx @CarlosRojasCu

Update: 1 Oct, 2022 @ 9:00am

1. Bar position is saved now ( i'd like to add this before but i forgot, my bad TT)

Update: 1 Oct, 2022 @ 7:55am

1. Fix a bug that Stress stat not shown properly, Thx @Run about
2. Adjust the space between title and value