Anyone know where to find the partNames of planes? Is it universal across all planes? Or is it unique between every plane, tank, boat. Im not sure if its these nodes in the node list when looking at the aircraft’s skeleton.
I think this node list shows what mission editor wants as “partName”.
We have parts with _dm ending (damage model) and without it. I dont know which one or if both will be accepted there.
These names are universal, here you can see the rules for creating them: 3D models for aircraft | War Thunder Wiki
(two tables from this website below)
| Object | Name in the scene |
|---|---|
| Fuselage | fuse |
| Left wing | wing_l |
| Right wing | wing_r |
| Tail | tail |
| Rudder | rudder |
| Left Rudder | rudder0 * |
| Right Rudder | rudder1 * |
| Elevator | elevator |
| Left elevator | elevator0 * |
| Right elevator | elevator1 * |
| Left Elevon | elevon_l |
| Additional Left Elevons | elevon#_l |
| Right Elevon | elevon_r |
| Additional Right Elevons | elevon#_r |
| Left slat | slat_l |
| Right slat | slat_r |
| Left air brake | airbrake_l |
| Additional left airbrake moving parts | airbrake_l# |
| Right air brake | airbrake_r |
| Additional right airbrake moving parts | airbrake_r# |
| Left landing gear | gear_l |
| Left wheel | wheel_l |
| Right landing gear | gear_r |
| Central landing gear | gear_c |
| Central wheel | wheel_c |
| Details of left landing gear strut | gear_l# **** |
| Details of right landing gear strut | gear_r# **** |
| Details of central landing gear strut | gear_c# **** |
| Bomb bay doors and actuators | hatch# |
| Engine # | engine# |
| Propeller #, low rpm/static | prop01_# |
| Propeller #, medium rpm | prop02_# |
| Propeller #, high rpm | prop03_# |
| Radiator doors and elements | radiator# |
| Sliding/moving canopy parts | blister# |
| Turret # | turret# |
| Machine gun on turret # | gun# |
| Flame from gun # | flare# |
| Bomb hook object # | bomb# |
| Rocket hook object # | rocket# |
| Torpedo hook object # | torpedo# |
| Bomb hardpoint # | pylon_bomb# |
| Rocket hardpoint # | pylon_rocket# |
| Torpedo hardpoint # | pylon_torpedo# |
| Aircraft arrestor hook | hook |
| Additional hook parts | hook# |
| Jet flame object | jet_flame |
| Additional jet flame objects (for aircraft with more than 1 engine) | jet_flame# |
-
- – if the rudders are made of two unaligned parts
-
** – if there is only one flap positioned in the center (for example, on Yakovlev aircraft)
-
*** – if flaps have several parts on each wing
-
**** – all objects related to the landing gear, including landing gear doors
# is replaced by natural numbers starting from 1. So we will have successive names like radiator1, radiator2, radiator3 etc. Hardpoints are named successively from left (left wing) to right. It is important to follow naming for pylons, because they are automatically hidden if the plane does not carry any payload.
| DM part name | Description |
|---|---|
| External shell | |
| cover#_dm (1 to 16) | parts like canopy, radomes, nacelles |
| engine#_dm (1 to 4) | aircraft engines |
| fin_dm | single tail fin config |
| fin#_dm (1 and 2) | double tail fin config |
| fuse_dm | primary fuselage part (must always be present) |
| fuse#_dm (1 to 5) | additional fuselage parts |
| stab_dm | horizontal stabilizer |
| stab#_dm (1 and 2) | additional h-stab parts |
| tail_dm | primary tail part |
| wing_l_dm, wing1_l_dm, wing2_l_dm | left wing parts. all 3 must be present |
| wing_r_dm, wing1_r_dm, wing2_r_dm | right wing parts. all 3 must be present |
| Stationary inner parts | |
| armor#_dm (1 to 10) | armor parts. glass or metal |
| cannon#_dm (1 to 8) | forward firing cannons |
| gunner#_dm (1 to 12) | turret gunners |
| mgun#_dm (1 to 12) | forward firing machine guns |
| oil#_dm (1 to 8) | oil radiators and reservoirs |
| pilot_dm | pilot |
| pilot1_dm | co-pilot |
| spar_l_dm, spar1_l_dm, spar2_l_dm | left wing primary framework. all 3 must be present |
| spar_r_dm, spar1_r_dm, spar2_r_dm | right wing primary framework. all 3 must be present |
| tailcontrol_dm | rudder and elevator control wires |
| tank#_dm (1 to 9) | fuel tanks |
| water#_dm (1 to 8) | water radiators and reservoirs |
| wingcontrol_dm | shared control wires |
| wingcontrol_l_dm | control wires going through the left wing |
| wingcontrol_r_dm | control wires going through the right wing |
| Moveable parts | |
| aileron_l_dm | left aileron |
| aileron_r_dm | right aileron |
| elevator_dm | primary elevator part (single elevator config) |
| elevator#_dm (0 to 2) | double/triple elevator config |
| rudder_dm | primary rudder part (single rudder config) |
| rudder#_dm (0 to 2) | double/triple rudder config |
| flap_l_dm | primary left flap piece |
| flap#_l_dm (1 to 3) | additional left flaps pieces |
| flap_r_dm | primary right flap piece |
| flap#_r_dm (1 to 3) | additional right flaps pieces |
| gear_c_dm | nose or tail wheel assembly |
| gear_l_dm | left gear assembly |
| gear_r_dm | right gear assembly |
| gun#_dm (1 to 12) | turret gun |

