a bit of context
greetings.
as a continuation of the previous thread, ( that is, sharing the same goal )
today, i would like to address the volkssturm uniforms and squads.
which, should be easier to fix. but of course, not a priority. just one thing to add in the future
as far as it goes this little project of restoration and addition goes, i decided that i’ll finish the germans ones, and then procced with other factions.
the reasons are simple,
- i know more about german uniforms in the current state, and i recreated most of them with the textures that we have
- i’m still learning other factions irl camouflages, pattern, items, and trying to assest them for further accurate depictions. in the meanwhile, due to not many textures of allied uniforms reusable across other items, i can’t really provide a suggestions without an actual recreated item over the editor to send to the devs.
- i want to conclude a faction at a time.
now, i’ll admit i don’t have the ideas all there. especially since the customization it’s still a big incognita and ( hopefully ) it will be reworked at some point. perhaps i’m just making holes in the water.
however, i’ll try to tackle it one bit at a time.
and without wasting anyones time,
i’ll start with:
REWORK the 1st volkssturm company and the 77th infantry regiment
what i mean by this, is that i find weird that the 1st volkssturm company, of volkssturm stuff, has only the name, and the 77th infantry regiment despite being a volksgrenadier / infantry squad unit get access to volkssturm customization:
essentially, 1st volkssturm company does not have default nor buyable volkssturm uniforms
but the 77th infantry regiment can and does
so, the solutions would be, either rework and spaw template of those squads, or allow anyone to wear volkssturm customization for non volkssturm squads to.
next,
add battle of the bulge volkssturm customization & trenchcoats
so… unironically,
the first time the allied actually encountered volkssturm formations, was during the the battle of aechen on october 1944.
which according to the same enlisted standard, association by year,
the volksstums were actually formed in september 25 1944.
and the battle of the bulge is in 1944-1945
so, they should definitely be available or… " a thing " in the battle of the bulge.
but they aren’t.
i saw the following statement across some messages:
- " b-b u t, there have no uniforms ! "
incorrect. ( well, technically that’s sort of true )
but there are, and can be easily made in a matter of minutes:
as those do work, and can be made, i’m sure devs can figure out the rest.
to be precise, these following items:
attachable_wear_tunic_01_1_volkssturm_ger_summer_item
( which, i don’t question the validicity of others, i’m sure they did existed, but as far as i know, the field green was the more common one, a bit weird that it’s present in the editor, but never showed up )
as well as more general options:
because to be fair, i find a cool and nice detail that in enlisted, you actually can play those generally rare units that in almost no other games ( outside rts ) allows you to. and it’s a nice detail.
as such, it would also be great to make use of the assets that we have by creating new style of uniforms that haven’t been used before, are still of official quality, and gives something new
code
X_attachable_wear_tunic_volkssturm_planetree_summer_ger_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_planetree_summer_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_planetree_summer_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_07_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_engineer_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_engineers_tunic_tex_d*"
"ger_tunic_3_tex_n*":t="ger_engineers_tunic_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_06_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_2_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_2_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_m43_pea_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_peadot_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_peadot_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_plane_tree_autnum_volkssturm_ger_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_planetree_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_planetree_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_splinter_volkssturm_ger_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_m43_splinter_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_m43_splinter_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_lg_volkssturm_ger_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_gray_l_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_gray_l_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_pea_summer_volkssturm_ger_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_peadot_summer_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_peadot_summer_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_volkssturm_bl_ger_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_bl_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_bl_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_dgr_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_dgr_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_dgr_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_volkssturm_gendarmerie_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_gendarmerie_tunic_tex_d*"
"ger_tunic_3_tex_n*":t="ger_gendarmerie_tunic_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
X_attachable_wear_tunic_gr_volkssturm_ger_summer_item{
_use:t="attachable_wear_tunic_01_medic_ger_summer_item"
item__template:t="attachable_wear_tunic_01_medic_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_tunic_3_tex_d*":t="ger_tunic_gr_tex_d*"
"ger_tunic_3_tex_n*":t="ger_tunic_gr_tex_n*"
"ger_overcoat_wristband_tex_d*":t="ger_volkssturm_armband_tex_d*"
"ger_overcoat_wristband_tex_n*":t="ger_volkssturm_armband_tex_n*"
}
}
( considering that, volksstum were mostly given what they had, and often sided with elite units that i can’t name, but everyone knows for the pea dot. )
as well the m44 varient which aren’t present, but just like trench coats, here is the code compatible and proven to work over customs:
code
attachable_wear_volkssturm_m44_green_ger_item{
_use:t="attachable_wear_tunic_m44_volksstrum_ger_summer_item"
item__template:t="attachable_wear_tunic_m44_volksstrum_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_m44_tunic_tex_d*":t="ger_m44_tunic_gr_tex_d*"
}
}
attachable_wear_volkssturm_m44_pea_ger_item{
_use:t="attachable_wear_tunic_m44_volksstrum_ger_summer_item"
item__template:t="attachable_wear_tunic_m44_volksstrum_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_m44_tunic_tex_d*":t="ger_m44_tunic_dot_br_tex_d*"
}
}
attachable_wear_volkssturm_m44_gray_ger_item{
_use:t="attachable_wear_tunic_m44_volksstrum_ger_summer_item"
item__template:t="attachable_wear_tunic_m44_volksstrum_ger_summer_item"
"animchar__objTexReplace:object"{
"ger_m44_tunic_tex_d*":t="ger_m44_tunic_gray_tex_d*"
}
}
and lastly, i know someone in particular will be happy,
- don’t let volkssturm squad appear outside of the battle of the bulge and berlin.
what i mean by that, is that it’s … slighlty weird seeing volkssturm units in tunisia etc.
it would be best if those would swap to test server changes ( aka, base uniforms ).
the alternative would be, use the medic tunic with armband and different textures.
but that would cause issues… as… other units less market-friendly-world wide.
like, honor guards, or… SA so to speak. but yeah we don’t want any of that, even though i saw some people suggesting that.
again, for those maps it would be best to make them wear normal infantry or perhaps, better,
show a french patch over the shoulder ( since patches on clothings are a thing, just momentarily hidden )
fun fact, even the feldgendarmerie were supposed to have a patch
and here are some examples of what could come out of it:
in conclusion
and that’s about it.
this is everything related to the volkssturm.
again, not a priority, just something to do after this whole thing of steam gets solved, at the bottom of the list so to speak.
i’ll add more if i find anything, but i’ll doubt it.
thanks in advance.