武装突袭3

武装突袭3

71 个评价
Spawning Vehicles through the Debug Console
由 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
   
奖励
收藏
已收藏
取消收藏
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 条留言
little john 7 月 1 日 下午 2:52 
what is the command to spawn a merkava?
Keith1864 3 月 2 日 上午 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 2024 年 9 月 23 日 下午 2:31 
where can i get the list for the other creator dlc vehicles?
Jdmus 2024 年 9 月 7 日 下午 6:16 
Echelon-希望と強さ 2020 年 4 月 16 日 上午 7:00 
player allowDamage false; for god mode
Cammo Freak 2020 年 3 月 29 日 下午 5:24 
How about entering zeus mode with console?
Echelon-希望と強さ 2020 年 2 月 12 日 上午 10:04 
["Open",true] call BIS_fnc_garage; vehicle arsenal
Echelon-希望と強さ 2020 年 1 月 31 日 上午 10:47 
["Open", true] spawn BIS_fnc_Arsenal; for arsenal
Cammo Freak 2019 年 10 月 20 日 下午 8:28 
How would I spawn an ammocrate in front of me? for example the following crate "C_T_supplyCrate_F"
Pepsi 2017 年 9 月 18 日 上午 12: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?