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
On another note, wanted to let you know, and anyone that is wondering, this also works with mods, at least with the one i'm using( Advanced Trajectory's Realistic Overhaul ), gonna leave the proof below.
Screenshot: Working Proof [prnt.sc]
Awesome work, keep it going.
Cheers.
Added
May I ask: Could you add an option to not only show the current ammo in the gun, but also the amount of available bullets for reload in one's inventory / bags / magazines (ammo-boxes excluded)?
Fixed
`function: drawAmmoCount -- file: ShowAmmoCount.lua line # 119 | MOD: ShowAmmoCount
java.lang.RuntimeException: Object tried to call nil in drawAmmoCount
I don't have a controller, so it's not a testable environment.
I tested this mod while playing split screen with my girlfriend with both of us using Xbox controllers. As of right now, only player 2 shows the ammo count and icon when aiming.
In my situation it's actually perfect, as it's meant to assist my girlfriend in improving her gunplay while I have always been comfortable with knowing my ammo count.
Thus, if there is anyone else out there who plays split screen and is wanting an ammo indicator at the present moment it will only work for player 2 on the right side of the screen. Oddly enough even in 41 there were many mods that added elements like this one that once split-screen was enabled would only show for the 2nd player.
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