安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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