Project Zomboid

Project Zomboid

Simple Status
11-20 van 26 items weergegeven
< 1  2  3 >
Update: 11 okt 2022 om 10:40

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 okt 2022 om 19:50

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 okt 2022 om 12:48

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 okt 2022 om 2:35

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 okt 2022 om 5:43

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

Update: 2 okt 2022 om 12:27

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 okt 2022 om 21:18

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 okt 2022 om 11:42

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

Update: 1 okt 2022 om 9:00

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

Update: 1 okt 2022 om 7:55

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