Arma 3
GOM Vehicle Tuning Anywhere
VTA_functions.hpp log errors
I had errors with VTA_functions.hpp & fixed them with this (not sure if it even matters, everything still worked):

//GOM_fnc_vehicleTuning V1.01
//by Grumpy Old Man
class CfgFunctions
{

class VTA
{

class VehicleTuning
{

class vehicleTuningInit{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_vehicleTuningInit.sqf";preInit = 1;};
class roundNum{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_roundNum.sqf";};
class killHint{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_killHint.sqf";};
class updateBoostDisplay{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_updateBoostDisplay.sqf";};
class updateSlider1{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_updateSlider1.sqf";};
class updateSlider2{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_updateSlider2.sqf";};
class updateLB{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_updateLB.sqf";};
class installFromLB{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_installFromLB.sqf";};
class FOGmachine{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_FOGmachine.sqf";};
class ejectionSeat{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_ejectionSeat.sqf";};
class vehTuning{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_vehTuning.sqf";};
class vehicleTuning{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_vehicleTuning.sqf";};
class bulletproofTyres{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_bulletproofTyres.sqf";};
class GPSTracker{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_GPSTracker.sqf";};
class boost{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_boost.sqf";};
class licensePlate{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_licensePlate.sqf";};
class initParams{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_initParams.sqf";preInit = 1;};
class setKartNumber{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_setKartNumber.sqf";};
class getKartNumber{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_getKartNumber.sqf";};
class blowOff{file = "GOMVTA\scripts\VTA\functions\VehicleTuning\VTA_fnc_blowOff.sqf";};


};



};



};
< >
Showing 1-2 of 2 comments
󠀡󠀡󠀡󠀡󠀡󠀡Marc🦈  [developer] 23 Jun, 2023 @ 1:54am 
No clue what the errors are caused from. Though John Jordan mentioned that "you'll lose some conditions but it should do something." with the lines of code he guided me to add and delete in "VTA_fnc_vehicleTuning.sqf".

If it works fine- I'll leave it be. :jake::steamthumbsup:

Edit: What did you change in the hpp file to fix log errors though? It looks kinda identical to me.
Last edited by 󠀡󠀡󠀡󠀡󠀡󠀡Marc🦈; 23 Jun, 2023 @ 1:57am
aussie battler 23 Jun, 2023 @ 9:00pm 
No problems, I just added a ";" near the end of each line. I'm with you, if its not broke it doesnt need fixing. Thanks for sharing the mod.
< >
Showing 1-2 of 2 comments
Per page: 1530 50