Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thank you for the translation files, I have added them to the latest version (v1.19.3)!
I translated your mod into Italian (on your site), thanks for your work and for sharing it with the community!
Sorry for any inconvenience caused. The B42 updates for this mod have reached a good point, so you can rest assured that I won't be updating it as frequently anymore. This mod has a long history and many subscribers, so for now, I’m not considering splitting it into separate versions. However, I am always mindful of the issues that arise with version mismatches when updating, and I’ll continue to be cautious about that moving forward. I hope you understand, and thanks again for your feedback and support!
Thanks for the feedback! The mod options support was added in v1.19, so you can now adjust settings there.
@Jaxx - pshoooo, @Nerezza
Thank you both for your suggestions and feedback! As Nerezza mentioned, this mod is designed to be simple and robust with a focus on QoL. However, Jaxx, I really like your idea! I’ll consider adding something like a fitness watch as an optional feature in the future. Appreciate both of your thoughts on this!
@▲ > ▼▼▼
Thank you! :)
@Nerezza
Haha, I mainly use translation services, but I always try to reply in the commenter’s native language whenever possible to make communication smoother and with respect!
Could you consider releasing Build 42 updates as a separate mod instead adding to the existing B41 version? Many servers are still running B41, and constant updates for B42 features we can't use yet are causing issues.
Separate mods would keep things stable for B41 while letting B42 players enjoy the new content. Thanks for your amazing work and for considering this!
I'm sure there was, but it's a trade-off of keeping the mod simple and robust, or more complex and more likely to conflict with and break things like other mods and updates.
The current functionality is a great balance of simple and robust imo!
설정을 말씀하시는 것이라면, 볼륨 설정 추가에 따라 기존 알림음 알림 설정은 폐지되었습니다. 따라서 불편하시더라도 볼륨 설정에서 '소리 안냄'을 지정해 주시기 바랍니다.
방금 업데이트했는데, 무슨 일이 일어나고 있나요? 상황을 자세히 알려주세요.
Thank you for sharing your perspective! Default settings can definitely catch people off guard sometimes. That's why I added an alert message to help users notice the settings more easily. I’ll keep working to improve the experience for everyone! 😊
It's your own fault for not checking the damn settings. NEVER SETTLE ON DEFAULTS without checking them.
Sorry to have surprised you.
I added alert message about this sound notifications in the game.
Sorry to have surprised you. However, I personally feel that this sound notification is very convenient and would like to encourage everyone to use it whenever possible, so after much consideration, I decided to turn it on. As for the beep sound, I have already been publishing this sound for several years, so I'm not considering changing it at this time. I have added a sound option in the same update, so please address this issue there.
I'd recommend changing the sound to something a little less urgent and sharp. It's anxiety-inducing. XD
Perhaps something more bell-like. You could even do a rising tone for weight gain and a lowering tone for weight loss, so you know which way it's going.
It's just a design! You can remove the human icon in Mod Options, so if you don't need it, try that.
I'm glad it worked out okay, sorry for the late reply!
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);
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.
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)
You are welcome :)
Weight control is very difficult. I'm glad to hear that you were able to help(?) !
@Phoenix
This mod is not related to the source of the item movement, so other mods may be responsible. If you can, please find out which mod is conflicting and let me know.
@quid, @Do you know who else
Thank you :)🧨🧨🧨
@Zenethian
The vanilla digital watch panel is small and is designed to override the current AM/PM. In case you are wondering, the icons represent AM/PM, but it is difficult to make them compatible.
Thanks for the mod
With 4K, the digital clock panel would still be small to begin with, right? The additional information is only displayed to fit this digital clock panel, so it depends on the original size.
Therefore, it is difficult to support at this time, sorry. If there is another mod that has 4K support for each panel, I may be able to hook up that mod to handle this.
Sorry, this mod does not support split screen because it is forced to display additional information.
You are welcome, thanks for using my mod, please enjoy :)
@iSanti1015
I'm glad to here that, thanks for your report!
The information panel displays the actual weight "rounded to the first decimal place". Therefore, if the actual weight is "80.5", it will be displayed as "81" in the information panel. Similarly, "81" will be displayed in the information panel when the actual weight is between 80.5 and 81.4. Since my mod displays the actual value in "integer part (number) and one decimal place (scale)", the actual value "between **.5 and ***.9" is misaligned with the display in the information panel.
Please check from this perspective.
Was the military watch a vanilla item? At the moment, I believe that a watch that should have such a feature is a digital watch only. However, it might be a good idea to have an option to "display weight information regardless of type if equipped with a watch", I will consider it.
@Brigand231
Thanks for the addendum, that helped!