Description

The RC 18+ version of my AmmoCheck Mod. It hides the Ammo Counter and lets you check the ammo in your Mag by pressing a specified button.

Preview
RC18+ - AmmoCheck 2.3
Post comment Comments  (0 - 50 of 88)
Bik_Pichure
Bik_Pichure - - 17 comments

О боже, как я сильно это жду. Sorry for russian. The best addon for ANOMALY MAGAZINES PLUGIN!

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Я рад, что тебе это нравится. В настоящее время я пытаюсь научиться анимировать, так что, возможно, я смогу создавать анимацию. Но я ничего не обещаю.

Reply Good karma+6 votes
JUSYruby
JUSYruby - - 22 comments

Powered by RC23?

Reply Good karma Bad karma+1 vote
TomLink
TomLink - - 191 comments

would be nice if this addon + the Anomaly Magazine. these two would be a perfect match tbh.

Reply Good karma Bad karma+4 votes
dextorge
dextorge - - 25 comments

Very nice, thank you! But, how can i change check ammo button?

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Check description.

For the keycode google for a list or try around a little.

Reply Good karma+2 votes
dextorge
dextorge - - 25 comments

Thank you, and one more question: how can i translate your addon?

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

In the same file you will find the lines in „“, simply change the text in there. If you want to change it to russian you will need to change the file encoding

In case of russian, here a copy/paste from the og mod: Hi, you need to change the file encoding to Windows-1251 first. You can do that in Notepad++ under Encoding - Character sets - Cyrillic. After you did that you can simply change the strings.

Reply Good karma+1 vote
dextorge
dextorge - - 25 comments

Thank you so much

Reply Good karma Bad karma+1 vote
whereismy
whereismy - - 238 comments

Thx for adopt.
bugs. need to include grenades to the ammo check excludion list.
I.imgur.com

And how can I translate this addon onto russian?
When I changed script into russian I have not correct vision in game
I.imgur.com
Any ideas how can I translate it?

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Thanks for the headsup, will fix it right away.

For russian it should work after encoding it to Windows-1251. Did you try that?

Reply Good karma+1 vote
MoreLove1
MoreLove1 - - 126 comments

I changed the lines in the script to Russian via Windows Notepad and everything works, but sometimes there are random friezes, strange

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Can you give me russian translations for everything? Then I will include it in my fixed version.

Reply Good karma+1 vote
MoreLove1
MoreLove1 - - 126 comments

local curAmmoPerc = currentAmmo/maxAmmo
if (curAmmoPerc == 1) then
message = "Полный магазин"
elseif (curAmmoPerc < 1 and curAmmoPerc >= 0.8) then
message = "Почти полный"
elseif (curAmmoPerc < 0.8 and curAmmoPerc >= 0.6) then
message = "Больше половины"
elseif (curAmmoPerc < 0.6 and curAmmoPerc >= 0.45) then
message = "Около половины"
elseif (curAmmoPerc < 0.45 and curAmmoPerc >= 0.25) then
message = "Меньше половины"
elseif (curAmmoPerc < 0.25 and curAmmoPerc >= 0.001) then
message = "Почти пустой"
else
message = "Пустой"
end

for the variable "jammed" I use an addon for spare parts, so I didn't translate it, but it will look like " заклинило"

Reply Good karma Bad karma+3 votes
Zukuu Author
Zukuu - - 38 comments

Awesome, thank you, the new version inc. the crash fixes and russian translation is now available.

Reply Good karma+1 vote
MoreLove1
MoreLove1 - - 126 comments

As for the animation, I'm not sure, but each weapon has a boredom animation, there were fragments with disconnecting the magazine and holding it in your hands, maybe this will help somehow

Reply Good karma Bad karma+1 vote
TDLemon
TDLemon - - 82 comments

Dear Author Zukuu. I need u to contact me

Reply Good karma Bad karma+1 vote
tusslebones
tusslebones - - 17 comments

Reminds me of Insurgency Sandstorm, wanted something like this for Anomaly. Thanks for this

Reply Good karma Bad karma+3 votes
nesswildra
nesswildra - - 34 comments

Awesome! Was hoping this would get ported. I feel this would work well with weapon parts overhaul.

Reply Good karma Bad karma+1 vote
Hrenovor
Hrenovor - - 11 comments

Это было бы шикарно.

Reply Good karma Bad karma+1 vote
KosiorKaganovi4PKKA
KosiorKaganovi4PKKA - - 52 comments

I have crash when i press "B" when no weapon is choosed (bare hands) How to fix this and/or do you now about this? Good addaon thx

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

You downloaded 1.2? Should be fixed now, I uploaded it 6 hours ago.

Reply Good karma+1 vote
KosiorKaganovi4PKKA
KosiorKaganovi4PKKA - - 52 comments

Just installed 1.2 with all optionals and it works fine, tho it crashed without mag animation optional. Fun fact i wanted to say that you can re-use reload anims for your addon, but i assumed you already though about it, i wa right and you even made new upadate already;)

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Weird that it crashed without the optional animations, should be the same code.

Ye, most of the animations are fine for this and its so much better imo. But there are some like the aku that would not make any sense so they are excluded and still use the old style.

Reply Good karma+1 vote
KosiorKaganovi4PKKA
KosiorKaganovi4PKKA - - 52 comments

To be honest most of the animations "don`t make sense" because they take the same time to reload (because they are reload animations). They`re neat but imo look like placeholder for custom anims or modified reload animations

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Yes, definitely! Thats why I did not make my mod standalone in the u4h8 version. Gameplaywise it does not make sense to use the button without actual magazines.

I am working on learning blender, so maybe one day I will have custom animations :)

Reply Good karma+3 votes
KosiorKaganovi4PKKA
KosiorKaganovi4PKKA - - 52 comments

Defenitley! will wait for magazines for RC18 and your anims if you learn blender, good luck in learning. Eager to see what you will create!

Reply Good karma Bad karma+2 votes
MoreLove1
MoreLove1 - - 126 comments

In version 1.3, the script is broken, when you press the check key, it reloads the weapon to the full ammo
Shotguns don't have this, but store-bought weapons do.

Reply Good karma Bad karma+1 vote
TDLemon
TDLemon - - 82 comments

Опишите проблему, моды используемые с даным модом.
Weapon Parts Overhaul mod имеет два заклинивания по состоянию оружия и по состоянию запчастей. И то перезарядка должна быть отдельной кнопкой. Да, на проверку анимации идёт "достать\спрятать" оружие, если Вы не устонавливали мод с полной перезарядкой

Reply Good karma Bad karma+1 vote
MoreLove1
MoreLove1 - - 126 comments

Достаю оружие, нажимаю клавишу проверки магазина, если магазин неполный, он показывает, сколько там патронов, но меняет его на полный, как при перезарядке, стоит версия мода с использованием анимации, Weapons Parts Overhaul тоже установлен

Reply Good karma Bad karma+1 vote
LilJma
LilJma - - 114 comments

Can I add this mod, with a copyright notice, to my adaptation addon of a mod that shouldn't be spoken aloud?

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Sure go ahead.

Reply Good karma+1 vote
BadSantaRus
BadSantaRus - - 3 comments

Адаптация продолжается?
Если да, то где теперь брать ссылки для тестов?

Reply Good karma Bad karma+1 vote
LilJma
LilJma - - 114 comments

Буянов бушует, пока ссылки нету)

Reply Good karma Bad karma+1 vote
Hrenovor
Hrenovor - - 11 comments

У меня не работает мод. С анимациями и без. Нажимаю B и ничего не происходит. В конфиге так и не понял в какой имеено строчке указывать букву или цифру.

Reply Good karma Bad karma+1 vote
TDLemon
TDLemon - - 82 comments

Настройки-> управление-> клавиши там чуть вниз пролистать, до настройки управления оружия, и там будет пустая без настройки Проверить обойму патронов

Reply Good karma Bad karma+1 vote
MilligraM313
MilligraM313 - - 246 comments

can someone send alink to the RC18?, really want to try , thought i found it but the version just crashes.

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Discord.gg, Pinned messages in the Channel Update-feedback

Reply Good karma+1 vote
sentinel_deco
sentinel_deco - - 171 comments

Possible to add the firemode to show in the same time? Like if on A or 1.

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Have not found a way to do it until now, still trying to get this working.

Reply Good karma+1 vote
sentinel_deco
sentinel_deco - - 171 comments

checking ammo while holding a screw CTD me. could be a other mod tho

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Fixed.

Reply Good karma+1 vote
Foxhed
Foxhed - - 256 comments

Can you tell me where in the code can i change the font that shows up in the screen?

edit: also can you make so it says which type of ammo it has in the mag?

Reply Good karma Bad karma+1 vote
Guest
Guest - - 690,425 comments

This comment is currently awaiting admin approval, join now to view.

Zukuu Author
Zukuu - - 38 comments

Ammo Type check is now a new optional script.

Dunno how to change the font; will check it out.

Reply Good karma+2 votes
Claymo
Claymo - - 1 comments

Where can I find this optional script? It doesn't seem to be in the v2.3 release.

Reply Good karma Bad karma+1 vote
batonmax228
batonmax228 - - 49 comments

Hi! Anomaly Magazines RC is released!
We look forward to your update)

Reply Good karma Bad karma+2 votes
Zukuu Author
Zukuu - - 38 comments

New version of Ammo Check is now available.

Reply Good karma+1 vote
Bestworldeu
Bestworldeu - - 35 comments

only rc18 ?

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

1.5 Open Beta should work

Reply Good karma+1 vote
Bestworldeu
Bestworldeu - - 35 comments

it doesn't work for me with clean rc21
I just spam the key and the counter is not displayed

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Did you setup a key in the settings?

Reply Good karma+1 vote
Bestworldeu
Bestworldeu - - 35 comments

ofc

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Forgot to save a change before I uploaded it, now it should work.

Reply Good karma+1 vote
Bestworldeu
Bestworldeu - - 35 comments

working now, thx
here is translated script into ru language (for comments like 'empty' and 'left')
you can add it as an optional patch if you want
Drive.google.com

Reply Good karma Bad karma+1 vote
Zukuu Author
Zukuu - - 38 comments

Thanks for reminding me, I already have those, and they are already in the translations files, but I forgot to change the text from the static one to the automatically changing one.

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags

RC18+ - AmmoCheck 2.3 has not been tagged yet.