Jump to content
killswitch

CBA: Community Base Addons for A2, OA and CO

Recommended Posts

Was just thinking yesterday, will CBA implement any publicVariableServer/Client for its event system?
Not planned so far, however it would seem only logical that we would make use of it or build something on top of it.

Will look into it, but do not expect anything too soon :)

Share this post


Link to post
Share on other sites

Hey people.

Thanks for this lovely project :)

I am in abit of a pickle and was hoping you can help me.

I wanna run JSRS and CBA on my DayZ server, and it seems to work fine with just the JSRS mod.

Still i need to enable the CBA, as its required for the JRSR, but when i do this and log into the server, i get kicked by BE Script Restriction #21.

In the scripts.txt it says createtarget something on line #21, but i honestly dont know how to bypass it or comment it out.

Have others been running into this issue?

I really hope you can help me with a simple exeption or somehting like that :) Thx and keep up the good work.

Btw this is private HIVE with Bliss installation, i have acces to all files so i can do what ever is nessecary for CBA to work.

Share this post


Link to post
Share on other sites

JSRS does not need to run on a dedicated server, it's a client side addon (only need the key).

And I would suggest that you ask on the DayZ forums instead.

Share this post


Link to post
Share on other sites
JSRS does not need to run on a dedicated server, it's a client side addon (only need the key).

And I would suggest that you ask on the DayZ forums instead.

Im sorry you misunderstand.

Its the CBA compatability with BE. The server has the correct keys but BE keeps kicking me from it, with #x restriction.

I am shifting through the scripts.txt atm, to find out what lines arent allowing CBA.

But i will go ask on the other forum, just thought i should ask here where CBA is supported.

Share this post


Link to post
Share on other sites

I need a little help please, I am trying to use the CBA task patrol function but am getting an error in the editor entitled "invalid number in expression"

I have placed an OPFOR group on the map and on the squad leader initialisation line put the following:

[this, getmarkerpos “objective1â€] call CBA_fnc_taskPatrol [this, this, 300, 7, “MOVEâ€, “AWAREâ€, “YELLOWâ€, “FULLâ€, “STAG COLUMNâ€, “this spawn CBA_fnc_searchNearbyâ€, [3,6,9]] call CBA_fnc_taskPatrol;

What am I doing wrong? I copied it straight from the CBA docs.

Share this post


Link to post
Share on other sites

The problem with CBA documentation is that it's using MS-word type quotations :)

so:

“MOVEâ€

needs to be changed to

"MOVE"

etc

Share this post


Link to post
Share on other sites
The problem with CBA documentation is that it's using MS-word type quotations :)

so:

“MOVEâ€

needs to be changed to

"MOVE"

etc

Thanks, it worked

Share this post


Link to post
Share on other sites
Latest CBA builds available on SIX Updater and for Download at Dev-Heaven Files section: https://dev-heaven.net/projects/cca/files

---------- Post added at 12:18 ---------- Previous post was at 12:13 ----------

@Das_Attorney: Are you using one of the later beta patches or just vanilla 1.62? If beta, try Vanilla.

To figure out what's going on, add some debug logging to top and end of scripts, and verify that they are actually executing, with correct parameters etc.

If you would like us to take a look, please create a ticket with all relevant material, repro mission and steps, expected versus observed and we'll have a look.

Thanks for getting back to me (and for the tips re: debugging) :)

I was using the beta and then tried with 1.62 final but same result. I have since moved some of the initialization from init.sqf to another script that runs while the mission is active and runs player init again whenever the player is killed. This seems to work, but I still need to correct a few errors. Is CBA supposed to do all of the initialization during mission through the init.sqf for me?

Sorry, I'm not sure what the correct behaviour should be as I'm a n00b at modding and I'm probably only using CBA for about 6% of all the amazing stuff it offers.

I'll try and fix it up on my own and then release the mod, but if I could approach you guys for advice through DH once I've done this, I'd be really grateful. I'm reticent to post up a copy of the mod at the moment as there are a few things broken and I'd like to fix them before making the code public (so people don't have to deal with my wonky coding). There's definitely an issue with the mod breaking when loading a saved game, but again, I don't know if this is an issue with how I'm running the scripts (most likely).

Share this post


Link to post
Share on other sites

Hi

I downloaded the latest version (CBA_v1.0.0pre10) yesterday & after installing it (having first moving the previous version to a back-up drive), I found that diagnostic logging was on by default. Moving the cba_diagnostic_disable_xeh_logging.pbo from the Optional to the addons folder in /@CBA made no difference. As I'm trying to debug something else this is a bit of a pain. Weirdly, when I removed the CBA folders & restored the previous ones logging was still on. How do I turn it off?

TIA

Orc

Share this post


Link to post
Share on other sites

Can you show an example of this diagnostic logging you're referring to? Thanks

Share this post


Link to post
Share on other sites

This is from SixUpdater's log:

20:05:43: Warning, duplicate addons have been detected in modfolders:

cba_ui_helper.pbo - @CBA_A2, @CBA_OA

Which one should I delete?

Also, to ease things on my side, I want to "merge" all three CBA folders into a single one. Do you see any issues doing it?

Share this post


Link to post
Share on other sites
This is from SixUpdater's log:

20:05:43: Warning, duplicate addons have been detected in modfolders:

cba_ui_helper.pbo - @CBA_A2, @CBA_OA

Which one should I delete?

Also, to ease things on my side, I want to "merge" all three CBA folders into a single one. Do you see any issues doing it?

Hi,

You can safely ignore the error in SIX Updater.

Currently there's no comfortable way to merge the modfolders and have SU work properly with it.

However we are working on a better approach for merging, with the assistance of kju.

More on that soon.

Share this post


Link to post
Share on other sites
Can you show an example of this diagnostic logging you're referring to? Thanks

Hi Sickboy

Surely - however, testing a bit more it only seems to happen with this mission (I tried several official & 3 user missions plus 2 earlier variants of the mission in question). Strange because I didn't change anything in the mission, it's exactly as I left weeks ago. Here's what appears in the rpt anyway:


[123033,3913.16,0,"XEH: PreInit Started. v1.0.0.184. MISSINIT: missionName=HAC_DAC_Pod_v2, worldName=FDF_Isle1_a, isMultiplayer=false, isServer=true, isDedicated=false"]
[123033,3913.22,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_disable_cache.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, 

CBA_FUNC_RECOMPILE=false"]
1:05:13.589 (0:00:00.000) cba_diagnostic -
[t:SCALAR, t:BOOL, t:ARRAY, t:STRING, t:NOTHING, t:ANY, t:NAMESPACE, t:IF, t:WHILE, t:FOR, t:SWITCH, t:EXCEPTION, t:WITH, t:CODE, t:OBJECT, t:VECTOR, t:TRANS, t:ORIENT, t:SIDE, 

t:GROUP, t:TEXT, t:SCRIPT, t:TARGET, t:CONFIG
t:DISPLAY, t:CONTROL, t:TEAM_MEMBER, t:TASK, t:DIARY_RECORD, t:LOCATION, b:ARRAY waypointattachobject SCALAR,OBJECT, b:OBJECT,GROUP enableattack BOOL, b:CONTROL 

ctrlsetfonth5b STRING
b:ARRAY isflatempty ARRAY, b:CONTROL ctrlsettextcolor ARRAY, b:OBJECT removeaction SCALAR, b:OBJECT neartargets SCALAR, b:STRING setmarkersizelocal ARRAY, b:OBJECT 

campreparefov SCALAR
b:CONTROL lnbdeletecolumn SCALAR, b:LOCATION setsize ARRAY, b:OBJECT setmimic STRING, b:OBJECT disableconversation BOOL, b:SCALAR setfsmvariable ARRAY
b:CONTROL ctrlsetstructuredtext TEXT, b:LOCATION attachobject OBJECT, b:SCALAR fademusic SCALAR, b:OBJECT kbreact ARRAY, b:OBJECT action ARRAY, b:OBJECT backpackspacefor 

STRING
b:OBJECT fire STRING, b:OBJECT fire ARRAY, b:CONTROL newoverlay CONFIG, b:CONTROL lnbsetcurselrow SCALAR, b:TASK setsimpletasktarget ARRAY, b:ANY exec STRING, 

b:OBJECT,GROUP lockwp BOOL
b:OBJECT setparticlecircle ARRAY, b:OBJECT campreparerelpos ARRAY, b:ARRAY findemptyposition ARRAY, b:CONTROL lnbsetcolumnspos ARRAY, b:CONTROL lnbpicture ARRAY
b:OBJECT animationphase STRING, b:GROUP addvehicle OBJECT, b:CONTROL removemenuitem SCALAR, b:CONTROL removemenuitem STRING, b:CONTROL setobjectarguments ARRAY
b:NAMESPACE getvariable STRING, b:NAMESPACE getvariable ARRAY, b:CONTROL getvariable STRING, b:OBJECT getvariable STRING, b:OBJECT getvariable ARRAY, b:GROUP getvariable 

STRING
b:GROUP getvariable ARRAY, b:TEAM_MEMBER getvariable STRING, b:TEAM_MEMBER getvariable ARRAY, b:TASK getvariable STRING, b:LOCATION getvariable STRING, b:OBJECT 

assignasdriver OBJECT
b:CONTROL lnbdata ARRAY, b:CONTROL buttonsetaction STRING, b:OBJECT hcgroupparams GROUP, b:OBJECT settargetage STRING, b:OBJECT kbhastopic STRING, b:IF then CODE, b:IF then 

ARRAY
b:ARRAY ordergetin BOOL, b:STRING setmarkersize ARRAY, b:SCALAR cuttext ARRAY, b:SCALAR faderadio SCALAR, b:OBJECT campreparedive SCALAR, b:CONTROL lnbsettext ARRAY
b:TEAM_MEMBER addteammember TEAM_MEMBER, b:CODE foreachmemberteam TEAM_MEMBER, b:OBJECT addlivestats SCALAR, b:DISPLAY createdisplay STRING, b:CONTROL 

updatedrawicon ARRAY
b:STRING enableaifeature BOOL, b:OBJECT triggerattachobject SCALAR, b:OBJECT setface STRING, b:OBJECT setrank STRING, b:CONTROL addmenuitem ARRAY, b:SIDE setfriend ARRAY
b:TEAM_MEMBER sendtask ARRAY, b:OBJECT engineon BOOL, b:ARRAY synchronizewaypoint ARRAY, b:OBJECT synchronizewaypoint ARRAY, b:FOR step SCALAR, b:CONTROL drawicon 

ARRAY
b:CONTROL lbadd STRING, b:OBJECT setvehicletipars ARRAY, b:CONTROL ctrlcommit SCALAR, b:ARRAY,OBJECT nearroads SCALAR, b:OBJECT moveincargo OBJECT, b:OBJECT 

moveincargo ARRAY
b:STRING ppeffectcommit SCALAR, b:SCALAR ppeffectcommit SCALAR, b:ARRAY ppeffectcommit SCALAR, b:ARRAY,OBJECT domove ARRAY, b:CONTROL inserteditorobject ARRAY, 

b:CONTROL lbpicture SCALAR
b:CONTROL lnbaddcolumn SCALAR, b:WHILE do CODE, b:WITH do CODE, b:FOR do CODE, b:SWITCH do CODE, b:OBJECT settriggeractivation ARRAY, b:SCALAR setfog SCALAR, b:OBJECT 

setvehicleinit STRING
b:ARRAY setwaypointtimeout ARRAY, b:OBJECT lockturret ARRAY, b:CONTROL lbcolor SCALAR, b:OBJECT camsetfocus ARRAY, b:OBJECT switchlight STRING, b:IF exitwith CODE
b:SCALAR cutfadeout SCALAR, b:OBJECT setdamage SCALAR, b:SCALAR setovercast SCALAR, b:OBJECT camsetdive SCALAR, b:OBJECT worldtomodel ARRAY, b:DISPLAY displayctrl 

SCALAR
b:OBJECT buildingpos SCALAR, b:FOR from SCALAR, b:CONTROL createmenu SCALAR, b:OBJECT lockedturret ARRAY, b:SCALAR fadespeech SCALAR, b:STRING setmarkershapelocal 

STRING
b:ARRAY setwaypointdescription STRING, b:OBJECT switchcamera STRING, b:CONTROL listobjects STRING, b:OBJECT addrating SCALAR, b:OBJECT campreparefocus ARRAY
b:ARRAY,OBJECT nearobjectsready SCALAR, b:OBJECT removealleventhandlers STRING, b:OBJECT gethidefrom OBJECT, b:CONTROL allow3dmode BOOL, b:CONTROL lbisselected SCALAR
b:CONTROL drawlocation LOCATION, b:OBJECT addmagazineturret ARRAY, b:ARRAY setwaypointvisible BOOL, b:OBJECT setdropinterval SCALAR, b:SIDE getfriend SIDE, b:OBJECT setpos 

ARRAY
b:STRING setmarkershape STRING, b:CONTROL seteditorobjectscope ARRAY, b:OBJECT land STRING, b:ARRAY,OBJECT nearentities SCALAR,ARRAY, b:STRING setmarkertextlocal STRING
b:OBJECT setlightambient ARRAY, b:OBJECT removesimpletask TASK, b:ANY spawn CODE, b:OBJECT campreparefovrange ARRAY, b:OBJECT setvectorup ARRAY, b:SIDE countside ARRAY
b:CONTROL ctrlsettooltipcolortext ARRAY, b:OBJECT campreparedir SCALAR, b:OBJECT limitspeed SCALAR, b:OBJECT kbtell ARRAY, b:OBJECT setposatl ARRAY, b:CONTROL 

getobjectargument ARRAY
b:OBJECT setdestination ARRAY, b:OBJECT setunitability SCALAR, b:CONTROL showneweditorobject ARRAY, b:CONTROL ondoubleclick STRING, b:STRING iskindof STRING, b:OBJECT iskindof 

STRING
b:OBJECT kbwassaid ARRAY, b:OBJECT hideobject BOOL, b:CONTROL editobject STRING, b:ARRAY intersect ARRAY, b:OBJECT setvehiclearmor SCALAR, b:CONTROL nmenuitems 

SCALAR,STRING
b:CONTROL ctrlmapscreentoworld ARRAY, b:TEAM_MEMBER unregistertask STRING, b:SCALAR != SCALAR, b:STRING != STRING, b:OBJECT != OBJECT, b:GROUP != GROUP, b:SIDE != 

SIDE, b:TEXT != TEXT
b:CONFIG != CONFIG, b:DISPLAY != DISPLAY, b:CONTROL != CONTROL, b:TEAM_MEMBER != TEAM_MEMBER, b:TASK != TASK, b:LOCATION != LOCATION, b:OBJECT joinassilent ARRAY
b:OBJECT setvectordirandup ARRAY, b:OBJECT setflagside SIDE, b:ARRAY setwaypointtype STRING, b:OBJECT emptypositions STRING, b:CODE foreachmember TEAM_MEMBER, b:TASK 

settaskstate STRING
b:OBJECT enablesimulation BOOL, b:STRING objstatus STRING, b:OBJECT weapondirection STRING, b:OBJECT removemagazineturret ARRAY, b:OBJECT forcespeed SCALAR, b:OBJECT 

moveindriver OBJECT
b:CONTROL drawarrow ARRAY, b:OBJECT removeallmpeventhandlers STRING, b:CONTROL ctrlremovealleventhandlers STRING, b:LOCATION setrectangular BOOL, b:CONTROL addmenu ARRAY
b:OBJECT setvehicleposition ARRAY, b:OBJECT assignascargo OBJECT, b:ARRAY,OBJECT sideradio STRING, b:OBJECT moveincommander OBJECT, b:CONTROL ctrlsetfontp STRING
b:CONTROL ctrlsetfontp SCALAR, b:STRING createvehiclelocal ARRAY, b:OBJECT triggerattachvehicle ARRAY, b:STRING setmarkerpos ARRAY, b:CONTROL ctrlsetautoscrolldelay SCALAR
b:CONTROL setdrawicon ARRAY, b:OBJECT landat SCALAR, b:STRING setmarkeralphalocal SCALAR, b:OBJECT setskill ARRAY, b:OBJECT setskill SCALAR, b:OBJECT savestatus STRING
b:OBJECT diarysubjectexists STRING, b:ARRAY,OBJECT dofire OBJECT, b:OBJECT allowdamage BOOL, b:ARRAY setwaypointscript STRING, b:CONTROL ctrlsetfont STRING, b:OBJECT 

setrepaircargo SCALAR
b:OBJECT setvehicleid SCALAR, b:CONTROL lbsetvalue ARRAY, b:DISPLAY displayaddeventhandler ARRAY, b:TEAM_MEMBER setleader TEAM_MEMBER, b:DISPLAY closedisplay SCALAR
b:CONTROL getobjectchildren STRING, b:OBJECT addbackpackcargoglobal ARRAY, b:CONTROL ctrlsettooltip STRING, b:OBJECT stop BOOL, b:ARRAY,OBJECT say2d STRING, 

b:ARRAY,OBJECT say2d ARRAY
b:OBJECT,GROUP enablegunlights BOOL, b:OBJECT countunknown ARRAY, b:ARRAY select SCALAR, b:ARRAY select BOOL, b:CONFIG select SCALAR, b:OBJECT addmagazinecargo ARRAY
b:CONTROL lbtext SCALAR, b:OBJECT setparticleparams ARRAY, b:CONTROL deleteeditorobject STRING, b:OBJECT cameraeffect ARRAY, b:CONTROL htmlload STRING
b:OBJECT addmagazinecargoglobal ARRAY, b:CONTROL showlegend BOOL, b:BOOL setcamuseti SCALAR, b:EXCEPTION catch CODE, b:OBJECT setunitpos STRING, b:STRING ppeffectadjust 

ARRAY
b:SCALAR ppeffectadjust ARRAY, b:CONTROL lnbsetvalue ARRAY, b:OBJECT selectdiarysubject STRING, b:OBJECT selectionposition STRING, b:STRING setmarkeralpha SCALAR
b:CONTROL drawrectangle ARRAY, b:SCALAR preloadobject STRING,OBJECT, b:ARRAY,OBJECT setmusiceffect STRING, b:ARRAY allowgetin BOOL, b:CODE foreach ARRAY, b:OBJECT 

loadmagazine ARRAY
b:CONTROL ctrlshow BOOL, b:STRING setmarkerbrush STRING, b:SCALAR <= SCALAR, b:ANY execvm STRING, b:TEAM_MEMBER registertask STRING, b:TASK settaskresult ARRAY, 

b:OBJECT enablereload BOOL
b:OBJECT setunconscious BOOL, b:ARRAY,OBJECT nearobjects SCALAR,ARRAY, b:OBJECT turretunit ARRAY, b:OBJECT countenemy ARRAY, b:OBJECT creatediarysubject ARRAY, b:ANY 

execfsm STRING
b:ANY call CODE, b:OBJECT selectweapon STRING, b:OBJECT setvehiclelock STRING, b:CONTROL ctrlsetfonth2b STRING, b:OBJECT setflagtexture STRING, b:OBJECT switchmove STRING
b:ARRAY,OBJECT commandtarget OBJECT, b:CONTROL onshownewobject STRING, b:OBJECT attachto ARRAY, b:CONTROL drawline ARRAY, b:OBJECT,GROUP setgroupid ARRAY, b:OBJECT 

setvehicleammo SCALAR
b:SCALAR debugfsm BOOL, b:OBJECT camsetpos ARRAY, b:SCALAR >= SCALAR, b:STRING createvehicle ARRAY, b:CONTROL lnbvalue ARRAY, b:CONTROL progresssetposition SCALAR
b:CONTROL ctrlremoveeventhandler ARRAY, b:ARRAY setwaypointstatements ARRAY, b:CONFIG >> STRING, b:OBJECT kbaddtopic ARRAY, b:CONTROL ctrlenable BOOL, b:OBJECT 

respawnvehicle ARRAY
b:OBJECT flyinheight SCALAR, b:OBJECT setidentity STRING, b:ARRAY,OBJECT settitleeffect ARRAY, b:ARRAY joinsilent OBJECT,GROUP, b:STRING ppeffectenable BOOL, b:ARRAY 

ppeffectenable BOOL
b:SCALAR ppeffectenable BOOL, b:OBJECT switchgesture STRING, b:OBJECT camcommit SCALAR, b:OBJECT setvelocitytransformation ARRAY, b:DISPLAY displayseteventhandler ARRAY
b:CONTROL lnbtext ARRAY, b:OBJECT allowdammage BOOL, b:CONTROL ctrlmapcursor ARRAY, b:OBJECT,GROUP enableirlasers BOOL, b:CONTROL ctrlsetfonth4b STRING, b:OBJECT 

loadidentity STRING
b:TEAM_MEMBER createtask ARRAY, b:LOCATION settext STRING, b:LOCATION setside SIDE, b:OBJECT,GROUP setbehaviour STRING, b:SCALAR ^ SCALAR, b:OBJECT hcremovegroup 

GROUP
b:OBJECT setweaponreloadingtime ARRAY, b:CONTROL loadoverlay CONFIG, b:OBJECT assignasgunner OBJECT, b:OBJECT playmove STRING, b:CONTROL posscreentoworld ARRAY
b:OBJECT addbackpackcargo ARRAY, b:OBJECT setfaceanimation SCALAR, b:STRING counttype ARRAY, b:ARRAY setwaypointposition ARRAY, b:BOOL && BOOL, b:BOOL && CODE, 

b:OBJECT groupchat STRING
b:OBJECT globalchat STRING, b:FOR to SCALAR, b:CONTROL ctrlsetfonth6b STRING, b:OBJECT useaudiotimeformoves BOOL, b:SCALAR fadesound SCALAR, b:OBJECT groupselectunit ARRAY
b:SCALAR setrain SCALAR, b:CONTROL updatemenuitem ARRAY, b:OBJECT,GROUP setformdir SCALAR, b:STRING createunit ARRAY, b:GROUP createunit ARRAY, b:CONTROL 

removedrawlinks ARRAY
b:ARRAY,OBJECT commandchat STRING, b:OBJECT allowcrewinimmobile BOOL, b:SCALAR cutrsc ARRAY, b:CONTROL lnbsetpicture ARRAY, b:CONTROL geteditorobjectscope STRING, 

b:CONTROL drawlink ARRAY
b:OBJECT lockdriver BOOL, b:STRING setmarkercolorlocal STRING, b:CONTROL lnbaddrow ARRAY, b:OBJECT lock BOOL, b:CONTROL ctrlsetbackgroundcolor ARRAY, b:OBJECT 

camsetfovrange ARRAY
b:GROUP unitsbelowheight SCALAR, b:ARRAY unitsbelowheight SCALAR, b:OBJECT weaponsturret ARRAY, b:OBJECT globalradio STRING, b:STRING setmarkertext STRING, b:OBJECT enableai 

STRING
b:OBJECT synchronizeobjectsremove ARRAY, b:OBJECT addscore SCALAR, b:OBJECT playaction STRING, b:GROUP addwaypoint ARRAY, b:STRING camcreate ARRAY, b:CONTROL 

lbsetselected ARRAY
b:OBJECT addbackpack STRING, b:ARRAY,OBJECT commandmove ARRAY, b:STRING,TEXT setattributes ARRAY, b:OBJECT synchronizeobjectsadd ARRAY, b:ARRAY,OBJECT commandfollow 

OBJECT
b:CONTROL seteditormode STRING, b:OBJECT ammo STRING, b:CONTROL setgearslotammocount SCALAR, b:OBJECT lightattachobject ARRAY, b:OBJECT skill STRING, b:CONTROL 

ctrlmapanimadd ARRAY
b:CONTROL ctrlmapworldtoscreen ARRAY, b:ARRAY,OBJECT say STRING, b:ARRAY,OBJECT say ARRAY, b:ARRAY resize SCALAR, b:SCALAR % SCALAR, b:ARRAY 

setwaypointcompletionradius SCALAR
b:OBJECT findnearestenemy ARRAY,OBJECT, b:OBJECT setunitposweak STRING, b:OBJECT removemagazines STRING, b:OBJECT playgesture STRING, b:TASK setsimpletaskdescription 

ARRAY
b:OBJECT setdir SCALAR, b:OBJECT camsettarget OBJECT, b:OBJECT camsettarget ARRAY, b:ARRAY set ARRAY, b:OBJECT setvectordir ARRAY, b:OBJECT moveto ARRAY, b:CONTROL 

getobjectproxy STRING
b:CODE count ARRAY, b:GROUP setgroupicon ARRAY, b:GROUP setgroupiconparams ARRAY, b:OBJECT setunitrecoilcoefficient SCALAR, b:CONTROL evalobjectargument ARRAY
b:STRING addpublicvariableeventhandler CODE, b:DISPLAY createmissiondisplay STRING, b:DISPLAY createmissiondisplay ARRAY, b:LOCATION setposition ARRAY
b:STRING setmarkertypelocal STRING, b:OBJECT disabletiequipment BOOL, b:OBJECT groupradio STRING, b:OBJECT setfuelcargo SCALAR, b:OBJECT addmpeventhandler ARRAY, b:OBJECT 

hcsetgroup ARRAY
b:OBJECT setdammage SCALAR, b:STRING hintc STRING, b:STRING hintc TEXT, b:STRING hintc ARRAY, b:OBJECT setcaptive SCALAR,BOOL, b:OBJECT settriggerstatements ARRAY, 

b:OBJECT findcover ARRAY
b:OBJECT,GROUP setcombatmode STRING, b:TEAM_MEMBER setcombatmode STRING, b:OBJECT loadstatus STRING, b:CONTROL removedrawicon ARRAY, b:OBJECT assignteam STRING, 

b:OBJECT camsetfov SCALAR
b:OBJECT,GROUP setspeedmode STRING, b:OBJECT settriggertext STRING, b:SCALAR setradiomsg STRING, b:OBJECT,GROUP setformation STRING, b:TEAM_MEMBER setformation STRING
b:OBJECT removempeventhandler ARRAY, b:OBJECT joinas ARRAY, b:CONTROL lbsetcursel SCALAR, b:DISPLAY displayremoveeventhandler ARRAY, b:ARRAY setwaypointbehaviour STRING
b:CONTROL allowfileoperations BOOL, b:SCALAR setidcammocount SCALAR, b:ARRAY,OBJECT seteffectcondition STRING, b:TASK sendtaskresult ARRAY, b:OBJECT createsimpletask ARRAY
b:SCALAR * SCALAR, b:CONTROL setvisibleiftreecollapsed ARRAY, b:CONTROL ctrlsetfontpb STRING, b:CONTROL editorseteventhandler ARRAY, b:CONTROL lbsetcolor ARRAY
b:OBJECT creatediaryrecord ARRAY, b:LOCATION setimportance SCALAR, b:GROUP getgroupicon SCALAR, b:NAMESPACE setvariable ARRAY, b:CONTROL setvariable ARRAY, b:OBJECT 

setvariable ARRAY
b:GROUP setvariable ARRAY, b:TEAM_MEMBER setvariable ARRAY, b:TASK setvariable ARRAY, b:LOCATION setvariable ARRAY, b:ARRAY,OBJECT dowatch ARRAY, b:ARRAY,OBJECT 

dowatch OBJECT
b:OBJECT setvehiclevarname STRING, b:OBJECT campreparetarget OBJECT, b:OBJECT campreparetarget ARRAY, b:CONTROL moveobjecttoend STRING, b:SCALAR + SCALAR, b:STRING + 

STRING, b:ARRAY + ARRAY
b:ANY onmapsingleclick STRING,CODE, b:OBJECT setlightcolor ARRAY, b:CONTROL lnbsetdata ARRAY, b:CODE foreachmemberagent TEAM_MEMBER, b:SCALAR atan2 SCALAR, b:OBJECT 

setposasl ARRAY
b:ARRAY setwppos ARRAY, b:OBJECT sendsimplecommand STRING, b:CONTROL ctrlsetfonth1 STRING, b:OBJECT moveingunner OBJECT, b:CONTROL ctrlsettext STRING, b:ARRAY 

nearestobject STRING
b:ARRAY nearestobject SCALAR, b:OBJECT removemagazinesturret ARRAY, b:OBJECT addeventhandler ARRAY, b:OBJECT campreload SCALAR, b:SCALAR - SCALAR, b:ARRAY - ARRAY
b:CONTROL ctrlsetfonth2 STRING, b:STRING setmarkerdir SCALAR, b:ARRAY setwaypointcombatmode STRING, b:CONTROL ctrlsetactivecolor ARRAY, b:OBJECT,GROUP knowsabout OBJECT
b:SIDE knowsabout OBJECT, b:CONTROL lnbdeleterow SCALAR, b:CONTROL lnbsetcolor ARRAY, b:ARRAY,OBJECT lookat ARRAY,OBJECT, b:OBJECT kbadddatabasetargets STRING, 

b:OBJECT setowner SCALAR
b:OBJECT forcewalk BOOL, b:CONTROL ctrlsetfonth3 STRING, b:OBJECT lockcargo ARRAY, b:OBJECT lockcargo BOOL, b:CONTROL ctrlsettooltipcolorshade ARRAY, b:ARRAY 

setwaypointformation STRING
b:ARRAY,OBJECT commandfsm ARRAY, b:CONTROL slidersetspeed ARRAY, b:OBJECT setcamerainterest SCALAR, b:OBJECT modeltoworld ARRAY, b:STRING setmarkerposlocal ARRAY
b:OBJECT playmovenow STRING, b:ANY in ARRAY, b:OBJECT in OBJECT, b:ARRAY in LOCATION, b:OBJECT assignascommander OBJECT, b:OBJECT countfriendly ARRAY, b:STRING 

setmarkercolor STRING
b:OBJECT addmagazine STRING, b:OBJECT addmagazine ARRAY, b:ARRAY,OBJECT dotarget OBJECT, b:SCALAR / SCALAR, b:CONFIG / STRING, b:ARRAY,OBJECT sidechat STRING, 

b:CONTROL ctrlsetfonth4 STRING
b:OBJECT aimedattarget ARRAY, b:OBJECT,GROUP reveal OBJECT, b:OBJECT,GROUP reveal ARRAY, b:GROUP setcurrentwaypoint ARRAY, b:CONTROL ctrladdeventhandler ARRAY
b:TEAM_MEMBER deleteresources ARRAY, b:ARRAY,OBJECT commandfire OBJECT, b:CONTROL drawellipse ARRAY, b:CONTROL ctrlsetfonth5 STRING, b:OBJECT addweaponcargo ARRAY
b:SCALAR getfsmvariable STRING, b:OBJECT disableai STRING, b:CONTROL lbsetdata ARRAY, b:OBJECT saveidentity STRING, b:LOCATION settype STRING, b:LOCATION setname STRING
b:CONTROL ctrlsettooltipcolorbox ARRAY, b:OBJECT camcommand STRING, b:OBJECT sethit ARRAY, b:CONTROL ctrlsetfonth6 STRING, b:OBJECT getspeed STRING, b:OBJECT 

removemagazine ARRAY,STRING
b:OBJECT lockedcargo SCALAR, b:CONTROL mapcenteroncamera BOOL, b:GROUP removegroupicon SCALAR, b:STRING setmarkerbrushlocal STRING, b:OBJECT removeweapon STRING, 

b:CONTROL lbvalue SCALAR
b:CONTROL lnbcolor ARRAY, b:CONTROL slidersetposition SCALAR, b:CONTROL slidersetrange ARRAY, b:TEAM_MEMBER addresources ARRAY, b:OBJECT addweapon STRING, b:OBJECT 

campreparepos ARRAY
b:OBJECT setformationtask STRING, b:OBJECT inflame BOOL, b:SCALAR publicvariableclient STRING, b:OBJECT camconstuctionsetparams ARRAY, b:OBJECT switchaction STRING
b:SCALAR setairportside SIDE, b:OBJECT,GROUP allowfleeing SCALAR, b:OBJECT suppressfor SCALAR, b:CONTROL addeditorobject ARRAY, b:CONTROL ctrlsetposition ARRAY
b:ARRAY showwaypoint STRING, b:ARRAY,OBJECT commandradio STRING, b:OBJECT vehicleradio STRING, b:CONTROL findeditorobject ARRAY, b:CONTROL findeditorobject ANY
b:OBJECT setflagowner OBJECT, b:CONTROL posworldtoscreen ARRAY, b:STRING callextension STRING, b:LOCATION setdirection SCALAR, b:ARRAY setwaypointhouseposition SCALAR
b:OBJECT campreparebank SCALAR, b:STRING setmarkertype STRING, b:OBJECT,GROUP move ARRAY, b:OBJECT camcommitprepared SCALAR, b:OBJECT setvelocity ARRAY, b:CONTROL 

ctrlsetfade SCALAR
b:CONTROL lbsetpicture ARRAY, b:OBJECT setcurrenttask TASK, b:ARRAY waypointattachvehicle OBJECT, b:OBJECT sethidebehind ARRAY, b:SCALAR max SCALAR, b:ARRAY,OBJECT 

commandwatch ARRAY
b:ARRAY,OBJECT commandwatch OBJECT, b:CONTROL show3dicons BOOL, b:OBJECT camsetdir SCALAR, b:ARRAY,OBJECT setsoundeffect ARRAY, b:CONTROL setobjectproxy ARRAY
b:TEAM_MEMBER setfromeditor BOOL, b:ARRAY,OBJECT distance ARRAY,OBJECT, b:ARRAY,LOCATION distance ARRAY,LOCATION, b:OBJECT kbremovetopic STRING, b:SCALAR mod 

SCALAR
b:ARRAY,OBJECT say3d STRING, b:ARRAY,OBJECT say3d ARRAY, b:SCALAR cutobj ARRAY, b:OBJECT moveinturret ARRAY, b:OBJECT fireattarget ARRAY, b:OBJECT setlightbrightness 

SCALAR
b:OBJECT directsay STRING, b:OBJECT buildingexit SCALAR, b:OBJECT synchronizetrigger ARRAY, b:OBJECT hasweapon STRING, b:ARRAY join OBJECT,GROUP, b:CONTROL 

ctrlsetfontheighth1 SCALAR
b:ARRAY,OBJECT dofollow OBJECT, b:OBJECT setposasl2 ARRAY, b:CONTROL ctrlsetautoscrollrewind BOOL, b:SCALAR min SCALAR, b:OBJECT setparticlerandom ARRAY, b:CONTROL 

execeditorscript ARRAY
b:OBJECT magazinesturret ARRAY, b:OBJECT playactionnow STRING, b:CONTROL ctrlsetfontheight SCALAR, b:CONTROL ctrlseteventhandler ARRAY, b:OBJECT animate ARRAY
b:OBJECT setobjecttexture ARRAY, b:CONTROL ctrlsetfontheighth2 SCALAR, b:ARRAY targetsaggregate ARRAY, b:OBJECT assigntoairport SCALAR, b:CONTROL ctrlsetfonth1b STRING
b:TASK setsimpletaskdestination ARRAY, b:BOOL || BOOL, b:BOOL || CODE, b:CONTROL ctrlsetfontheighth3 SCALAR, b:ARRAY findemptypositionready ARRAY, b:ARRAY find ANY
b:OBJECT settriggertype STRING, b:OBJECT camsetbank SCALAR, b:OBJECT setunitrank STRING, b:BOOL and BOOL, b:BOOL and CODE, b:SWITCH : CODE, b:SCALAR == SCALAR, 

b:STRING == STRING
b:OBJECT == OBJECT, b:GROUP == GROUP, b:SIDE == SIDE, b:TEXT == TEXT, b:CONFIG == CONFIG, b:DISPLAY == DISPLAY, b:CONTROL == CONTROL, b:TEAM_MEMBER == 

TEAM_MEMBER, b:TASK == TASK
b:LOCATION == LOCATION, b:CONTROL ctrlsetautoscrollspeed SCALAR, b:OBJECT hcselectgroup ARRAY, b:OBJECT targetsquery ARRAY, b:CONTROL ctrlsetfontheighth4 SCALAR
b:CONTROL ctrlsetscale SCALAR, b:OBJECT leavevehicle OBJECT, b:GROUP leavevehicle OBJECT, b:CONTROL lookatpos ARRAY, b:STRING setmarkerdirlocal SCALAR, b:OBJECT 

kbadddatabase STRING
b:OBJECT setammocargo SCALAR, b:CONTROL ctrlsetfontheighth5 SCALAR, b:OBJECT addaction ARRAY, b:GROUP addgroupicon ARRAY, b:OBJECT addweaponcargoglobal ARRAY
b:ARRAY,OBJECT glanceat ARRAY,OBJECT, b:OBJECT settriggerarea ARRAY, b:BOOL or BOOL, b:BOOL or CODE, b:CONTROL ctrlsetfonth3b STRING, b:SCALAR < SCALAR, b:CONTROL 

lbdata SCALAR
b:CONTROL ctrlsetfontheighth6 SCALAR, b:GROUP selectleader OBJECT, b:OBJECT camsetrelpos ARRAY, b:OBJECT remotecontrol OBJECT, b:OBJECT setfuel SCALAR, b:OBJECT vehiclechat 

STRING
b:ARRAY,OBJECT dofsm ARRAY, b:CONTROL lbdelete SCALAR, b:TEAM_MEMBER removeteammember TEAM_MEMBER, b:SCALAR > SCALAR, b:OBJECT removeeventhandler ARRAY, 

b:ARRAY setwaypointspeed STRING
b:STRING settonemappingparams ARRAY, b:CONTROL ctrlsetforegroundcolor ARRAY, b:CONTROL selecteditorobject STRING, b:GROUP copywaypoints GROUP, b:OBJECT settriggertimeout 

ARRAY
b:CODE else CODE, b:DISPLAY displayremovealleventhandlers STRING, u:updateobjecttree CONTROL, u:formattext ARRAY, u:hcallgroups OBJECT, u:markerdir STRING, u:captivenum OBJECT
u:triggertext OBJECT, u:setgroupiconsselectable BOOL, u:playersnumber SIDE, u:camerainterest OBJECT, u:isautohoveron OBJECT, u:clearweaponcargo OBJECT, u:owner OBJECT
u:enableenvironment BOOL, u:ceil SCALAR, u:boundingcenter OBJECT, u:lnbdeletecolumn ARRAY, u:onplayerconnected STRING,CODE, u:fillweaponsfrompool OBJECT, u:getarray CONFIG, 

u:showcompass BOOL
u:iskeyactive STRING, u:atltoasl ARRAY, u:showradio BOOL, u:flag OBJECT, u:showwarrant BOOL, u:forcemap BOOL, u:showpad BOOL, u:lnbcurselrow CONTROL, u:lnbcurselrow SCALAR, u:hint 

STRING,TEXT
u:vectorup OBJECT, u:keyname SCALAR, u:setcamshakedefparams ARRAY, u:lnbsetcurselrow ARRAY, u:unitbackpack OBJECT, u:hcselected OBJECT, u:getbackpackcargo OBJECT, 

u:markercolor STRING
u:progressloadingscreen SCALAR, u:createmine ARRAY, u:showwatch BOOL, u:diag_log ANY, u:sendudpmessage ARRAY, u:isnumber CONFIG, u:closedialog SCALAR, u:lnbsetcolumnspos 

ARRAY
u:lnbpicture ARRAY, u:deletestatus STRING, u:landresult OBJECT, u:triggeractivation OBJECT, u:tolower STRING, u:waypointvisible ARRAY, u:buttonsetaction ARRAY, u:lnbdata ARRAY
u:reloadenabled OBJECT, u:commandstop ARRAY,OBJECT, u:waypointtimeout ARRAY, u:showcommandingmenu STRING, u:cuttext ARRAY, u:deletemarkerlocal STRING, u:captive OBJECT, 

u:lnbsettext ARRAY
u:for STRING, u:for ARRAY, u:estimatedtimeleft SCALAR, u:getmarkertype STRING, u:screentoworld ARRAY, u:getdir OBJECT, u:ctrlautoscrollrewind CONTROL, u:inflamed OBJECT, u:playmusic 

STRING
u:playmusic ARRAY, u:processdiarylink STRING, u:airportside SCALAR, u:buttonaction CONTROL, u:buttonaction SCALAR, u:atg SCALAR, u:flagowner OBJECT, u:deg SCALAR, u:lbadd ARRAY
u:queryweaponpool STRING, u:unitrecoilcoefficient OBJECT, u:sqrt SCALAR, u:typename ANY, u:assignedgunner OBJECT, u:composetext ARRAY, u:isarray CONFIG, u:ctrlcommitted CONTROL
u:movetime OBJECT, u:lbpicture ARRAY, u:lnbaddcolumn ARRAY, u:assignedteam OBJECT, u:setdate ARRAY, u:createagent ARRAY, u:ctrlmapanimclear CONTROL, u:ismanualfire OBJECT
u:onhcgroupselectionchanged STRING,CODE, u:driver OBJECT, u:animationstate OBJECT, u:formationdirection OBJECT, u:titletext ARRAY, u:inputaction STRING, u:weaponstate ARRAY,OBJECT
u:lbcolor ARRAY, u:lnbaddarray ARRAY, u:simpletasks OBJECT, u:ctrlscale CONTROL, u:createguardedpoint ARRAY, u:currentzeroing OBJECT, u:waypointspeed ARRAY, u:ctrlmapanimcommit 

CONTROL
u:failmission STRING, u:markertype STRING, u:secondaryweapon OBJECT, u:assignedvehiclerole OBJECT, u:direction OBJECT, u:direction LOCATION, u:direction LOCATION, u:asin SCALAR
u:lnbclear CONTROL, u:lnbclear SCALAR, u:creategroup SIDE, u:mapanimadd ARRAY, u:reload OBJECT, u:hcshowbar BOOL, u:rating OBJECT, u:dissolveteam STRING, u:nextmenuitemindex 

CONTROL
u:visiblepositionasl OBJECT, u:ctrlshown CONTROL, u:lasertarget OBJECT, u:waypointposition ARRAY, u:localize STRING, u:publicvariableserver STRING, u:scriptname STRING
u:importallgroups CONTROL, u:deletegroup GROUP, u:currenttask OBJECT, u:saveoverlay CONTROL, u:enablecamshake BOOL, u:showhud BOOL, u:ppeffectcreate ARRAY, u:ppeffectcreate 

ARRAY
u:putweaponpool OBJECT, u:createteam ARRAY, u:nearestlocation ARRAY, u:nearestlocation ARRAY, u:commandgetout ARRAY,OBJECT, u:roadsconnectedto OBJECT, u:hideobject OBJECT
u:triggertimeout OBJECT, u:fromeditor TEAM_MEMBER, u:savevar STRING, u:parsetext STRING, u:ongroupiconoverenter STRING,CODE, u:getposatl OBJECT, u:sleep SCALAR, u:cos SCALAR, 

u:someammo OBJECT
u:groupfromnetid STRING, u:verifysignature STRING, u:commitoverlay CONTROL, u:text STRING, u:text LOCATION, u:text LOCATION, u:clearoverlay CONTROL, u:wfsidetext SIDE, u:wfsidetext 

OBJECT
u:wfsidetext GROUP, u:unassignteam OBJECT, u:actionkeysnames ARRAY,STRING, u:actionkeysnamesarray ARRAY,STRING, u:movetofailed OBJECT, u:atan SCALAR, u:damage OBJECT
u:collapseobjecttree CONTROL, u:side OBJECT, u:side GROUP, u:side LOCATION, u:side LOCATION, u:titlersc ARRAY, u:ongroupiconclick STRING,CODE, u:unitready ARRAY,OBJECT, 

u:setterraingrid SCALAR
u:isnull OBJECT, u:isnull GROUP, u:isnull CONTROL, u:isnull DISPLAY, u:isnull TASK, u:isnull LOCATION, u:isnull LOCATION, u:triggertype OBJECT, u:onbriefingteamswitch STRING
u:onplayerdisconnected STRING,CODE, u:default CODE, u:formleader OBJECT, u:loadfile STRING, u:checkaifeature STRING, u:isonroad ARRAY,OBJECT, u:titlecut ARRAY
u:oncommandmodechanged STRING,CODE, u:assignedtarget OBJECT, u:members TEAM_MEMBER, u:triggerarea OBJECT, u:hintsilent STRING,TEXT, u:ln SCALAR, u:setmouseposition ARRAY, 

u:isclass CONFIG
u:lbsetvalue ARRAY, u:agent TEAM_MEMBER, u:taskcompleted TASK, u:locationposition LOCATION, u:locationposition LOCATION, u:taskhint ARRAY, u:getmarkersize STRING, u:numbertodate 

ARRAY
u:faction OBJECT, u:isforcedwalk OBJECT, u:group OBJECT, u:currentvisionmode OBJECT, u:gearslotdata CONTROL, u:synchronizedobjects OBJECT, u:terminate SCRIPT, u:nearestobjects 

ARRAY
u:camusenvg BOOL, u:lbtext ARRAY, u:drop ARRAY, u:deletelocation LOCATION, u:deletelocation LOCATION, u:format ARRAY, u:finite SCALAR, u:waypointhouseposition ARRAY, 

u:geteditorcamera CONTROL
u:showmap BOOL, u:deletemarker STRING, u:worldtoscreen ARRAY, u:list OBJECT, u:leader OBJECT, u:leader GROUP, u:leader TEAM_MEMBER, u:currentweapon OBJECT, u:toarray STRING, 

u:lbcursel CONTROL
u:lbcursel SCALAR, u:currentmuzzle OBJECT, u:lnbsetvalue ARRAY, u:lbselection CONTROL, u:lnbgetcolumnsposition CONTROL, u:lnbgetcolumnsposition SCALAR, u:surfacenormal ARRAY
u:configname CONFIG, u:getmarkerpos STRING, u:cameraeffectenablehud BOOL, u:goto STRING, u:taskdescription TASK, u:execvm STRING, u:waypointtype ARRAY, u:markersize STRING, 

u:ctrlshow ARRAY
u:preloadtitlersc ARRAY, u:lineintersectswith ARRAY, u:setacctime SCALAR, u:deletewaypoint ARRAY, u:tg SCALAR, u:morale OBJECT, u:with NAMESPACE, u:not BOOL, 

u:waypointattachedobject ARRAY
u:assert BOOL, u:setwind ARRAY, u:createmarkerlocal ARRAY, u:str ANY, u:execfsm STRING, u:enableradio BOOL, u:fleeing OBJECT, u:isnil STRING,CODE, u:visibleposition OBJECT, u:call 

CODE
u:restarteditorcamera CONTROL, u:ctrlautoscrollspeed CONTROL, u:locked OBJECT, u:getweaponcargo OBJECT, u:createsoundsource ARRAY, u:ctrlmapanimdone CONTROL, u:deactivatekey 

STRING
u:copytoclipboard STRING, u:isshowing3dicons CONTROL, u:teammember OBJECT, u:isagent TEAM_MEMBER, u:lbsortbyvalue CONTROL, u:actionkeysimages ARRAY,STRING, u:tostring 

ARRAY
u:assignedvehicle OBJECT, u:hcremoveallgroups OBJECT, u:waituntil CODE, u:onpreloadstarted STRING,CODE, u:units GROUP, u:units OBJECT, u:movetocompleted OBJECT, u:actionkeys 

STRING
u:formationposition OBJECT, u:keyimage SCALAR, u:deletecollection OBJECT, u:scriptdone SCRIPT, u:createvehicle ARRAY, u:aisfinishheal ARRAY, u:lnbvalue ARRAY, u:hostmission ARRAY
u:completedfsm SCALAR, u:ctrlenable ARRAY, u:playmission ARRAY, u:hidebody OBJECT, u:clearmagazinecargo OBJECT, u:currentweaponmode OBJECT, u:progressposition CONTROL, 

u:ctrlmapscale CONTROL
u:moveout OBJECT, u:lnbtext ARRAY, u:requiredversion STRING, u:triggerstatements OBJECT, u:expecteddestination OBJECT, u:createdialog STRING, u:clearweaponcargoglobal OBJECT
u:setgroupiconsvisible ARRAY, u:position OBJECT, u:position LOCATION, u:position LOCATION, u:gearslotammocount CONTROL, u:canunloadincombat OBJECT, u:eyedirection OBJECT, u:exp 

SCALAR
u:enablesentences BOOL, u:round SCALAR, u:items OBJECT, u:onbriefingnotes STRING, u:endmission STRING, u:markershape STRING, u:waypointbehaviour ARRAY, u:commander OBJECT
u:waypointscript ARRAY, u:preloadcamera ARRAY, u:canmove OBJECT, u:waypointstatements ARRAY, u:teamtype TEAM_MEMBER, u:teamname TEAM_MEMBER, u:setplayable OBJECT, 

u:addswitchableunit OBJECT
u:! BOOL, u:parsenumber STRING, u:floor SCALAR, u:rankid OBJECT, u:lbclear CONTROL, u:lbclear SCALAR, u:cutrsc ARRAY, u:lnbsetpicture ARRAY, u:pickweaponpool OBJECT
u:preprocessfilelinenumbers STRING, u:preprocessfile STRING, u:datetonumber ARRAY, u:camcommitted OBJECT, u:lnbaddrow ARRAY, u:createlocation ARRAY, u:createlocation ARRAY, u:name 

OBJECT
u:name LOCATION, u:name LOCATION, u:alive OBJECT, u:comment STRING, u:showgps BOOL, u:dogetout ARRAY,OBJECT, u:getmarkercolor STRING, u:type TASK, u:type LOCATION, u:type 

LOCATION
u:nearestlocationwithdubbing ARRAY, u:nearestlocationwithdubbing ARRAY, u:simulationenabled OBJECT, u:unlockachievement STRING, u:ppeffectdestroy SCALAR, u:ppeffectdestroy ARRAY
u:waypoints OBJECT,GROUP, u:gunner OBJECT, u:closeoverlay CONTROL, u:waypointattachedvehicle ARRAY, u:openmap ARRAY, u:openmap BOOL, u:skill OBJECT, u:registeredtasks 

TEAM_MEMBER
u:rectangular LOCATION, u:rectangular LOCATION, u:playscriptedmission ARRAY, u:playsound STRING, u:playsound ARRAY, u:markerpos STRING, u:skiptime SCALAR, u:triggeractivated 

OBJECT
u:removeallweapons OBJECT, u:clearvehicleinit OBJECT, u:isrealtime CONTROL, u:addweaponpool ARRAY, u:vehicle OBJECT, u:sin SCALAR, u:unassignvehicle OBJECT, u:removebackpack 

OBJECT
u:formationmembers OBJECT, u:isformationleader OBJECT, u:removeswitchableunit OBJECT, u:count ARRAY, u:count CONFIG, u:nearestbuilding OBJECT, u:nearestbuilding ARRAY, u:taskstate 

TASK
u:activatekey STRING, u:lockeddriver OBJECT, u:if BOOL, u:breakto STRING, u:isplayer OBJECT, u:getdammage OBJECT, u:inheritsfrom CONFIG, u:hintc STRING, u:iswalking OBJECT
u:seteyeadaptmax SCALAR, u:titleobj ARRAY, u:assignedcommander OBJECT, u:createtrigger ARRAY, u:lbsort CONTROL, u:ctrlactivate CONTROL, u:ppeffectcommitted STRING, 

u:ppeffectcommitted SCALAR
u:scopename STRING, u:log SCALAR, u:ctrltext CONTROL, u:ctrltext SCALAR, u:dostop ARRAY,OBJECT, u:lbsetcursel ARRAY, u:deletecenter SIDE, u:waypointformation ARRAY, u:boundingbox 

OBJECT
u:seteyeadaptmin SCALAR, u:velocity OBJECT, u:enableteamswitch BOOL, u:attachedobject LOCATION, u:attachedobject LOCATION, u:startloadingscreen ARRAY, u:canstand OBJECT, 

u:scudstate OBJECT
u:ongroupiconoverleave STRING,CODE, u:lbsetcolor ARRAY, u:deleteidentity STRING, u:eyepos OBJECT, u:markeralpha STRING, u:campreloaded OBJECT, u:+ SCALAR, u:+ ARRAY, 

u:currentwaypoint GROUP
u:getpos OBJECT, u:getpos LOCATION, u:getpos LOCATION, u:ctrlmapmouseover CONTROL, u:getterrainheightasl ARRAY, u:lnbsetdata ARRAY, u:onbriefingplan STRING, u:onbriefinggroup 

STRING
u:onmapsingleclick STRING,CODE, u:magazines OBJECT, u:creatediarylink ARRAY, u:nearestobject ARRAY, u:sliderposition CONTROL, u:sliderposition SCALAR, u:compile STRING, u:stopped 

OBJECT
u:sliderspeed CONTROL, u:sliderspeed SCALAR, u:currentcommand OBJECT, u:istext CONFIG, u:getnumber CONFIG, u:ishidden OBJECT, u:attackenabled OBJECT,GROUP, u:createmarker 

ARRAY
u:enableengineartillery BOOL, u:typeof OBJECT, u:textlog ANY, u:seteyeadaptminmaxdefault SCALAR, u:setplayerrespawntime SCALAR, u:assigneddriver OBJECT, u:tan SCALAR, u:canfire 

OBJECT
u:positioncameratoworld ARRAY, u:markerbrush STRING, u:ctrlsettext ARRAY, u:oneachframe STRING,CODE, u:taskdestination TASK, u:- SCALAR, u:hcleader GROUP, u:lnbdeleterow ARRAY
u:lnbsetcolor ARRAY, u:primaryweapon OBJECT, u:taskresult TASK, u:getgroupiconparams GROUP, u:terrainintersectasl ARRAY, u:getposasl OBJECT, u:creategeardialog ARRAY, u:switch ANY
u:ctrlsetfocus CONTROL, u:setcamshakeparams ARRAY, u:slidersetspeed ARRAY, u:querymagazinepool STRING, u:netid OBJECT, u:netid GROUP, u:resources TEAM_MEMBER, u:while CODE
u:deletevehicle OBJECT, u:preloadtitleobj ARRAY, u:ctrlenabled CONTROL, u:ctrlenabled SCALAR, u:formationleader OBJECT, u:throw ANY, u:showcinemaborder BOOL, u:addcamshake ARRAY
u:onteamswitch STRING,CODE, u:sliderrange CONTROL, u:sliderrange SCALAR, u:fuel OBJECT, u:waypointcombatmode ARRAY, u:groupselectedunits OBJECT, u:lbsetdata ARRAY, u:taskparent 

TASK
u:speed OBJECT, u:scoreside SIDE, u:try CODE, u:mapgridposition ARRAY,OBJECT, u:publicvariable STRING, u:toupper STRING, u:removeallitems OBJECT, u:lightdetachobject OBJECT, 

u:camdestroy OBJECT
u:ctrlfade CONTROL, u:taskchildren TASK, u:priority TASK, u:lightison OBJECT, u:assignedcargo OBJECT, u:detach OBJECT, u:crew OBJECT, u:systemchat STRING, u:allmissionobjects STRING
u:preloadsound STRING, u:lbvalue ARRAY, u:lnbcolor ARRAY, u:slidersetposition ARRAY, u:slidersetrange ARRAY, u:currenttasks TEAM_MEMBER, u:size LOCATION, u:size LOCATION, u:echo 

STRING
u:triggerattachedvehicle OBJECT, u:showsubtitles BOOL, u:ctrlautoscrolldelay CONTROL, u:random SCALAR, u:lineintersects ARRAY, u:servercommandavailable STRING, u:local OBJECT
u:settonemapping STRING, u:ctrlparent CONTROL, u:difficultyenabled STRING, u:disableuserinput BOOL, u:geteditormode CONTROL, u:selectplayer OBJECT, u:acos SCALAR, u:uisleep SCALAR
u:unitpos OBJECT, u:effectivecommander OBJECT, u:handshit OBJECT, u:behaviour OBJECT, u:supportinfo STRING, u:lbsetpicture ARRAY, u:selectbestplaces ARRAY, u:setviewdistance SCALAR
u:activateaddons ARRAY, u:ismarkedforcollection OBJECT, u:currentmagazine OBJECT, u:gettext CONFIG, u:waypointcompletionradius ARRAY, u:lbsize CONTROL, u:lbsize SCALAR, 

u:waypointshow ARRAY
u:markertext STRING, u:finddisplay SCALAR, u:ctrlposition CONTROL, u:abs SCALAR, u:cutobj ARRAY, u:surfaceiswater ARRAY, u:titlefadeout SCALAR, u:weapons OBJECT, u:setarmorypoints 

SCALAR
u:rank OBJECT, u:score OBJECT, u:needreload OBJECT, u:onpreloadfinished STRING,CODE, u:getmagazinecargo OBJECT, u:breakout STRING, u:deleteteam TEAM_MEMBER, u:speedmode 

OBJECT,GROUP
u:ctrltype CONTROL, u:formation OBJECT,GROUP, u:formation TEAM_MEMBER, u:private ARRAY,STRING, u:textlogformat ARRAY, u:hintcadet STRING,TEXT, u:setaperture SCALAR, 

u:gearidcammocount SCALAR
u:isengineon OBJECT, u:selectededitorobjects CONTROL, u:ingameuiseteventhandler ARRAY, u:surfacetype ARRAY, u:waypointdescription ARRAY, u:camtarget OBJECT, u:vehiclevarname 

OBJECT
u:combatmode OBJECT,GROUP, u:servercommand STRING, u:clearmagazinecargoglobal OBJECT, u:addmagazinepool ARRAY, u:getgroupicons GROUP, u:entities STRING, u:vectordir OBJECT
u:cleargroupicons GROUP, u:terrainintersect ARRAY, u:lbdata ARRAY, u:objectfromnetid STRING, u:nearestlocations ARRAY, u:nearestlocations ARRAY, u:rad SCALAR, u:precision OBJECT
u:getwppos ARRAY, u:asltoatl ARRAY, u:aimpos OBJECT, u:ctrlvisible SCALAR, u:debuglog ANY, u:lbdelete ARRAY, u:getplayeruid OBJECT, u:lifestate OBJECT, u:lnbsize CONTROL, u:lnbsize 

SCALAR
u:createcenter SIDE, u:case ANY, u:image STRING, u:sizeof STRING, u:sendaumessage ARRAY, u:formationtask OBJECT, u:enablesaving BOOL,ARRAY, u:clearbackpackcargoglobal OBJECT
u:importance LOCATION, u:importance LOCATION, n:shownwatch, n:shownwarrant, n:distributionregion, n:diag_frameno, n:safezonew, n:safezoneh, n:disableserialization, n:shownradio, 

n:sideenemy
n:cameraon, n:missionstart, n:nextweatherchange, n:allgroups, n:safezonex, n:cursortarget, n:controlnull, n:tasknull, n:playerside, n:daytime, n:radiovolume, n:date, n:safezoney, n:cameraview
n:moonintensity, n:clearmagazinepool, n:nil, n:getelevationoffset, n:sideunknown, n:clearradio, n:saveprofilenamespace, n:savingenabled, n:grpnull, n:shownmap, n:shownpad, n:civilian, n:sidefriendly
n:savegame, n:mapanimdone, n:finishmissioninit, n:fog, n:teamswitchenabled, n:allunits, n:hcshownbar, n:diag_ticktime, n:clearweaponpool, n:agents, n:true, n:objnull, n:time, n:benchmark, 

n:selectnoplayer
n:estimatedendservertime, n:resetcamshake, n:teammembernull, n:pi, n:isserver, n:fogforecast, n:reversedmousey, n:endloadingscreen, n:ismultiplayer, n:productversion, n:copyfromclipboard
n:groupiconselectable, n:missionnamespace, n:uinamespace, n:viewdistance, n:librarydisclaimers, n:dialog, n:player, n:showncompass, n:west, n:exit, n:mapanimclear, n:mapanimcommit, n:vehicles
n:switchableunits, n:playerrespawntime, n:playableunits, n:opendsinterface, n:linebreak, n:cheatsenabled, n:sidelogic, n:runinitscript, n:worldname, n:diag_fps, n:sunormoon, n:soundvolume, n:alldead
n:parsingnamespace, n:missionconfigfile, n:halt, n:east, n:overcast, n:rain, n:teamswitch, n:safezonexabs, n:getresolution, n:visiblemap, n:servertime, n:armorypoints, n:groupiconsvisible
n:profilenamespace, n:isdedicated, n:configfile, n:showngps, n:musicvolume, n:processinitcommands, n:wind, n:overcastforecast, n:loadgame, n:displaynull, n:teams, n:locationnull, n:false, 

n:cadetmode
n:acctime, n:resistance, n:enableenddialog, n:forceend, n:missionname, n:initambientlife, n:commandingmenu, n:diag_fpsmin, n:safezonewabs, n:librarycredits, n:campaignconfigfile]
[123052,3913.74,0,"XEH: PostInit Started"]

Share this post


Link to post
Share on other sites

Can you please update the download link with the last build 190?

Share this post


Link to post
Share on other sites

Hey there,

I recently started playing ArmA 2 again and used to play with CBA and JSRS. I installed the newest version of both addons but I noticed that only very few populated servers allow CBA anymore, or at least the newest version. Some actually have CBA listed in server mods, but I still cant join them.

I load CBA, CBA_A2 and CBA_OA.

I even tried many old versions and they werent accepted either.

It seems to me that splitting it in 3 addons made things pretty complicated for some people, so they only put one of it on the server or something. Sometimes only loading CBA_OA (or any other) is accepted, but then JSRS says its missing something.

I dont know, but I talked to some admins and they said all looks fine and they have the newest version too.

One even told me he doesnt allow CBA anymore because of too many problems with new versions??

Anyway, I really dont know what to ask in this post, since all people I asked seem confused themselves. So I guess I can only ask for some hints. I just want to use JSRS really, but without CBA it doesnt work properly.

Edited by Muscular Beaver

Share this post


Link to post
Share on other sites

Sigh... Every day a new server suddenly doesnt accept the CBA versions I can get my hands on anymore.

Today another one, that worked fine a few days ago. WTF is going on?

Share this post


Link to post
Share on other sites
Sigh... Every day a new server suddenly doesnt accept the CBA versions I can get my hands on anymore.

Today another one, that worked fine a few days ago. WTF is going on?

It's difficult to tell what the problem is. Do you have an example of a server (name and/or IP address) where your version of CBA used to work, but no longer does? Also, precisely what CBA version is it that you are using? (is it the one from the first post of this thread or, for example, the CBA that's currently available via the Six-Updater and/or PlayWithSix tools? The "Six" ones are "running releases" and are more often updated than the official releases in this thread)

Share this post


Link to post
Share on other sites

Hey guys I am having a problem with cba every time I launch my server it gives me a error about cba and wont let me join.


=====================================================================
== C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\arma2oaserver.exe
== arma2oaserver.exe  -arma2netdev -config=Server.cfg -nosplash -mod=expansion\beta;expansion\beta\expansion;@CBA;@CBA_A2;@CBA_OA;@Arma2NET
=====================================================================
Exe timestamp: 2012/12/20 22:16:52
Current time:  2012/12/26 18:20:54

Version 1.62.100257
Warning Message: Addon 'cba_a2_xeh' requires addon 'CATracked2_AAV'
Warning Message: Addon 'cba_a2_xeh' requires addon 'CA_CruiseMissile'
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.scope'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.model'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.simulation'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.accuracy'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.camouflage'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.audible'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.displayName'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.textSingular'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.speechSingular'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.textPlural'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.speechPlural'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.weaponSlots'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.spotableNightLightsOff'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.spotableDarkNightLightsOff'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.spotableNightLightsOn'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.visibleNightLightsOff'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.visibleNightLightsOn'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.nameSound'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.side'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.destrType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.picture'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.portrait'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.icon'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.cost'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.fuelCapacity'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.armor'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.damageResistance'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.extCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.extCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.extCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.groupCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.groupCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.groupCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.maxSpeed'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.limitedSpeedCoef'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.secondaryExplosion'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.sensitivity'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.sensitivityEar'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.brakeDistance'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.precision'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.formationX'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.formationZ'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.formationTime'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.steerAheadSimul'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.steerAheadPlan'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.ViewPilot'.
Warning Message: No entry '.initAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.initAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.initFov'.
Warning Message: '/' is not a value
Warning Message: No entry '.minFov'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxFov'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.HeadLimits'.
Warning Message: No entry '.initAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.initAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.predictTurnSimul'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.predictTurnPlan'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.minFireTime'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.enableWatch'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.enableRadio'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.transportFuel'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.transportRepair'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.transportAmmo'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.transportMaxWeapons'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.transportMaxMagazines'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.transportMaxBackpacks'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.lockDetectionSystem'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.incommingMisslieDetectionSystem'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.TransportWeapons'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.TransportMagazines'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.alwaysTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.irTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.irScanToEyeFactor'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.irScanRangeMin'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.irScanRangeMax'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.irScanGround'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.nightVision'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.laserScanner'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.laserTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.nvTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.artilleryTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.artilleryScanner'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.commanderCanSee'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.driverCanSee'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.gunnerCanSee'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.radarType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.attendant'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.engineer'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.preferRoads'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.unitInfoType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.hideUnitInfo'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundEngine'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundEnviron'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundDammage'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundCrash'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundLandCrash'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundWaterCrash'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundGetIn'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundGetOut'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundServo'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundEngineOnInt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundEngineOffInt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundEngineOnExt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundEngineOffExt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundLocked'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.soundIncommingMissile'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.SoundEnvironExt'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.SoundGear'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.SoundEquipment'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.weapons'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.magazines'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.threat'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.type'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.reversed'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel.HeadAimDown'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.scope'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.model'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.simulation'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.accuracy'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.camouflage'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.audible'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.displayName'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.textSingular'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.speechSingular'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.textPlural'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.speechPlural'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.weaponSlots'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.spotableNightLightsOff'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.spotableDarkNightLightsOff'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.spotableNightLightsOn'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.visibleNightLightsOff'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.visibleNightLightsOn'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.nameSound'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.side'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.destrType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.picture'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.portrait'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.icon'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.cost'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.fuelCapacity'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.armor'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.damageResistance'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.extCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.extCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.extCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.groupCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.groupCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.groupCameraPosition'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.maxSpeed'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.limitedSpeedCoef'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.secondaryExplosion'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.sensitivity'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.sensitivityEar'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.brakeDistance'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.precision'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.formationX'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.formationZ'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.formationTime'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.steerAheadSimul'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.steerAheadPlan'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.ViewPilot'.
Warning Message: No entry '.initAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.initAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.initFov'.
Warning Message: '/' is not a value
Warning Message: No entry '.minFov'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxFov'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.HeadLimits'.
Warning Message: No entry '.initAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleY'.
Warning Message: '/' is not a value
Warning Message: No entry '.initAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.minAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry '.maxAngleX'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.predictTurnSimul'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.predictTurnPlan'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.minFireTime'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.enableWatch'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.enableRadio'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.transportFuel'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.transportRepair'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.transportAmmo'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.transportMaxWeapons'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.transportMaxMagazines'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.transportMaxBackpacks'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.lockDetectionSystem'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.incommingMisslieDetectionSystem'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.TransportWeapons'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.TransportMagazines'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.alwaysTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.irTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.irScanToEyeFactor'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.irScanRangeMin'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.irScanRangeMax'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.irScanGround'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.nightVision'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.laserScanner'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.laserTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.nvTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.artilleryTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.artilleryScanner'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.commanderCanSee'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.driverCanSee'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.gunnerCanSee'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.radarType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.attendant'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.engineer'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.preferRoads'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.unitInfoType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.hideUnitInfo'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundEngine'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundEnviron'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundDammage'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundCrash'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundLandCrash'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundWaterCrash'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundGetIn'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundGetOut'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundServo'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundEngineOnInt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundEngineOffInt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundEngineOnExt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundEngineOffExt'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundLocked'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.soundIncommingMissile'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.SoundEnvironExt'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.SoundGear'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.SoundEquipment'.
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.weapons'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.magazines'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.threat'.
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: []: '/' not an array
Cannot evaluate '' - no file
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.type'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.reversed'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/Land_Fire_barrel_burning.HeadAimDown'.
Warning Message: '/' is not a value

Ok found the problem copy arma2/addons to your OA folder.

Edited by diesol

Share this post


Link to post
Share on other sites
It's difficult to tell what the problem is. Do you have an example of a server (name and/or IP address) where your version of CBA used to work, but no longer does? Also, precisely what CBA version is it that you are using? (is it the one from the first post of this thread or, for example, the CBA that's currently available via the Six-Updater and/or PlayWithSix tools? The "Six" ones are "running releases" and are more often updated than the official releases in this thread)

I checked now with SixPlay the server info, and its what I thought, every server has a different version. I now installed like 4 different version, some very hard to come by, but now it seems to work. Still servers still change their accepted version on a weekly basis.

Share this post


Link to post
Share on other sites

With latest CBA (I play SP only). I get an error (CTD) message, with message saying I need the "CBA helper file" (or something along these lines about a helper file). I just rolled back and installed the last CBA I had and all is fine now. But the newest one wouldn't work.

Share this post


Link to post
Share on other sites

As of the latest beta's after 100697, a new CBA version is required to operate properly.

This new CBA version comes in the form of @CBA_CO and is again a merged variant (so you only launch @CBA_CO, not more CBA modfolders).

For Play withSIX and SIX Updater users, everything will be handled automatically, just like back in the day with the JayArma2Lib required for old builds, and JayArma2Lib_new required for newer builds.

For non-SIX users, there's the following package available: http://www.multiupload.nl/5QXMOD6ZQL

Thanks to Pac and kju for their time and efforts tracking down the issue.

Edited by Sickboy

Share this post


Link to post
Share on other sites
Guest

Just to be sure, so you also launch the @CBA_CO when you only have Arma 2 or Arma 2: Operation Arrowhead?

Or, should those users not update and keep using the older CBA version?

Share this post


Link to post
Share on other sites
Just to be sure, so you also launch the @CBA_CO when you only have Arma 2 or Arma 2: Operation Arrowhead?

Or, should those users not update and keep using the older CBA version?

The former, the CO edition works on OA Standalone, A2 Standalone and A2 OA CO.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×