Member
Last active 4 years ago
Anyone else having problems with their staticData? My custom blacklists as well as faction default transports are broken now, and I get an error about a missing ]. This occurs even with straight copy/paste from the wiki, and it was working prior to the 1.2.7 update.
The error looks something like this (sorry not at home right now don't have RPT output):
ALiVE_PLACEMENT_CUSTOM_GROUPBLACKLIST = #["OIA_InfTeam_AA","OIA_MotInf_AA","OIA_MechInf_AA","OIA_TankPlatoon_AA","ORG_InfTeam_AA"]; Error Missing ]
I copied the existing VDV faction, then I was using the technique demonstrated in your youTube video to see if I could make it fully ALiVE compatible. I export and paste to the autogen.hpp, and am using the addon builder included in the Arma 3 tools on Steam as the PBO packer.
Just curious that this bug is related to using mod factions (currently using RHS). Can't remember if I've seen it with vanilla factions or not.
14:52:05 Error in expression <omms"]; }; [_returnPosition, _compType, _category, _taskFaction, ["Medium","Smal> 14:52:05 Error position: <_category, _taskFaction, ["Medium","Smal> 14:52:05 Error Undefined variable in expression: _category 14:52:05 File x\alive\addons\mil_C2ISTAR\tasks\fnc_taskCSAR.sqf, line 132
Thanks! One day I'll figure out what I'm actually doing
I am trying to add CAS per the instructions in the script snippets. This is what I have on my trigger:
["CAS",[[getMarkerPos "mk_CAS"],markerDir "mk_CAS","B_Heli_Attack_01_F","Phantom 1","",""]] Call ALiVE_fnc_combatSupportAdd;
However, I get the following error upon activation, this is the RPT dump:
19:29:45 Error in expression <lect 0; _groupID = _this select 1; _group setGroupId [_groupID,"GroupColor0> 19:29:45 Error position: <_group setGroupId [_groupID,"GroupColor0> 19:29:45 Error Undefined variable in expression: _group 19:29:45 File x\alive\addons\sup_combatsupport\scripts\NEO_radio\functions\misc\fn_setGroupID.sqf, line 11
Any devs know anything about this?
I am trying to work on creating my own factions using the ORBAT. Currently I am just trying to make the RHS VDV faction fully ALiVE compatible. However, I am having some trouble, after I make my faction in the ORBAT and copy the faction to the clipboard, I paste into autogen.hpp. Next I open up the Addon Builder from Arma 3 Tools to pack the PBO. However, when I select the test folder in the source and set destination, I get a build failed result. Here is the full error:
Build failed. Result code = 1
CfgConvert task failed.
File C:\xxx\xxx\xxx\test\autogen.hpp line 7793:/
CfgVehicles/O_rhsfactionvdvcopy1_GAZ_233114_01/Turrets.CargoTurret_01: Undefined base
class 'CargoTurret_01'
Config: some input after EndOfFile.
Error reading config file 'C:\Users\xxx\xxx\@testmod\addons\test\config.cpp
Class CBA_Extended_EventHandlers_base destroyed with lock count 5
Class destroyed with lock count 1
If I unclick the "Binarize" option in the Addon Builder, it builds a folder test.pbo, but I can't add it as a mod, I get an error that there are no PBO files in the folder. Any suggestions?
Merry Christmas everyone. Just wondering if anyone else has ever gotten this error. Seems to be related to the military AI skill module, if I delete that it goes away. Here is post from RPT file:
8:24:17 Error in expression <commanding]; _unit setSkill ["general", _general]; _unit allowFleeing _fleeing;> 8:24:17 Error position: <_general]; _unit allowFleeing _fleeing;> 8:24:17 Error Undefined variable in expression: _general 8:24:17 File x\alive\addons\sys_aiskill\fnc_AISkillSetter.sqf, line 75
Apologies, I know this is somewhere, I just can't seem to find it. I know that in recent releases there have been C2IStar tasks added, but I can't for the life of me find a list so that I can customize the tasks given. I remember customizing tasks like this, just want to ask what new ones have been added.
ALiVE_autoGeneratedTasks = ["MilAssault","CivAssault","Assassination","DestroyInfantry","SabotageBuilding"];