Project Zomboid

Project Zomboid

Simple Status
Mostrando 11-20 de 26 aportaciones
< 1  2  3 >
Actualización: 11 OCT 2022 a las 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

Actualización: 10 OCT 2022 a las 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.

Actualización: 7 OCT 2022 a las 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

Actualización: 7 OCT 2022 a las 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...

Actualización: 6 OCT 2022 a las 5:43

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

Actualización: 2 OCT 2022 a las 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)

Actualización: 1 OCT 2022 a las 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

Actualización: 1 OCT 2022 a las 11:42

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

Actualización: 1 OCT 2022 a las 9:00

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

Actualización: 1 OCT 2022 a las 7:55

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