Jump to content
Sign in to follow this  
scotchrt

CBA Mismatch/Disable CBA version check

Recommended Posts

Hey,

I've been running an Arma 2 OA server for a while now and got everything set up and working. However there's one annoying little problem I can neither get rid off myself, nor find any information about on the internet.

The culprit is CBA. I use Play withSIX and download all my mods from there, so I know that I have the latest versions. I uploaded the same exact ones I am using to the server, yet every time a player joins the game, the server

prints out 3 CBA related error messages.

cba_versioning - cba - Version Mismatch! (Machine: SpetsnazTeamLead (Scotch) version: 1.0.1.196, serverVersion: 1.0.0.190, Level: 4)
cba_versioning - cba_a2 - Version Mismatch! (Machine: SpetsnazTeamLead (Scotch) version: 0.0.0, serverVersion: 1.0.0.8, Level: 4)
cba_versioning - cba_oa - Version Mismatch! (Machine: SpetsnazTeamLead (Scotch) version: 0.0.0, serverVersion: 1.0.0.6, Level: 4)

This happens for every player that joins, without exception. I don't understand how the server can claim I'm on version 0.0.0 when its using the same one as me.

I already tried deleting and reuploading it, added all the necessary keys, looked for ways to maybe change CBA settings, downloaded CBA from other sources, but no luck so far. It just keeps happening.

As I said, everything works just fine and no one is having any problems. By now I don't even really care about the reasons for the errors anymore, I just want to stop CBA for spamming them every time someone joins.

Can anyone help me with this? Thanks in advance.

Cheers

Share this post


Link to post
Share on other sites

You need to execute this in the mission (init.sqf) or by some server side addon.

CBA_display_ingame_warnings = false;
publicVariable "CBA_display_ingame_warnings";

Share this post


Link to post
Share on other sites

How would I do that? Can I just create an .sqf file, include the code, place it on the server and have it executed? It sounds like a wonky solution, but I don't have any server side addons.

Share this post


Link to post
Share on other sites

Use forum search how to do it/for an sample addon.

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
Sign in to follow this  

×