Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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?