Project Zomboid
Simple Status
Εμφάνιση 11-20 από 26 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 11 Οκτ 2022 στις 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

Ενημέρωση: 10 Οκτ 2022 στις 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.

Ενημέρωση: 7 Οκτ 2022 στις 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

Ενημέρωση: 7 Οκτ 2022 στις 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...

Ενημέρωση: 6 Οκτ 2022 στις 5:43

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

Ενημέρωση: 2 Οκτ 2022 στις 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)

Ενημέρωση: 1 Οκτ 2022 στις 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

Ενημέρωση: 1 Οκτ 2022 στις 11:42

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

Ενημέρωση: 1 Οκτ 2022 στις 9:00

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

Ενημέρωση: 1 Οκτ 2022 στις 7:55

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