Adding User Models to User Missions?

So I installed the War Thunder CDK and opened a Map, managed to create a player vehicle. But how do I add one from WT Live for me to use? And can I use multiple?

Not finding good answers online.

These are the Vehicle that Iam trying to add:

image

image

Screenshot+2025-07-21+115237

Install these to the game folder, then go to -

\WarThunderCDK\dagor_cdk\windows-x86_64\plugins\daEditorX\missions

and open “config.blk”.

Then scroll to the bottom of the file and paste this in:

@override:areaFxBlkPath”:t=“gameData/areaFx/areaFx.blk”
@override:units” { “@override:armada” { “@override:classes” { path:t=“…/content/pkg_local/gameData/flightModels”; } } }
@override:units” { “@override:tankModels” { “@override:classes” { path:t=“…/content/pkg_local/gameData/units/tankModels”; } } }
@override:units” { “@override:ships” { “@override:classes” { path:t=“…/content/pkg_local/gameData/units/ships”; } } }
@override:units” { “@override:structures” { “@override:classes” { path:t=“…/content/pkg_local/gameData/units/structures”; } } }
@override:units” { “@override:objectGroups” { “@override:classes” { path:t=“…/content/pkg_local/gameData/objectGroups”; } } }

Then just save the file and open the mission editor, load your mission, then you should be able to find the user model amongst the list of vehicles that you can make the unit.

You can use as many as you want but only in single player missions, you cannot use them in URL custom missions.

1 Like

Thank you ;)