Arma 3
647 ratings
DCON's Multiplayer Vehicle Spawner
2
4
4
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.664 MB
23 Jun, 2018 @ 1:14pm
30 Dec, 2019 @ 2:26pm
10 Change Notes ( view )

Subscribe to download
DCON's Multiplayer Vehicle Spawner

Description


Credit to Bohemia Interactive for the original Interface

Information
This mod extends the virtual garage that ships with arma, traditionally it was developed as a means to preview vehicles and was never intended for use within a mission. This mod enables it to be used in any scenario.

Features
The virtual garage gives you the ability to spawn any vehicle in the game, anywhere, anytime!
You can edit the vehicles texture, remove doors, add doors, add lights, add any possible weapon and play with everything your vehicles have to offer!

You can also select the spawn type:
-None: Literally does nothing..
-Getin Driver: Teleports you into the driverseat of the vehicle when spawned
-Flying: Will spawn the vehicle flying and teleport you into the pilot seat. (quite sure this works on boats too)

Pylons / Dynamic Vehicle Loadouts:
Each individual pylon on any vehicle that supports them can be used to equip any pylon based weapon with all restrictions removed!

How to use
When in-game bind a key to "Use Action 13" under the custom controls tab or scroll for the menu option DCONs Vehicle Spawner to open it.

Server Admins / Documentation
To disable this mod on your server:
DCON_Garage_Enabled = 0; publicVariable "DCON_Garage_Enabled";

To enable this mod on your server but also be notified when users are using it (cheater mode):
DCON_Garage_Enabled = 1; publicVariable "DCON_Garage_Enabled";

To enable this mod on your server for all users:
DCON_Garage_Enabled = 2; publicVariable "DCON_Garage_Enabled";
By default this value is set to 1

To enable this mod for specific users, add their UID the array:
DCON_Garage_WhiteList = [ "76561198018658865" ]; publicVariable "DCON_Garage_WhiteList";

To disable this mod for specific users, add their UID the array:
DCON_Garage_BlackList = [ "76561198018658865" ]; publicVariable "DCON_Garage_BlackList";
Please don't use this exact example :(

Set the time for removing destroyed vehicles:
DCON_Garage_CleanUp_Time = 15; publicVariable "DCON_Garage_CleanUp_Time";
Set this to 0 for instant and -1 to disable automatic cleanup.

When spawning UAV's the side of the AI inside can be changed:
DCON_Garage_UAV_Side = "auto"; publicVariable "DCON_Garage_UAV_Side";
Value
Result
west
AI will be Blufor
east
AI will be Opfor
independent
AI will be AAF
civilian
AI will be Civlian
player
AI will be the same side of the player
auto
AI will be assigned to the same side of the vehicle

When a player stops controlling a UAV It's possible to perform some cleanup tasks:
DCON_Garage_UAV_OnDisconnect = "auto"; publicVariable "DCON_Garage_UAV_OnDisconnect";
Value
Result
boom
UAV will explode
despawn
UAV will be deleted
despawn_ai
UAV AI will be deleted
defuel
UAV fuel will be removed
damage
UAV will be severely damaged (20hp)
auto
Nothing will happen


Put any of these somewhere in your mission file or run it locally on the console.

Cheating
If this mod is used on a server that doesn't support it, all users on the server will be notified that it is being used. They will be given the players name, steam name, steam id, and a tutorial on how to ban the user.

This feature will not be removed no matter how many times It's requested. This mod was created to enhance user experience, not cause server admins problems. If you want tools to hack and gain a competitive advantage look elsewhere. Official distributions of my work won't be compromised for personal greed. If you think my stance on cheating is too harsh, then report this mod and see where it gets you.

Am I cool yet?
Make sure to like. comment, subscribe, press the bell button, put your life savings into my patreon account, subscribe to my email spam lists, buy products from all of my affiliates, install my adware so I can track you, donate to my paypal and just about anything else you can do to make sure you give your life to me. Also I don't have a twitch channel so just make one for me and find a way to give it money before handing me the details.

I find this is the best way to maximise profits and develop a horrible user base that I can turn into profit machines all while pretending I'm actually giving back to them!

Thanks!

Unhonorable Credits
Robbie_e: Spammed me on steam so I couldn't take pictures.
https://gtm.steamproxy.vip/profiles/76561198082260429

TDSEB: Called me every name in the dictionary when he found out this wasn't the nuclear goat mod I made him.
https://gtm.steamproxy.vip/profiles/76561198130922654

Popular Discussions View All (5)
2
17 Aug, 2022 @ 2:43am
Vehicle blacklist option
zorback
2
8 Apr, 2020 @ 6:03pm
Stop Other player
sneakyamr
0
8 Jul, 2021 @ 8:39pm
Multiplayer spawner isn't working
Cal
527 Comments
Polski_Sebek1 9 Jan @ 9:42pm 
Hey man very nice mod, thanks for making it. I have a small question tho, how do i add vehicles to it if they are not listed in the spawn menu ? I ask because Im unable to spawn vehicle transport variant of blackfish, i can spawn infantry transport and gunship variants but not viv one. And no i didnt have bajilion mods loaded, only one that reanables vanilla scenarios for SOG and as for DLCs SOG, reaction forces and western sahara
GreekRussian 24 Dec, 2024 @ 5:10pm 
Is it possible to execute code for individual vehicles when they are spawned?
Revolving DCON  [author] 6 Dec, 2024 @ 12:42am 
Cool cool, I was gonna say, there's not a huge amount of custom code in this mod that interfaces with other areas of the game. I've kept it minimal to prevent collisions.
The cute shark Jade✅ 6 Dec, 2024 @ 12:32am 
NVM. It's not problem in that mod. It's problem in some addon what affecting on entire virtual garage
Revolving DCON  [author] 5 Dec, 2024 @ 7:15pm 
@The cute shark Jade

Are you running 6 thousand mods?
The cute shark Jade✅ 5 Dec, 2024 @ 11:02am 
Game crash if you trying use this in MP as host with 0x000005 error.
Soldier Black 25 Jul, 2024 @ 7:38am 
Whenever I put troops on vehicles they come without texture (white) is there a way to change this?
Story 18 Jul, 2024 @ 7:09pm 
How would you go about setting the vehicle team to Player when the server doesnt have the mod?
{BAJA} OHN0U81 22 Mar, 2024 @ 9:07pm 
Ive inputted in the console but doesnt disable it for others
{BAJA} OHN0U81 22 Mar, 2024 @ 9:06pm 
How would I add the line to prevent players on Antistasi from using it besides the admins. I know we cant edit the mission file