PLAY
Multiplayer mission creation

Creating a multiplayer mission in the War Thunder CDK can be much more complex than creating a single player mission. But if you know all the steps and nuances, it will be less intimidating. Read more about them with examples in this article.

Instructions for using the Mission Editor / Tank Missions

This page explains how to create a simple singleplayer mission for reserve tanks. It features simple scripts which make the AI ally tank unit follow the player, setting up the enemy units like anti-tank cannons or tanks and creating waypoints.

Singleplayer mission creation basics

Creating a singleplayer mission using the War Thunder CDK is not that hard, you just need to know all the steps. You can find these steps in this article if you don’t know them. Give it a try!

CDK Mission Editor: Variables

Variables in mission editor are used to store information like text, numbers or booleans used for creating true or false statements, they can be used to optimize code of your mission and also to create things that are normally impossible without using them.

No more content