Arma 3
71 betyg
Spawning Vehicles through the Debug Console
Av Chickens 3 : Tom 1
Sometimes a vehicle is needed to spice up gameplay, get around a glitch or to use a mod to fill in for the game vehicle; the debug console can be right here to help!
2
3
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Using the Console to spawn vehicles
Not all missions have the debug console,
but for the ones that do, I use this code:

_veh = "B_Heli_Attack_01_F" createVehicle(position player);
then localexec

The vehicle classname goes in the quotation marks. That one in particular gets you the Comanche (AH-99 Blackfoot) attack helicopter.

Here is a full list:
https://community.bistudio.com/wiki/Arma_3_CfgVehicles_WEST
https://community.bistudio.com/wiki/Arma_3_CfgVehicles_EAST
https://community.bistudio.com/wiki/Arma_3_CfgVehicles_GUER

This works in multiplayer, and does not glitch out like spawning a vehicle through Arsenal.
Hope it improves gameplay for you like it did for me!
22 kommentarer
little john 1 jul @ 14:52 
what is the command to spawn a merkava?
Keith1864 2 mar @ 11:10 
JAK, go into Virtual Arsenal...pull up the vehicle in the viewer and export. Then paste from clipboard into a word or notepad document. It will give you codes for all the variants and codes for some other items for whatever reason, but your vehicle codes will be at the top.
JAK 23 sep, 2024 @ 14:31 
where can i get the list for the other creator dlc vehicles?
Jdmus 7 sep, 2024 @ 18:16 
Echelon-希望と強さ 16 apr, 2020 @ 7:00 
player allowDamage false; for god mode
Cammo Freak 29 mar, 2020 @ 17:24 
How about entering zeus mode with console?
Echelon-希望と強さ 12 feb, 2020 @ 10:04 
["Open",true] call BIS_fnc_garage; vehicle arsenal
Echelon-希望と強さ 31 jan, 2020 @ 10:47 
["Open", true] spawn BIS_fnc_Arsenal; for arsenal
Cammo Freak 20 okt, 2019 @ 20:28 
How would I spawn an ammocrate in front of me? for example the following crate "C_T_supplyCrate_F"
Pepsi 18 sep, 2017 @ 0:20 
hi just wanting to ask u a question about how to spawn in vehicles im on a arma 3 zeus official server as an admin and enabled the debug console.when i open the debug console and paste the code _veh = "B_Heli_Attack_01_F" createVehicle(position player); nothing happened why?