InclementDeath 0 Report post Posted June 1, 2018 Setting up my own Exile Dedicated server, and I'm attempting to put VCOM AI 3.0 on, however for some reason I can't get my server to boot 100% The RPT log is throwing the error: Spoiler Scripting function 'vcm_serverask' is not allowed to be remotely executed I also have -filePatching in my startup commands, and the userconfig is in the proper place. What gives? I'm going to make an identical post on the VCOM AI thread on bohemia forums aswell, incase this isnt the place for it. Share this post Link to post Share on other sites
El Rabito 78 Report post Posted June 1, 2018 I have this error aswell in my RPT and VCOM is working fine, so you must have made an error somewhere else. Share this post Link to post Share on other sites
Bob_the_K 105 Report post Posted June 1, 2018 If you look in your BattleEye logs, do you see a logfile called remoteexec.log? Does it also show up in there? You should be able to add something like !=" vcm_serverask " to the proper line .txt file to get rid of it. You'll have to go by the number of the restriction to figure out which line but I'm betting it's a "script restriction 0" and so should be added to the end of the second line. But regardless, that wouldn't prevent it from starting. Share this post Link to post Share on other sites
Brenner 114 Report post Posted June 1, 2018 (edited) I also have serverask line in my RPT, VCOM is working, and BattleEye is turned off Edited June 1, 2018 by Brenner Share this post Link to post Share on other sites
The Velvet Gentleman 2 Report post Posted June 4, 2018 (edited) Go to your CfgRemoteExec.hpp, and in the functions section add: //VCOM class vcm_serverask { allowedTargets=0; }; Like so: class CfgRemoteExec { class Functions { mode = 1; jip = 0; class vcm_serverask { allowedTargets = 2; }; }; }; I'm somewhat disappointed with VCOM 3. It's easier and lighter, but it doesn't seem to be better in any way. Edited June 4, 2018 by The Velvet Gentleman Share this post Link to post Share on other sites