Since the test version partition in forum is hidden, I can only post another record here
empty value of xray_resource__modelName
causes the transport vehicle template to be unable to combine with the tank template
test cases
entity{
_template:t="base_ab_41+opel_blitz_kfz_305+paratrooper_plane_camera"
}
entity{
_template:t="respawnChooser+respVehicle"
"respbase__addTemplatesOnSpawn:list<t>"{
item:t="vehicle_spawn_validation"
item:t="vehicle_spawn_restriction"
item:t="base_tgdgb_m40_lv"
item:t="gmc_353_a"
item:t="paratrooper_plane_camera"
item:t="vehicle_display_marker_over_head"
item:t="soft_ground_collision"
item:t="destroyOnDamageWithoutCrew"
}
}
These cases works fine in the just previous version.
And they are broken in version just updated today.
This ruins the functionality of the mobile rally truck I just made few days ago…
Solusion for official developer. (Since we players can’t fix this)
add a default value of xray_resource__modelName
for base_damage_model
.
example.
base_damage_model{
//
xray_resource__modelName:t="t_26_1940"
}
Another similar solusion is to provide an additional template to patch this value. There is no need to modify the basic template value.
this may be more appropriate
also need developer to add such template
xray_resource_model_default{
xray_resource__modelName:t="t_26_1940"
}