Arma 3
29 ratings
Vehicle_Customizer_Jonzie_Edition
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod, Server
Mod Type: Mechanics
Meta: Dependency
File Size
Posted
69.681 KB
19 Feb, 2016 @ 9:31am
1 Change Note ( view )

Subscribe to download
Vehicle_Customizer_Jonzie_Edition

Description
Vehicle Customizer Jonzie Edition

This mod will only work with Jonzie Car Pack Vehicles

To be customized the vehicle must be within 5 meters of the following class :

"Land_i_Garage_V1_F"
"Land_i_Garage_V2_F"
"Land_CarService_F"
"Land_i_Shed_Ind_F"


If you to add the Customize action to a vehicle when creating it from a script use this line :

init="this addAction [""Customize"",""_this call mjqc_fnc_VCCustomize"",nil,0,false,true,"""",""(_target distance _this < 5) && (_target call mjqc_fnc_VCCondition)""];";


If you to add the Customize action to a vehicle when creating it in the Editor use this line :

Vehicle INIT field :

this addAction ["Customize","_this call mjqc_fnc_VCCustomize",nil,0,false,true,"","(_target distance _this < 5) && (_target call mjqc_fnc_VCCondition)"];

If you want to add the feature to an Exile server use these instructions :

- Add the following block at the end of the "class Car >> class Actions" of the mission config.cpp file

class Customize: ExileAbstractAction
{
title = "Customize";
condition = "(call ExileClient_object_vehicle_interaction_show) && (call mjqc_fnc_VCCondition)";
action = "_this call mjqc_fnc_VCCustomize";
};

- Also place the same block in the "Class Tank" and "Class Air" if you want those type to be customizable.

If you want to call the command directly use this line :

_this call mjqc_fnc_VCCustomize

*_this being the vehicle object.



// Created By Patrix87
// Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
Popular Discussions View All (2)
5
16 Nov, 2017 @ 2:16pm
Customisation using the Eden Editor
simon322
0
15 May, 2017 @ 10:14am
Turno On the emergency light
Lucky Juke Tiger
22 Comments
dex 21 Mar, 2017 @ 8:20am 
Please, explain how to put it in altis life.. :)
Pepkilz 29 Dec, 2016 @ 8:58pm 
Do the clients have to download this or can you just use it as a server addon?
nickt629 12 Nov, 2016 @ 10:51am 
hi i wanted to get permission to include this mod in our server mod compilation package. obviously we will not be claiming any of the work as our own and will be giving credit to the origional author. thanks in advance for your response! =)
[DAAO] Gunner 23 Oct, 2016 @ 12:18pm 
can not get this to work can someone help please
Cevune 30 Aug, 2016 @ 9:14pm 
Pretty sweet stuff you've got here man.

I'll also drop this here: For anyone who doesn't want to bother with the garages, remove the:
&& (_target call mjqc_fnc_VCCondition)
part from the init line. If I'm not mistaken this will bypass the check for the garage object classes and will simply allow you to modify the skin when you're within 5 meters of the vehicle.

For ease of use, the freely abailable customization init would be:
this addAction ["Customize","_this call mjqc_fnc_VCCustomize",nil,0,false,true,"","(_target distance _this < 5)"];
SmithY 4 Aug, 2016 @ 1:19pm 
any chance it could work with out exile ?
Cpl Rex 23 Jun, 2016 @ 7:24pm 
Tes QuébécaoisOstis
:greenslime:_:greenslime:
☜☆☞ mp4 ㋡ 30 May, 2016 @ 6:49am 
is not compatible with arma3 launcher
LoneWolf 6 Apr, 2016 @ 2:58am 
Any chance you could alter this to make the vehicle changes save to database? Pretty please? :)