Arma 3
VO: VEHICLES OVERHAULING SCRIPT
C. Eagle 15 Aug, 2022 @ 4:34pm
Put this in a mission file and onto a server. got this spat at me.
1:31:05 Error in expression

if ( VO_isACErun ) then

{

{>

1:31:05 Error position:

{

{>

1:31:05 Error Undefined variable in expression: vo_isacerun

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_globalFunctions.sqf..., line 23

1:31:05 Error in expression

_isServProgrs = false;

while { isStationsOkay AND isServicesOkay } do

{>

1:31:05 Error position:

{>

1:31:05 Error Undefined variable in expression: isstationsokay

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_coreGrd.sqf..., line 38

1:31:05 Error in expression

_reaAssets = [];

if ( VO_grdServFull ) then { { _fullAssets = >

1:31:05 Error position:

1:31:05 Error Undefined variable in expression: vo_grdservfull

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_coreGrd.sqf..., line 21

1:31:05 Error in expression

if ( VO_isACErun ) then

{

{>

1:31:05 Error position:

{

{>

1:31:05 Error Undefined variable in expression: vo_isacerun

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_globalFunctions.sqf..., line 23

1:31:05 Error in expression

_isServProgrs = false;

while { isStationsOkay AND isServicesOkay } do

{>

1:31:05 Error position:

{>

1:31:05 Error Undefined variable in expression: isstationsokay

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_coreAir.sqf..., line 42

1:31:05 Error in expression <= [];

_parkingHelperAssets = [];

if ( VO_airServFull ) then { { _fullAssets = >

1:31:05 Error position:

1:31:05 Error Undefined variable in expression: vo_airservfull

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_coreAir.sqf..., line 22

1:31:05 Error in expression

if ( VO_isACErun ) then

{

{>

1:31:05 Error position:

{

{>

1:31:05 Error Undefined variable in expression: vo_isacerun

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_globalFunctions.sqf..., line 23

1:31:05 Error in expression

_isServProgrs = false;

while { isStationsOkay AND isServicesOkay } do

{>

1:31:05 Error position:

{>

1:31:05 Error Undefined variable in expression: isstationsokay

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_coreNau.sqf..., line 38

1:31:05 Error in expression

_reaAssets = [];

if ( VO_nauServFull ) then { { _fullAssets = >

1:31:05 Error position:

1:31:05 Error Undefined variable in expression: vo_nauservfull

1:31:05 File mpmissions\__cur_mp.rof_mok\vehiclesOverhauling\fn_VO_coreNau.sqf..., line 21
< >
Showing 1-4 of 4 comments
thy  [developer] 24 Sep, 2022 @ 10:19pm 
Make sure you are following the Installation instruction by the guide:
https://github.com/aldolammel/Arma-3-Vehicles-Overhauling-Script/blob/main/vehicles-overhauling.VR/vehiclesOverhauling/_VO_Script_Documentation.pdf

Btw, where did you see those error messages? In a server console? In-game? In a VSCode debugger? No clue here how you got those messages.
Last edited by thy; 24 Sep, 2022 @ 10:23pm
Chess 16 Aug, 2023 @ 5:12am 
Hi, I get the similar errors when running this script on dedicated server, but not when playing it MP from the editor: For me it shows up at mission-initialization ingame;

if ( |#|VO_grdServFull ) then { { _fullAssets = ...'
Error Undefined variable in expression: vo_grdservfull
File mpmissions....(omitted) fn_VO_coreGrd.sqf...., Line 26

mpmissions\__CUR_MP.Altis\vehiclesOverhauling\fn_VO_globalFunctions.sqf..., Line 68
while { |#|VO_isStationsOkay AND VO_isServicesOkay ...'
Error Undefined variable in expression: vo_isstationsokay

Script seems to be working fine though. I use full-service stations false and have commented out everything except ground-services
thy  [developer] 7 Dec, 2024 @ 7:46am 
Originally posted by C. Eagle:
1:31:05 Error in expression

if ( VO_isACErun ) then
{{> 1:31:05 Error position: {{> 1:31:05 Error Undefined variable in expression: vo_isacerun (...)

This was fixed in v2.5.
thy  [developer] 7 Dec, 2024 @ 7:46am 
Originally posted by Chess:
Hi, I get the similar errors when running this script on dedicated server, but not when playing it MP from the editor: For me it shows up at mission-initialization ingame;

if ( |#|VO_grdServFull ) then { { _fullAssets = ...'
Error Undefined variable in expression: vo_grdservfull
File mpmissions....(omitted) fn_VO_coreGrd.sqf...., Line 26

mpmissions\__CUR_MP.Altis\vehiclesOverhauling\fn_VO_globalFunctions.sqf..., Line 68
while { |#|VO_isStationsOkay AND VO_isServicesOkay ...'
Error Undefined variable in expression: vo_isstationsokay

Script seems to be working fine though. I use full-service stations false and have commented out everything except ground-services

Fixed with v2.5!
< >
Showing 1-4 of 4 comments
Per page: 1530 50