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
Added Fixed Position Counter
See the Description
Reason is on Steamdeck, I can see the cursor (and ammo count) but the cursor sometime wonder elsewhere in corner of the screen. So i have to move the cursor again.
Playing on steamdeck/controller as you probably know we dont use cursor to aim.
can be fixed by checking if the held item is a weapon (isRanged is not a method of InventoryItem directly, but rather HandWeapon) by doing
local isWeapon = instanceof(weapon, "HandWeapon")
Try it yourself.
When I play with 2 players on local, will this show the ammo count for both players? I had a similar mod in build 41 that failed to show the ammo count for the 2nd player on split-screen.
What mean?
@ЯΞxx
b41 Working