Project Zomboid
799 คะแนน
Addicted To Weight
3
5
3
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
ขนาดไฟล์
โพสต์
อัปเดต
693.979 KB
18 ก.ย. 2021 @ 2: 43am
23 ส.ค. @ 3: 06pm
16 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
Overview :
Display weight information on digital watch panel. (for Build 41.5*)
Confirmed to work with Build 41.78 and also work on MP.

Features :
  • Displays the weight information as a number (integer part) and a gauge (first decimal place).
  • Displays the weight Increase/Decrease status based on calorie intake.
  • Displays the timezone information as DAY/NIGHT icons (switch at 6:00 and 18:00).
  • Notifies with an sound alert when weight changes. (Option)

Options :
These options are available with Mod Options.
  • Show Human Icon : Can specify whether to show or hide.
  • Weight Change Notification : Can specify whether to enable or disable.

Known Issues :
  • Nothing at this time.

Future plans :
  • Improvement display for "Clock display size : Small"
  • Bug fix (if exists)

Remarks :
  • You may add it to your mod pack without confirmation and credit. However, please use at your own risk, as I have not been able to verify that it works with SP.

Release Notes :
  • v1.15 - Added Translation (DE).
  • v1.14 - Improved display.
  • v1.13 - Improved display and added ShowHumanIcon option.
  • v1.12 - Changed to display the last two digits if the weight exceeds 100.
  • v1.11 - Supported "Clock display size : Small".
    Please refer to "Change Notes" for the older history.


[ko-fi.com]

Workshop ID: 2604943386
Mod ID: P4AddictedToWeight
กระดานสนทนายอดนิยม ดูทั้งหมด (3)
4
8 ม.ค. 2022 @ 11: 00pm
About default of Sound Alert
PePePePePeil
2
23 ส.ค. @ 3: 09pm
ถูกปักหมุด: Translation file here
PePePePePeil
124 ความเห็น
=Добро и позитив= 29 ส.ค. @ 12: 25am 
original what was this human icon even for
PePePePePeil  [ผู้สร้าง] 23 ส.ค. @ 3: 26pm 
@aquelarrefox
I'm glad it worked out okay, sorry for the late reply!
aquelarrefox 12 ก.ค. @ 9: 18pm 
supper cool i commented the line in a copy of bigger avatar mod and do what i was requesting thanks for the patient. 10+ barrilete cosmico
PePePePePeil  [ผู้สร้าง] 11 ก.ค. @ 8: 08pm 
@aquelarrefox
Okay, please commet out below in vanilla lua source.

\media\lua\client\XpSystem\ISUI\ISCharacterScreen.lua L.140
> self:drawText(weightStr, self.xOffset + 10, z, 1,1,1,0.5, UIFont.Small);
aquelarrefox 11 ก.ค. @ 10: 18am 
no, i want to erase the weght from cheracter panel and only show the chevrons. So the game dont showme the weight. only way its using the mentioned mod for thge bascula
PePePePePeil  [ผู้สร้าง] 11 ก.ค. @ 5: 24am 
@aquelarrefox
I am not fluent in English, so I am sorry I did not read your intention correctly. if you want to remove the display of weight and other information in Weight Scale Mod, you should be able to modify WeightScaleWindow.lua. However, I think you should ask the owner of the mod if you can modify it or not, so I will not go into details.
aquelarrefox 7 ก.ค. @ 8: 09am 
no only chevron in the character panel, yes its out of the scope of this particular mod
PePePePePeil  [ผู้สร้าง] 6 ก.ค. @ 10: 26pm 
@aquelarrefox
Do you mean that you would like to have only use the chevrons for weight information from the clock panel in this mod? If so, I would like to refrain from supporting that as a mod because that support would be out of the concept of this mod.

If you want to hide it for personal use, please comment out the implementation below.

/lua/client/P4WeightIndicator.lua LL.37-40

self:drawTexture(self.hTexture, x, y, 1.0)
self:drawTexture(self.wTexture, x + 21, y, 1.0)
self:drawTexture(self.dTexture1, x, y + 8, self.color.a, self.color.r, self.color.g, self.color.b)
self:drawTexture(self.dTexture2, x + 11, y + 8, self.color.a, self.color.r, self.color.g, self.color.b)
aquelarrefox 22 มิ.ย. @ 1: 01pm 
could you gime a hint bro, i want to hide the weight in the panel (im using label size and i want only to see the label not the weight, mybe only the chevrons if its posible to be force to use Weight Scale mod). as far i know you have learn about weight print values, could you give me a hand so i can patch it?
PePePePePeil  [ผู้สร้าง] 24 ก.พ. @ 10: 15am 
@Zenethian
You are welcome :)