VCom and ALiVE

  1. ‹ Older
  2. 6 years ago

    I haven't touched ARMA for a couple of months now, but just after the new year I think it was I put together to completely vanilla mission on Altis and I struck the issue with VCOM calling in support choppers again. This despite using the same code in my initServer.sqf I always have to disable it.

    Has anyone else had this issue, or has something changed?

    It was the straw that broke the camel's back for me at the time. Sometimes it gets very weary fighting this game to make it do what you want it to.

  3. did you put it in the pilots' INIT?

  4. All I've ever had to do in the past was use the initServer.sqf with

    [
    	{
    		{
    			If (!isNull (driver _x) ) then {
    				{
    					_x setVariable ["NOAI", true, false];
    				} foreach (units group (driver _x));
    
    			};
    		} Foreach (vehicles select {_x isKindOf "Helicopter"});
    	},
    	10,
    	[]
    ] call CBA_fnc_addPerFrameHandler

    I actually fired up ARMA for the first time in months and played around with it and couldn't get it to happen again. (and that's part of the reason I don't play much anymore haha)

  5. @JD_Wang It was the straw that broke the camel's back for me at the time. Sometimes it gets very weary fighting this game to make it do what you want it to.

    I hear ya there!!

    The wiki link says this is needed.. perhaps the info is outdated?

    [{{Driver _x setvariable ["NOAI",true];} foreach (vehicles select {_x isKindOf 'air'});}, 1, []] call CBA_fnc_addPerFrameHandler;
  6. 5 years ago

    So heads up folks....VCOM in its current state will ultimately wreck an ALIVE server after the server being up for 8-12 hours. By wreck I mean.... extremely long save times (or no save at all can be done) on server save and exit, extremely long spawn times for ALiVE units causing units to spawn in on top of players after several minutes, etc. I'm assuming this is due to some bad code that causes never ending loops and spam on the server.

    A VCOM user named MrLED has uploaded several fixes to VCOM's github but they have not been pushed yet to the main VCOM code. You can grab them off of github and replace the current version.

    I'm going to test to see if these new updates fix the VCOM issues. But I figured I'd let folks know who are running servers.

  7. @AUTigerGrad So heads up folks....VCOM in its current state will ultimately wreck an ALIVE server after the server being up for 8-12 hours. By wreck I mean.... extremely long save times (or no save at all can be done) on server save and exit, extremely long spawn times for ALiVE units causing units to spawn in on top of players after several minutes, etc. I'm assuming this is due to some bad code that causes never ending loops and spam on the server.

    A VCOM user named MrLED has uploaded several fixes to VCOM's github but they have not been pushed yet to the main VCOM code. You can grab them off of github and replace the current version.

    I'm going to test to see if these new updates fix the VCOM issues. But I figured I'd let folks know who are running servers.

    I confirm also. Long time to save. VCOM and ALiVE compatibility looks like a marriage... Moments of peace and moments of fights!

    Let's wait for future VCOM updates, it seems Genesis is working hard on the mod and is aware of the FSM Leaks and other bugs in VCOM.

  8. How exactly do you replace the existing vCOM files with the updated ones from the github? my vcom is packed into a pbo, do i need to replace and repack it all or is there a pbo avail?

  9. Get Github for Desktop..then add the VCOM github to your repository. Choose the branch that has the fixes and select to clone that repository.

  10. Thanks AUTigerGrad, maybe I'm confused on how vCOM works. As of now I've got vCOM subscribed to on the Steam Workshop. If I clone the repository, how would I overwrite the files the vCOM download from Steam applies? Or have I been using it wrong all along?

  11. You could use the script version of vCOM (I assume it still exists and is updated) and just add it to your mission(s) instead of loading the mod.

  12. I've given up on VCOM for now, even using the latest github build I can't stop it from taking over control of my support helicopters.

    Still using the same code in the initServer.sqf (I even tried the init.sqf just in case that even made a difference) that I've always used with success but eventually one by one those choppers take off and go to support another unit never to return.

    So we're trialling ASR AI now, which seems ok. I do miss the static weapon deployment of VCOM though :(

  13. VCOM 3.0 is out, anybody mess with it yet?

  14. Yeah I added it into our current mission and so far it looks really promising.

    We were passing by the town of Timurkalay on Takistan. We took contact from a large group of Taliban so found a fairly secure spot in defilade and started firing back with the .50 cal on our Coyote. There was at least 3 squads so I deployed our 60mm mortar and started to drop rounds on them. They replied with a couple of rounds from their own mortars (VCOM) destroying all the wheels on the Coyote.

    After we had taken out the forces on the hills we decided to pop smoke and use that for cover to get into the town. We took a few wounds getting into a compound and holed up in a house to patch up. While we were doing so 2 insurgents breached the house (VCOM) but were quickly taken out.

    Later on we started taking smoke rounds and random .50cal fire. It took us a while to work out what had happened. Insurgents flanking our initial position (VCOM) had mounted up in our disabled Coyote and were using the gun on that, along with the 60mm mortar I'd abandoned to attack us with (VCOM)

    So yeah, so far so good, the enemy seem smart, reactive and very capable without being super soldiers. That was with the default settings as well.

  15. Nice to hear. Maybe time for me to finally try it.

  16. Seems great, except for the fact that I can't order other friendly groups onto their transports anymore, even when I disable VCOM for BLUFOR. They'll get in once, and then later when I try to get them back in their transports they'll all pile in only to get right back out and refuse to get in again. Bummer.

  17. 3.0 seems stunning to me. I'm fairly experienced with leading an AI group, and I've had VCOM on always but 3.0 just blew my mind off. The AI with its movement, using covers and everything seemed so brilliant. This might be my imagination but @JD_Wang seemed to enjoy it aswell, so maybe it's not lol. Really made my day and I found out leading AI to be actually fun and interesting for a change.

  18. Edited 5 years ago by JD_Wang

    We were testing a new mission last night and for a hot minute though ALiVE was blatantly spawning units behind us, but once I popped into Zeus I realised the enemy squad that had "appeared" behind us, had been sent from quite a ways down the road from an OPFOR camp. Oh and their CQB seems so much better now. I don't know how much is real and how much is just the fact that from the ground you can't see what happening, but fighting in towns is scary fun right now.

    Having given such a glowing report though I am having issue with rpt spam. My rpt file is now up to 15mb and it's full with the same VCOM error. I've posted in the BI VCOM 3.0 thread but no sign of an answer yet.

  19. Did 3.0 fix taking over combat support?

  20. 3.0 doesn't effect air vehicles at all from what I know. I haven't seen it take over supports, although I do use the code to disable VCOM on my artillery supports because I believe it would assign them targets etc otherwise.

    After about a week of testing it as I built our lated campaign, I can safely say this is the best AI script hands down. Genesis did an amazing job with the rewrite.

  21. Well I made a test mission where Vcom did take over attack, transport heli and the arty. The mission starts however with enemies in sight of the said support assets. So that might be it.

  22. Newer ›
 

or Sign Up to reply!