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
recently updated mod so:
- no error should display on startup
- filters works the intended way
- todos added
Also drop rates have changed so let me know how it feels and give us feedback
- Edited description
- new images
function: AmmoPouch_Distributions.lua -- file: AmmoPouch_Distributions.lua line # 6 | MOD: AmmoAndMedicalPouches
java.lang.NullPointerException: Cannot invoke "se.krka.kahlua.vm.KahluaTable.len()" because "<local2>" is null
and
`Callframe at: table.insert
function: MedicalPouch_Distributions.lua -- file: MedicalPouch_Distributions.lua line # 7 | MOD: AmmoAndMedicalPouches
java.lang.NullPointerException: Cannot invoke "se.krka.kahlua.vm.KahluaTable.len()" because "<local2>" is null
You have to replace the quotes (") with single quotes (') - e.g. require "Items/VehicleDistributions" has to be changed to require 'Items/VehicleDistributions'
I think the culprit is the 'OnlyAcceptCategory = Medical,' for item MedicalPouch_Back .
The Ammopouch_back doesn't has the OnlyAcceptCategory. I think you just have to replace it with AcceptItemFunction = AMP.AcceptItemFunctionMedicalPouches,
@Bealder and @Helloteam : Was thinking the same about required level. Will do balance check later this weekend.
To add to Bealder's comment - setting the Tailoring requirement for both pouches to 5 seems like a good middleground.
Also, it doesn't make sense to have tailoring requirement of 8 while ammo pouch has 6. I know that you wanted to keep it as in original mod, but with tailoring 8 you should be able to create a whole new backpack and not a simple pouch.
https://gtm.steamproxy.vip/workshop/filedetails/discussion/2706902997/3198118348347032178/
The problem is the medicine bag, what can I do to solve it?