Men of War: Assault Squad 2

Men of War: Assault Squad 2

93 ratings
Ammoboxes
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
1.126 MB
6 Jan, 2021 @ 6:58am
1 Change Note ( view )

Subscribe to download
Ammoboxes

Description
Adds supply boxes to supply trucks. Based on Valour mod.

There are two types of crates. The first type (little one) is used to resupply infantry guns, AT launchers and mortars. The second (bigger) type is used to resupply artillery, but also can be used as the first type crate. Moreover, the mod activates auto regeneration of a paradrop crate.

Sandbags and mines added to supply trucks as well.
Popular Discussions View All (1)
23
8 Jun, 2021 @ 11:18am
Multiplayer Error.
Owl
37 Comments
Bambr  [author] 17 Mar @ 12:49pm 
Привет. Наверно это лучше к авторам valour обратиться. Потому что даже если бы я и написал такой мод, я бы не стал заниматься его поддержкой. А это необходимо, если valour будет обновляться. Модом valour давно не пользуюсь, не в курсе как там сейчас вообще дела.
Blotto 16 Mar @ 12:52pm 
Привет если не сложно сможешь сделать мод где в каждом грузовике будет снабжения для стройки или укреплений лопаты для постройки окопов больших нужно для мода valour
Bambr  [author] 28 May, 2022 @ 1:41pm 
Thanks for the answer :)
sbeowulf 28 May, 2022 @ 1:14pm 
It works now, thanks!
Bambr  [author] 28 May, 2022 @ 2:40am 
It's for all so called supply trucks that available to order in skirmish missions.
sbeowulf 23 May, 2022 @ 3:08am 
@Bambr, I'll try again, and let you know! It's for all the supplie trucks right? Not a particular one? Or did you add new ones?
Bambr  [author] 21 May, 2022 @ 12:26am 
Looks like the problem is on your side because I use this mod actually to play skirmish with my friend vs AI. Try to disable all other mods but this one.
sbeowulf 20 May, 2022 @ 12:33pm 
It doesn't seem to work in skirmish vs AI, is that normal? Or did I do something wrong?
Bambr  [author] 8 Oct, 2021 @ 1:55pm 
For example, this is standard ZiS-5 ammo truck inventory code:

{extender "inventory"
{box
{size 6 10}
{clear}
{item "f1" "grenade" 20}
{item "rpg40" "grenade" 10}
{item "smoke" "grenade" 10}
{item "dynamite"}
{item "can"}
{item "repair_kit"}
{item "antipersonnel" "mine" 15}
}
}
Bambr  [author] 8 Oct, 2021 @ 1:48pm 
I don't have any experience with mission making with gem editor, so I don't know how to change inventory of a unit via this program. But I think you can open up your mission file with some text editor, find there your truck which looks like that:

{Entity "zis5art" 0x1
{Position 56.91 312.13 0}
{xform y 0.03}
{Extender "enumerator"
{number 336}
}
{Extender "supply_zone"
{current 0}
}
{Player 0}
{MID 10001}
}

And add there something like that:

{Extender "inventory"
{box
{clear}
}
}

Maybe it will work.