Jump to content

neodyn

Member
  • Content Count

    104
  • Joined

  • Last visited

  • Medals

Posts posted by neodyn


  1. I use the latest stable, mod version of Vcom AI.

     

    On my mission start the following scripts error pops up:

    Error in expression <then
    {
    _ammoC = configfile >> "CfgAmmo" >> _subAmmo
    };
    
    _actHit = getNumber (_am>
    22:47:36   Error position: <>> _subAmmo
    };
    
    _actHit = getNumber (_am>
    Error >>: Type Config entry, expected String
    File vcomai\Vcom\Functions\FFE_Functions\fn_AutoConfig.sqf [RYD_fnc_AutoConfig], line 120

    How can i fix this error?


  2. Hello,

    i try to deploy ASR ai on my dedicated Server. But right now I'm confused about configuration.
    So here are some questions:

    • Is it ok to run only the @ASR_AI3 Mod on the server ?
    • I want to use cba_settings.sqf to use this file i add to my description.ext the following flag: cba_settings_hasSettingsFile = 1;. Is this correct ?
    • My cba_settings.sqf contains the following parameter:
    asr_ai3_main_setskills = true;
    asr_ai3_main_seekcover = true;
    asr_ai3_main_usebuildings = 0.8;
    asr_ai3_main_getinweapons = 0.5;
    asr_ai3_main_rearm = 0;
    asr_ai3_main_rearm_mags = 0;
    asr_ai3_main_rearm_fak = 0;
    asr_ai3_main_radiorange = 0;
    asr_ai3_main_rrdelaymin = 5;
    asr_ai3_main_rrdelayplus = 10;
    asr_ai3_main_packNVG = true;
    asr_ai3_main_fallDown = true;
    asr_ai3_main_pgaistamina = false;
    asr_ai3_main_onteamswitchleader = true;
    asr_ai3_main_debug_setskill = false;
    asr_ai3_main_debug_setcamo = false;
    asr_ai3_main_debug_findcover = false;
    asr_ai3_main_debug_rearm = false;
    asr_ai3_main_debug_reveal = false;
    • What about the asr_ai3_config.sqf ? Do i had to deploy this file into the server userconfig directory ?
    • Is there anything to note for RHS or CUP units?
       

  3. 13 hours ago, dedmen said:

    The TFAR timeout setting configures the TFAR timeout yes. See CBA Settings.

    I've created an cba_settings.sqf in my mission root folder with this option: TFAR_pluginTimeout = 11;

     

    But it seems the option does not work. because in If i take a look into Game Options addon -> TFAR -> Plugin timeout in seconds is a value 4.

    Do I've made the wrong way to set the CBA settings for TFAR ?


  4. Hello,

     

    maybe i can't find it.

    But is it possible to spawn units via script on a certain marker and then let the spawned units move them to an marked area.

    Because it seems to me there is only an option to spawn units in an marked area and let them patrol in this area where the got spawned.

     

    Sorry i think i found the correct option:

    mySpawnContainer = [ [ [ BASIC ], [ "ATTACK", “mkr” ], [ COMMUNICATION ] ], [ [ _group, "marker" ], [ "ATTACK", “attackHERE” ] ] ];

    "mkr": ?

    "marker": Spawn area

    "attackHERE": marked area which has to be attacked by the spawned units

     

    But is it possible to run this call in an script during the mission?


  5. 23 minutes ago, friznit2 said:

    If you manually place aircraft and you want them to be used by MACC, they must be virtualised.  Depending on the settings of the Virtual AI module, you may have to sync the aircraft to it (e.g. if you have the Virtual AI module set to virtualise only synced units).  MACC will only task one aircraft per Air Tasking Order at a time.  So you will have one CAP aircraft and one DCA aircraft in the air.  The remainder will be kept on standby until the tasked aircraft are lost or destroyed.  Make sure the faction you're using actually has aircraft.  If in doubt, try getting it to work with vanilla (CSAT or NATO) first.

     

    I also tried it with CSAT. Only some units are spawned but no plane or helo. Does anyone have an sample mission?

    • Like 1

  6. 19 minutes ago, sammael said:

    can`t get it work properly. F or example - I want to place 10 heli and 5 jets -and make them patroling area? I try a lot and every time module spawn only one heli with pilots , but heli don`t fly

    Same Issue. Placed the module on Rasman airfield on Takistan with rhs_faction_vdv as faction. But nothing happen. It is also synct to one of my Military AI Commander. No Aircraft or helo. How can i fix this ?


  7. 2 hours ago, kremator said:

    Have you included the userconfig folder on the server too (then allow filepatching) ?

     

    Yes i've created an userconfig folder. The dedi. server userconfig folder contains a folder named asr_ai3 with the file "asr_ai3_config.sqf". The file is part of Pooters enhanced Ai. 

     

    In my server config do i have to set the filepatching option to 1 or 2 ? (see: filepatching Option).

    Do i also need to run "Pooters enhanced AI" also in my headless client script?


  8. I use Pooters enhanced ASR AI with ACE3, RHS, Project OPFOR and ALIVE in a headless client configuration. Also the ALIVE SKILLAI module is not placed in the mission. The server runs the mission in Veteran difficulty level.

    But it seems, the AI is really stupid and easy to kill. Is there something which i have to take care?


  9. 5 minutes ago, Riksen said:

    You cannot have ASR AI with Potter ASR AI .. thats a big No No. So you have to pick one or the other when playing. In addition, whichever mod you choose will overwrite ALiVE skill module unless you disable the AI skill modifier in the addon menu.

    Hope that helps

     

    cheers

     

    Edit: Just now noticed you put a slash between ASR and Potter AI so disregard my comment about using them together as u already know that.

     

     

    Yes, I,ve tested ASR AI and Potter ASR AI in seperate ways. Never at the same time.


  10. Hey!

     

    I use ALiVE in my mission. So far so good. But it seems the AI skill is really bad. I've tested  ASR AI and Pooters ASR AI with ALIVE AI Skill or without ALIVE AI Skill. In the ALIVE AI Skill module i used the default values. So maybe this coul be the issue. I can't find a documentation for of the value range.

    - Whats the range of the ALIVE AI Skill values?  

    - Or is there a known issue with ALIVE + ALIVE AI Skill + ASR AI/ Pooters ASR AI + headlessclient?

    - How can i tweak the skill of the enemy AI ?


  11. Hello,

    i also use the Insurgency script from Hazey and it works great. 

    Credits to: Sacha Ligthert + Mphillips'Hazey'

     

    Only some parts are really relevant:

    Folder: funcs, functions, sounds

    Files: common_defines.sqf, scripts\prayer.sqf

    init.sqf: 

    if (paramsArray select 7 == 1) then {
    	if (isServer || isDedicated) then {
    		_null = [] spawn INS_fnc_SpawnIntel;
    	};
    };
    
    if (isServer || isDedicated) then {
    	_null = [] spawn INS_fnc_setupCache;
    };
    
    call compile preprocessFile "common_defines.sqf";
    [] execVM "scripts\prayer.sqf";

    description.ext:

     

    class CfgFunctions 
    {
    		#include "functions\cfgfunctions.hpp"
    };
    
    class CfgSounds
    {
       sounds[] = {muezzin};
    
    	class muezzin {name="muezzin";sound[]={sound\muezzin.ogg,db+10,1.0};titles[] = {};};
    
    };
    
    
    //--- Custom Intel Event Handlers
    class Extended_InitPost_EventHandlers {
        class Man {
            //--- Make sure everyone is happy when the mission starts
    		init = "_this call INS_fnc_handlerRegister";
        };
    };
    
    #include "params.hpp"

    params.hpp

    class Params {
    	class TimeofDayHour {
    		//-- param 0
    		title = "Mission Hours";
    		values[] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24};
    		texts[] = {
    			"1:00","2:00","3:00","4:00","5:00","6:00","7:00","8:00","9:00","10:00","11:00","12:00",
    			"13:00","14:00","15:00","16:00","17:00","18:00","19:00","20:00","21:00","22:00","23:00","24:00"
    		};
    		default = 9;
    	};
    	class TimeofDayMinute {
    		//-- param 1
    		title = "Mission Minutes";
    		values[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59};
    		texts[] = {"0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30","31","32","33","34","35","36","37","38","39","40","41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59"};
    		default = 0;
    	};
    	class TimeofDayMonth {
    		//-- param 2
    		title = "Mission Month";
    		values[] = {1,2,3,4,5,6,7,8,9,10,11,12};
    		texts[] = {"January","February","March","April","May","June","July","August","September","October","November","December"};
    		default = 1;
    	};
    	class TimeofDay {
    		//-- param 3
    		title = "Mission Day";
    		values[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31};
    		texts[] = {"1","2","3","4","5","6","7","8","9","10","11","12",
    			"13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30","31"};
    		default = 1;
    	};
    	
    	class LEER1 {
    		//--- paramsArray[4]
    		title = "Empty Param";
    		values[] = {0};
    		texts[] = {"Disabled"};
    		default = 0;
    	};
    	
    	class LEER2 {
    		//--- paramsArray[5]
    		title = "Empty Param";
    		values[] = {0};
    		texts[] = {"Disabled"};
    		default = 0;
    	};
    	
    	class cachesLimit {
    		//--- paramsArray[6]
    		title = "Number of caches to hunt";
    		values[] = {2,4,6,8,10,12,14,16};
    		texts[] = {"Two","Four","Six","Eight","Ten","Twelve","Fourteen","Sixteen"};
    		default = 12;
    	};
    
    	class intelItems {
    		//--- paramsArray[7]
    		title = "Spawn Intel in town?";
    		values[] = {1,0};
    		texts[] = {"Enabled","Disabled"};
    		default = 1;
    	};
    
    	class intelAmount {
    		//--- paramsArray[8]
    		title = "Number of Intel Items to spawn per town";
    		values[] = {2,4,6,8,10};
    		texts[] = {"2","4","6","8","10"};
    		default = 8;
    	};
    	
    	class LEER3 {
    		//--- paramsArray[9]
    		title = "Empty Param";
    		values[] = {0};
    		texts[] = {"Disabled"};
    		default = 0;
    	};
    	
    	class INS_dropRate {
    		//--- paramsArray[10]
    		title = "Intel drop rate - off bodies";
    		values[] = {98,95,92,87,84,80,77,75,70,60,50,10};
    		texts[] = {"2% Chance","5% Chance","8% Chance","13% Chance","16% Chance","20% Chance","23% Chance","25% Chance","30% Chance","40% Chance","50% Chance","90% Chance"};
    		default = 75;
    	};
    };

     

     

    I hope I did not forget anything,

×