Jump to content

ZEVMission


Eugene

Recommended Posts

  On 3/29/2015 at 5:25 PM, monkeebhoy said:

Is there anyway to change the Wildcat to a pawnee. Whenever players try and shoot down the wild/hellcat it seems to take rotor damage and nothing else. Seems like its invincible. 

it is , you need to kill the pilot

Link to comment
Share on other sites

  On 4/1/2015 at 2:13 PM, alex943 said:

In the file ZEVmissions.sqf put /* at line 30 and */ at the end of line 336 (i don't test, so remove if any issue)

Not work, Hellcat spawn.. any idea? 

 

 
  On 4/1/2015 at 12:57 PM, Fog Horn said:

Comment them out      //    */

 

Don't spawn any of Zev missions..

Link to comment
Share on other sites

  On 4/6/2015 at 10:00 AM, DeadandGone said:

whats the bestway  of re-moving it?  Do you know what lines to comment out?

I'd start here:

 

                                               //m = ["HeliPatrol","Mission start message","","",14000,

 

Line 336 ZEVMission.sqf comment it out like I did here ^^^ 

Link to comment
Share on other sites

So i have read the link for BE for dummies and i am still struggling to figure out the kick i am getting!

 

#22 "#line 1 "mpmissions\__CUR_MP.Altis\init.sqf" [] execVM "ZEVMission\ZEVMissionClientInit.sqf";" 17:59:36 : Player #0 Caboose (9812548565563711a59c91f61a1) has been kicked by BattlEye: Script Restriction #22

 

this is my scripts.txt

these are lines 20,21,22 

7 assignAsCargo !="_x assignAsCargo axeGeneralsBoat;" !="axeVIP assignAsCargo vehicle player;" !="axeVIP assignAsCargo vehicle axeVIP;"
7 playableunits !="getDir _x, name _x];};}forEach playableUnits;};if" !"{getplayeruid _x == _ownerVar} count playableunits" !="lbSetData[21500, _index, netId _x];\n} forEach(playableUnits - [player]);"
7 allUnits !="allUnits-playableUnits;};if" !="{_x allowFleeing 0} forEach allUnits;" !="EPOCH_ESPMAP_TARGETS = allUnits + vehicles;"

can any one explain to me what im looking for and where it goes

Link to comment
Share on other sites

Line 22 of scripts.txt is actually line 23. It starts at 0, not 1. Can you post the exact kick you are getting? This:

 

  Reveal hidden contents

 

Isn't really making sense to me.Is it this? [] execVM "ZEVMission\ZEVMissionClientInit.sqf"; or this? "mpmissions\__CUR_MP.Altis\init.sqf" or both?

Link to comment
Share on other sites

  On 4/6/2015 at 5:37 PM, cyncrwler said:

Line 22 of scripts.txt is actually line 23. It starts at 0, not 1. Can you post the exact kick you are getting? This:

 

  Reveal hidden contents

 

Isn't really making sense to me.Is it this? [] execVM "ZEVMission\ZEVMissionClientInit.sqf"; or this? "mpmissions\__CUR_MP.Altis\init.sqf" or both?

 

that was the whole line from my log file

 

this is line 23 

7 exec !="<execute expression=" !"RscDebugConsole_execute" !"execFSM" !"_executeStackedEventHandler" !"fn_execVM" !"fn_moduleExecute" !"fn_execRemote" !"fn_MPexec" !"bis_fnc_moduleExecute_activate" !"fn_tridentExecute" !"randomize_civ1" !"executed from" !"EPOCH_DebugGUI_exec" !"_handle = [_display] execVM _script;" !"execVM \"\A3\Structures_F\scripts" !="execVM \"\A3\Structures_F_EPC\Civ\PlayGround\scripts\Carousel_spin.sqf\"" !="reviveExecuteTemplates"

 

im confused! So its the line in my Init which is [] execVM "ZEVMission\ZEVMissionClientInit.sqf";" 

Link to comment
Share on other sites

At then end the exec filter, add like in my spoiler:

  Reveal hidden contents

Save, and restart server. Hopefully that will resolve your issue. 

Link to comment
Share on other sites

  On 4/6/2015 at 5:37 PM, cyncrwler said:

Line 22 of scripts.txt is actually line 23. It starts at 0, not 1. Can you post the exact kick you are getting? This:

 

  Reveal hidden contents

 

Isn't really making sense to me.Is it this? [] execVM "ZEVMission\ZEVMissionClientInit.sqf"; or this? "mpmissions\__CUR_MP.Altis\init.sqf" or both?

Fixed

 

I just added !="[] execVM "ZEVMission\ZEVMissionClientInit.sqf" to that line

Link to comment
Share on other sites

  On 4/6/2015 at 5:50 PM, cyncrwler said:

At then end the exec filter, add like in my spoiler:

  Reveal hidden contents

Save, and restart server. Hopefully that will resolve your issue. 

Cheers mate I got there the same time as you! we are all good now! Appreciate the time out for the help ! 

Link to comment
Share on other sites

Hi Guys,

 

just going thru my logs and found this

  Reveal hidden contents

20:06:17 "DEBUG (Load Player) Set Group: 76561198045147409"

20:06:17 Error in expression <tic = _this select 1;
_ret    = [];
if (_static == 1) then
{
_parms = ZEVStaticA>
20:06:17   Error position: <_static == 1) then
{
_parms = ZEVStaticA>
20:06:17   Error Undefined variable in expression: _static
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionGetActiveMissionParms.sqf, line 19
20:06:17 Error in expression <e "ZEVMissionStatic";
_missionParms = [_missionIndex, _static] call ZEVMissionG>
20:06:17   Error position: <_missionIndex, _static] call ZEVMissionG>
20:06:17   Error Undefined variable in expression: _missionindex
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 33
20:06:17 Error in expression <ect 3;
_aiPos = [(_aiPos select 0) + (_locationPos select 0), (_aiPos select 1>
20:06:17   Error position: <_locationPos select 0), (_aiPos select 1>
20:06:17   Error Undefined variable in expression: _locationpos
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionSelectPos.sqf, line 20
20:06:17 Error in expression <
}
else
{
_aiPos = [_aiPos, _aiPosType, _locationPos, _locationRadius] call ZEVM>
20:06:17   Error position: <_locationPos, _locationRadius] call ZEVM>
20:06:17   Error Undefined variable in expression: _locationpos
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 74
20:06:17 Error in expression <onGetActiveMissionParms;
_locationPos = _missionParms select 0;
_locationRadius >
20:06:17   Error position: <_missionParms select 0;
_locationRadius >
20:06:17   Error Undefined variable in expression: _missionparms
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 34
20:06:17 Error in expression <ponAndMag select 6;
 
_aiweaponAndMag = [_missionIndex, _aiweapon, _aimags, _stat>
20:06:17   Error position: <_missionIndex, _aiweapon, _aimags, _stat>
20:06:17   Error Undefined variable in expression: _missionindex
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionAddWeapon.sqf, line 31
20:06:17 Error in expression <NVG_EPOCH";
 
[_aiunit, _aiweaponAndMag, _static, _missionIndex] call ZEVMissionA>
20:06:17   Error position: <_static, _missionIndex] call ZEVMissionA>
20:06:17   Error Undefined variable in expression: _static
20:06:17 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 119
20:06:18 Error in expression <tic = _this select 1;
_ret    = [];
if (_static == 1) then
{
_parms = ZEVStaticA>
20:06:18   Error position: <_static == 1) then
{
_parms = ZEVStaticA>
20:06:18   Error Undefined variable in expression: _static
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionGetActiveMissionParms.sqf, line 19
20:06:18 Error in expression <ect 3;
_aiPos = [(_aiPos select 0) + (_locationPos select 0), (_aiPos select 1>
20:06:18   Error position: <_locationPos select 0), (_aiPos select 1>
20:06:18   Error Undefined variable in expression: _locationpos
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionSelectPos.sqf, line 20
20:06:18 Error in expression <
}
else
{
_aiPos = [_aiPos, _aiPosType, _locationPos, _locationRadius] call ZEVM>
20:06:18   Error position: <_locationPos, _locationRadius] call ZEVM>
20:06:18   Error Undefined variable in expression: _locationpos
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 74
20:06:18 Error in expression <e "ZEVMissionStatic";
_missionParms = [_missionIndex, _static] call ZEVMissionG>
20:06:18   Error position: <_missionIndex, _static] call ZEVMissionG>
20:06:18   Error Undefined variable in expression: _missionindex
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 33
20:06:18 Error in expression <ponAndMag select 6;
 
_aiweaponAndMag = [_missionIndex, _aiweapon, _aimags, _stat>
20:06:18   Error position: <_missionIndex, _aiweapon, _aimags, _stat>
20:06:18   Error Undefined variable in expression: _missionindex
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddWeapon.sqf, line 31
20:06:18 Error in expression <NVG_EPOCH";
 
[_aiunit, _aiweaponAndMag, _static, _missionIndex] call ZEVMissionA>
20:06:18   Error position: <_static, _missionIndex] call ZEVMissionA>
20:06:18   Error Undefined variable in expression: _static
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 119
20:06:18 Error in expression <tic = _this select 1;
_ret    = [];
if (_static == 1) then
{
_parms = ZEVStaticA>
20:06:18   Error position: <_static == 1) then
{
_parms = ZEVStaticA>
20:06:18   Error Undefined variable in expression: _static
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionGetActiveMissionParms.sqf, line 19
20:06:18 Error in expression <e "ZEVMissionStatic";
_missionParms = [_missionIndex, _static] call ZEVMissionG>
20:06:18   Error position: <_missionIndex, _static] call ZEVMissionG>
20:06:18   Error Undefined variable in expression: _missionindex
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 33
20:06:18 Error in expression <ect 3;
_aiPos = [(_aiPos select 0) + (_locationPos select 0), (_aiPos select 1>
20:06:18   Error position: <_locationPos select 0), (_aiPos select 1>
20:06:18   Error Undefined variable in expression: _locationpos
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionSelectPos.sqf, line 20
20:06:18 Error in expression <
}
else
{
_aiPos = [_aiPos, _aiPosType, _locationPos, _locationRadius] call ZEVM>
20:06:18   Error position: <_locationPos, _locationRadius] call ZEVM>
20:06:18   Error Undefined variable in expression: _locationpos
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 74
20:06:18 Error in expression <onGetActiveMissionParms;
_locationPos = _missionParms select 0;
_locationRadius >
20:06:18   Error position: <_missionParms select 0;
_locationRadius >
20:06:18   Error Undefined variable in expression: _missionparms
20:06:18 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 34
20:06:19 Error in expression <ponAndMag select 6;
 
_aiweaponAndMag = [_missionIndex, _aiweapon, _aimags, _stat>
20:06:19   Error position: <_missionIndex, _aiweapon, _aimags, _stat>
20:06:19   Error Undefined variable in expression: _missionindex
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddWeapon.sqf, line 31
20:06:19 Error in expression <NVG_EPOCH";
 
[_aiunit, _aiweaponAndMag, _static, _missionIndex] call ZEVMissionA>
20:06:19   Error position: <_static, _missionIndex] call ZEVMissionA>
20:06:19   Error Undefined variable in expression: _static
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 119
20:06:19 Error in expression <tic = _this select 1;
_ret    = [];
if (_static == 1) then
{
_parms = ZEVStaticA>
20:06:19   Error position: <_static == 1) then
{
_parms = ZEVStaticA>
20:06:19   Error Undefined variable in expression: _static
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionGetActiveMissionParms.sqf, line 19
20:06:19 Error in expression <ect 3;
_aiPos = [(_aiPos select 0) + (_locationPos select 0), (_aiPos select 1>
20:06:19   Error position: <_locationPos select 0), (_aiPos select 1>
20:06:19   Error Undefined variable in expression: _locationpos
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionSelectPos.sqf, line 20
20:06:19 Error in expression <
}
else
{
_aiPos = [_aiPos, _aiPosType, _locationPos, _locationRadius] call ZEVM>
20:06:19   Error position: <_locationPos, _locationRadius] call ZEVM>
20:06:19   Error Undefined variable in expression: _locationpos
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 74
20:06:19 Error in expression <e "ZEVMissionStatic";
_missionParms = [_missionIndex, _static] call ZEVMissionG>
20:06:19   Error position: <_missionIndex, _static] call ZEVMissionG>
20:06:19   Error Undefined variable in expression: _missionindex
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 33
20:06:19 Error in expression <ponAndMag select 6;
 
_aiweaponAndMag = [_missionIndex, _aiweapon, _aimags, _stat>
20:06:19   Error position: <_missionIndex, _aiweapon, _aimags, _stat>
20:06:19   Error Undefined variable in expression: _missionindex
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddWeapon.sqf, line 31
20:06:19 Error in expression <NVG_EPOCH";
 
[_aiunit, _aiweaponAndMag, _static, _missionIndex] call ZEVMissionA>
20:06:19   Error position: <_static, _missionIndex] call ZEVMissionA>
20:06:19   Error Undefined variable in expression: _static
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddAIUnit.sqf, line 119
20:06:19 Error in expression <tic = _this select 1;
_ret    = [];
if (_static == 1) then
{
_parms = ZEVStaticA>
20:06:19   Error position: <_static == 1) then
{
_parms = ZEVStaticA>
20:06:19   Error Undefined variable in expression: _static
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionGetActiveMissionParms.sqf, line 19
20:06:19 Error in expression <tic";
_missionParms = [_missionIndex, _static] call ZEVMissionGetActiveMission>
20:06:19   Error position: <_static] call ZEVMissionGetActiveMission>
20:06:19   Error Undefined variable in expression: _static
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddWayPoints.sqf, line 27
20:06:19 Error in expression <select 10;
_px = (_wpPos select 0) + (_locationPos select 0);
_py = (_wpPos >
20:06:19   Error position: <_locationPos select 0);
_py = (_wpPos >
20:06:19   Error Undefined variable in expression: _locationpos
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddWayPoints.sqf, line 77
20:06:19 Error in expression <etActiveMissionParms;
_locationPos   = _missionParms select 0;
_locationRadius >
20:06:19   Error position: <_missionParms select 0;
_locationRadius >
20:06:19   Error Undefined variable in expression: _missionparms
20:06:19 File x\addons\ZEVMission\ZEV\ZEVMissionAddWayPoints.sqf, line 28
20:06:21 Speaker Male01_F not found in CfgVoiceTypes
20:06:25 "DEBUG SPAWN LOOT IN VEH: ChairProxy_EPOCH Hand SmokeShellBlue type:magazine"

 
But i didnt change anything in the Original Missionfile.
 
Just wanna know if someone has also this log"issue"?
 
Greetings
T
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...