Project Zomboid

Project Zomboid

Simple Status
26件中 11-20 を表示
< 1  2  3 >
更新: 2022年10月11日 @ 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

更新: 2022年10月10日 @ 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.

更新: 2022年10月7日 @ 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

更新: 2022年10月7日 @ 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...

更新: 2022年10月6日 @ 5時43分

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

更新: 2022年10月2日 @ 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)

更新: 2022年10月1日 @ 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

更新: 2022年10月1日 @ 11時42分

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

更新: 2022年10月1日 @ 9時00分

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

更新: 2022年10月1日 @ 7時55分

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