Not quite, Slejsa,
as Plowshare wrote (
https://www.sas1946.com/main/index.php/topic,41381.msg465374.html#msg465374), we need separate classes in 4.12 to have all these skins simultaneously (we can only use one type at a time in 4.12).
But of course main model of vehicle works (called Soviet Gaz M1 Staff Car or something like this). You can try to change a skin for it.
Temporary solution (to have more skins at a time): setting different skins for statics M1Black and M1Green in static.ini (of course they are only visual addons, not real vehicles).
Greetings,
ls
EDIT 2015-06-17: It was possible to create additional entries in static.ini to have them all simultaneously as statics in 4.12!!!
You must install Max's addon (
https://www.sas1946.com/main/index.php/topic,41421.msg465570.html#msg465570) and put this code in static.ini:
[buildings.House$VehicleM1Black]
Title M1Black
MeshLive 3do/Cars/M1_Limousine/mono.sim
MeshDead 3do/Cars/M1_Green_DMG/mono.sim
//MeshLive 3do/Cars/M1_Black/mono.sim
//MeshDead 3do/Cars/M1_Black_DMG/mono.sim
AlignToLand 1
Body FuelSmall // FIXME: need special type 'Vehicle'
Panzer 0.005
[buildings.House$VehicleM1Green]
Title M1Green
MeshLive 3do/Cars/M1_Green-RKKA/mono.sim
MeshDead 3do/Cars/M1_Green_DMG/mono.sim
//MeshLive 3do/Cars/M1_Green/mono.sim
//MeshDead 3do/Cars/M1_Green_DMG/mono.sim
AlignToLand 1
Body FuelSmall // FIXME: need special type 'Vehicle'
Panzer 0.005
[buildings.House$M1_Grey]
Title M1_Grey
MeshLive 3do/Cars/M1_Grey/mono.sim
MeshDead 3do/Cars/M1_Green_DMG/mono.sim
//MeshLive 3do/Cars/M1_Green/mono.sim
//MeshDead 3do/Cars/M1_Green_DMG/mono.sim
AlignToLand 1
Body FuelSmall // FIXME: need special type 'Vehicle'
Panzer 0.005
[buildings.House$Voit2P_Beige]
Title Voit2P_Beige
MeshLive 3do/Cars/Voit2P_Beige/mono.sim
MeshDead 3do/Cars/M1_Green_DMG/mono.sim
//MeshLive 3do/Cars/M1_Green/mono.sim
//MeshDead 3do/Cars/M1_Green_DMG/mono.sim
AlignToLand 1
Body FuelSmall // FIXME: need special type 'Vehicle'
Panzer 0.005
[buildings.House$Voit4P_Bleue]
Title Voit4P_Bleue
MeshLive 3do/Cars/Voit4P_Bleue/mono.sim
MeshDead 3do/Cars/M1_Green_DMG/mono.sim
//MeshLive 3do/Cars/M1_Green/mono.sim
//MeshDead 3do/Cars/M1_Green_DMG/mono.sim
AlignToLand 1
Body FuelSmall // FIXME: need special type 'Vehicle'
Panzer 0.005
[buildings.House$Voit4P_Noire_R]
Title Voit4P_Noire_R
MeshLive 3do/Cars/Voit4P_Noire_R/mono.sim
MeshDead 3do/Cars/M1_Green_DMG/mono.sim
//MeshLive 3do/Cars/M1_Green/mono.sim
//MeshDead 3do/Cars/M1_Green_DMG/mono.sim
AlignToLand 1
Body FuelSmall // FIXME: need special type 'Vehicle'
Panzer 0.005