Jump to content
basstard

Custom Combat Patrol

Recommended Posts

Custom Combat Patrol is a lightweight addon that brings you the ability to fully customize your Combat Patrol scenario.

 

 

Main features:

  • Play as Blufor, Independant and even Opfor.
  • Play with your favorite faction/vehicles addons.
  • Define your own ennemy units and vehicles.
  • Play new and exclusive objectives.
  • Modify your loadout inside the 3den editor, it will be restored upon respawn.
  • Respawn at insertion point and never get spawn killed again and again.
  • Extend the insertion radius and never get engaged as soon as you spawn in.

 

 

How to:

 

The process of creating a customized Combat Patrol mission is pretty straightforward. Open the editor and follow these simple steps:

 

  1. Select your favorite map.
  2. Place 12 playable units on the map. You can add more units but the Combat Patrol scenario is balanced for 12 players. Nevertheless it is possible to raise the ennemy units count with a proper configuration of the init.sqf file.
  3. Go to System (F5) > Modules > Combat Patrol and place a Custom Combat Patrol Initialization module near your playable units.
  4. Save your scenario.
  5. Open your @CustomCombatPatrol folder and copy the init.sqf and descritpion.ext files contained in the Samples folder. Then paste them in your mission folder.
  6. Read carefully the init.sqf file and tweak it to your needs.
  7. Save and export your scenario.
  8. Enjoy.

 

Please take notice that the provided init.sqf file is not usable as is because it contains multiple instances of the same variable initialization. The aim is to provide several examples and let people choose what they prefer. I won't provide support about how to tweak this file because it is very basic Arma coding knowledge. On the other hand, if you have issues/bugs related to Custom Combat Patrol you are welcome to report them.

 

As in any user made Combat Patrol scenario you will notice that there are some selectable locations that are not desirable for an operation (eg. tiny village with only few houses). The process of removing them is pretty straightforward too. You simply need to edit your mission and place a Location Remove module on the city you want to blacklist. This module is located in System (F5) > Modules > Combat Patrol.

 

You can notice as well that some clickable icons on the location selection map appear misaligned with the city name. You can also fix things up with a Repositioning module located in System (F5) > Modules > Combat Patrol. Simply use the 2D map to place your module icon perfectly centered on the city name.

 

 

Limitations:

  • In the kill HVT mission, the officer and his squad are still Vanilla Arma 3 assets.
  • In the destroy supply trucks mission the trucks are still Vanilla Arma 3 assets.

 

These limitations have been addressed in v0.1.0 published on 07/01/2017 (mm/dd/yyyy).

 

 

Download links:

 

Steam Workshop:

Addon: Custom Combat Patrol

Demo mission: COOP 12 - Custom Combat Patrol Takistan -  USA vs Insurgents

 

Google Drive:

Addon: Custom Combat Patrol v0.3.3

Demo mission: COOP 12 - Custom Combat Patrol Takistan - USA vs Insurgents

 

 

Recommended addons:

  • JBAD. It adds more enterable buildings on maps ported form Arma 2. This addon focuses on Middle Eastern buildings, so it's ideal for missions on Porto, Zaragbad, Sahrani, or Fallujah.
  • DS Houses. It adds more enterable buildings on maps ported form Arma 2. This addon focuses on Eastern Europe buildings, so it's ideal for missions on Chernarus or any map that and uses these kind of buildings.
  • Enhanced movement. It allows you to jump and climb, a must have.
  • JSRS Soundmod. It adds a lot to the immersion and the atmosphere, another must have.

 

 

Credits:

 

I don't take credit for the Combat Patrol game mode. My addon is just a slight modification of BIS devs work. A big thanks to them for their amazing Arma series and all the possibilities they offer to modify the game content.

 

 

Changelogs:

 

Changelog for v0.1.0 published on 07/01/2017 (mm/dd/yyyy):

  • [Added] Server key. Files are now signed.
  • [Added] Mission parameters are back in descritpion.ext, except for ennemy faction. Ennemy faction is always OPFOR. You must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Added] Respawn at insertion point. You can disable it through mission parameters. Default = enabled. You must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Added] Localization for a few things related to Custom Combat Patrol. Supported languages are French and English only at the moment.
  • [Added] Ability to customize the trucks in the "Sabotage vehicles" objective. You must update your init.sqf accordingly to the example file provided in the "samples" folder.
  • [Added] Ability to customize the HVT in the "Eliminate HVT" objective. His guards are randomly picked in the BIS_CP_enemyTroops array.  You must update your init.sqf accordingly to the example file provided in the "samples" folder.
  • [Added] Ability to disable the area showing where the HVT is patroling in the AO. You must update your init.sqf accordingly to the example file provided in the "samples" folder.
  • [Fixed] The antenna in the "Sabotage comms" objective could appear tilted on non Arma 3 maps. It occured a lot on Takistan and it should now be fixed.
  • [Modified] The "Eliminate HVT" objective has been overhauled. While playing this mission I found several occurences where I was sitting at the car from a hill, simply waiting for AI being dumb like the HVT goes first in the vehicle and becomes a perfect target because he waits for his guards. Now when you are detected by the ennemies, the HVT will hide in a building waiting his guards to go for the vehicle and come pick him up. Meanwhile, a sentry group is sent to defend the building where the HVT is hidden. To spice things up a little more, when the HVT is a civilian, he is able to pickup a weapon on the ground, but this behaviour has some restrictions. The HVT will only pickup the weapon of one of his dead guard. If he is hidden when the guard is killed, it won't happen. If he is on his way to his hideout, it will happen only if the weapon is closer from his position than his destination.

 

 

Changelog for v0.2.0 published on 07/08/2017 (mm/dd/yyyy):

  • [Added] Ability to disable fatigue and stamina through a single mission parameter.  You must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Added] A few translations now support more languages than French and English. It's Google Trad so it can be pretty inaccurate, sorry for the inconvenience. Feel free to get in touch with me if you want to contribute.
  • [Added] First iteration of the fourth objective, which is an hostage rescue mission. A group of insurgents is entrenched in a building with an hostage to negotiate the liberation of their comrades. For this one you have to be quick and make the good decisions. Some of these fanatics have equipped explosive stuffed vests and won't hesitate to detonate their charge if you try to kill them. On the other hand, the less commited to their cause can potentially surrender and you should spare their lives to prevent an escalation of the situation. To make this new objective available you must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Added] Ability to customize the hostage class name. His guards are randomly picked in the BIS_CP_enemyTroops array.  You must update your init.sqf accordingly to the example file provided in the "samples" folder.
  • [Added] Ability to tweak the probability to have suicide bombers in the hostage takers crew. You must update your init.sqf accordingly to the example file provided in the "samples" folder.
  • [Added] Ability to customize the sound played by suicide bombers before they detonate their charge. You must update your init.sqf AND you descritpion.ext accordingly to the example files provided in the "samples" folder.
  • [Added] Ability to display or not an area on the map showing where the hostage is hidden like in the "Eliminate HVT" objective. You must update your init.sqf accordingly to the example file provided in the "samples" folder.
  • [Fixed] Script error that caused mision to stall when using array definitions rather than group definition for variables like BIS_CP_enemyGrp_sentry, BIS_CP_enemyGrp_fireTeam and BIS_CP_enemyGrp_rifleSquad

 

 

Changelog for Hotfix v0.2.1 published on 07/08/2017 (mm/dd/yyyy):

  • [Fixed] The client setup was stalled when playing on a dedicated server which was leading to an endless black screen.

 

Changelog for v0.2.2 published on 07/09/2017 (mm/dd/yyyy):

  • [Added] Hostage takers crew now adapts to players count.
  • [Added] More translations.
  • [Fixed] The hostage could leave the player's group.
  • [Fixed] The hostage was supposed to grab his guard's weapon after he is released but he didn't. Sometimes the action is performed but fails, it should be addressed.
  • [Fixed] Possible client side mission stall when playing on an area with very few buildings.
  • [Modified] Lowered requirements to place an AI guarding doors of the building where the hostage is retained. The real issue is not yet addressed but you should see more AI guarding the doors.

 

Changelog for v0.2.3 published on 07/14/2017 (mm/dd/yyyy):

  • [Fixed] Fatigue deactivation was not persistent upon respawn.
  • [Fixed] Customized loadout was not persistent upon respawn. You can now edit your characters' loadout inside the 3den editor, it will be kept on respawn.
  • [Fixed] The "Hostage Rescue" objective was never selected when the "objective" mission parameter was set on random.
  • [Fixed] The action to release the hostage in the "Hostage Rescue" objective now has the proper localization.
  • [Fixed] Script error in the "Eliminate HVT" objective when the HVT was searching for a building where he can hide. If the nearest building had no positions it triggered an error.
  • [Modified] How units are placed in front of doors in the "Hostage rescue" objective. You will see more doors guarded.
  • [Modified] The BIS_CP_enemyVeh_Truck variable in the init.sqf file now support class name definition. It is highly recommended to switch from CfgGroups entry to class name for the reinforcements system to work as intended. CfgGroups entry definition has been removed from the variable descritpion but the compatibility has been kept for people who don't read the patch notes.
  • [Modified] The reinforcements system was behaving very badly with some addons, especially with CUP. Now it should work as intended with the vast majority of faction/vehicles mods.

 

Changelog for v0.3.0 published on 07/31/2017 (mm/dd/yyyy):

  • [Added] Ability to play as independant and opfor in addition to blufor.
  • [Added] Some old A2 buildings are replaced with new, high quality buildings on A2 maps. Requires the JBAD addon.
  • [Added] New objective "Stop the propaganda" inspired from the Just Cause serie. Find and destroy all Opfor propaganda assets. To make this new objective available you must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Added] New variable in the init.sqf file to customize the sounds played by the loudspeakers. You must update your init.sqf file accordingly to the example file provided in the "samples" folder.
  • [Fixed] Some reinforcements vehicles would spawn partially buried on certain maps.
  • [Modified] The initServer.sqf file provided in the "samples" folder is renamed to init.sqf. It allows to use efficiently the Open Chernarus Project addon. If you use it you MUST rename your initServer.sqf file to init.sqf and add "if !(isServer) exitWith {};" as the first line of code (w/o the quotation marks).

 

Changelog for v0.3.1 published on 07/31/2017 (mm/dd/yyyy):

  • [Added] Mission parameter to extend the insertion radius (thanks to grollig for the suggestion). You must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Fixed] Occurrences of enemies killing each others (thanks to namrewob1 and grollig for reporting it).
  • [Fixed] Potential issue with reinforcements never being sent in certain objectives.
  • [Fixed] Laptop self-destruction in the "Sabotage comms" objective. Not a 100% sure fix but it should be better.

 

Changelog for v0.3.2 published on 07/31/2017 (mm/dd/yyyy):

  • [Fixed] A script error that was disabling the sound playback on each loudspeaker.

 

Changelog for v0.3.3 published on 08/13/2017 (mm/dd/yyyy):

  • [Added] A dynamic sandstorm effect. The sandstorm is generated in correlation with the wind speed and direction. When the wind exceeds a certain speed, some bush/tree debris are flying around. Note that sandstorm adapts to any change in speed and/or direction of the wind.
  • [Added] A mission parameter to enable the sandstorm effect. Default: disabled. You must update your description.ext accordingly to the example file provided in the "samples" folder to benefit from this new addition.
  • [Fixed] An issue related to the new insertion radius multiplier parameter. You must update your description.ext accordingly to the example file provided in the "samples" folder.
  • [Fixed] An issue with the building replacement script on dedicated server.
  • [Fixed] An issue with the HVT escape position being the map origin on tiny maps like Porto or Zargabad for example.
  • [Fixed] An issue with reinforcement vehicles spawning system, they could spawn sunken in the ground and have their wheels destroyed or explode. Hopefully this issue is 100% addressed this time.
  • [Modified] How the loudspeakers are placed in the "Propaganda" objective. No more floating loudspeakers.
  • [Modified] How the data terminal is placed in the "Sabotage comms" objective. Less terminals on fancy locations.
  • [Modified] The reinforcement system now check for wrecks or frozen vehicle before spawning another reinforcement vehicle.
  • [Modified] The AI sentry groups are now randomly choosing to patrol clockwise or counter-clockwise around the AO (thanks to grollig for the suggestion).
  • Like 14

Share this post


Link to post
Share on other sites

I thought Steam workshop was the most convenient solution for everyone but I will consider your request.

  • Like 1

Share this post


Link to post
Share on other sites

Hi there,

 

The mod has been updated, take a look at the changelog in the first post.

The addon and the demo mission are now downloadable on Google Drive.

 

Greetings.

  • Like 1

Share this post


Link to post
Share on other sites

Very nice!

Can this easily be made a script version so it can be use without a need of another mod to download?

Share this post


Link to post
Share on other sites

Sure you can achieve the same functionnality Custom Combat Patrol does with scripts only. PierreMGI did it first: PierreMGI's heavily customised Combat Patrol scenario on Takistan

 

To achieve this on your own you have to unpack the PBOs, read and analyze the code, modifiy it and finally debug it if you messed with it. If you have good scripting skills it won't be that hard but in this community, espacially mission maker that don't script much need a turnkey solution. This is where my addon has its utility, but not only, even skilled scripters can be lazy :3

 

Anyway, you should give it a try, Custom Combat Patrol download size is less than 100kB. When you have downloaded several GB of mods to have custom factions, I don't think it's that painfull to download 100 more kB. Moreover, I'm already working on additionnal objectives ;)

  • Like 1

Share this post


Link to post
Share on other sites

haha I know how it works.

I have allready unpacked your stuff and made a start of making a scriptvariant.

I just didnt want to say that because there are guys arround here that will highjack the thread and start spamming "you are not allowed to do that"

 

Share this post


Link to post
Share on other sites

You should definitely start from the Combat Patrol code. There are only a few modified files in my mod.

 

I don't think people are that angry, unless you copy someone's code without asking the permission to do so, without crediting the author and pretending it is your work. Which happens a lot in this community.

Share this post


Link to post
Share on other sites

How can i set the Numbers of the Enemy down ? I have always 50 Enemy AI against my 11 AI Mates Squad  ? - In the .ini i dont find a Variable to do it .

Share this post


Link to post
Share on other sites
On 02/07/2017 at 2:26 PM, Crielaard said:

 

I just didnt want to say that because there are guys arround here that will highjack the thread and start spamming "you are not allowed to do that"

 

Well you are allowed if you ask permission first, its just nicer thing to do.

Share this post


Link to post
Share on other sites
On 03/07/2017 at 10:36 AM, pillerjong said:

How can i set the Numbers of the Enemy down ? I have always 50 Enemy AI against my 11 AI Mates Squad  ? - In the .ini i dont find a Variable to do it .

The original Combat Patrol game mode has already a built-in feature to adapt the ennemy count depending on the player count and the difficulty preset chosen in the mission parameters. If you want less ennemies make sure you select the low preset for garrison when you are in the lobby, before starting the mission.

 

I don't know if you use CfgGroups or array in your init.sqf but there are mods where using the CfgGroups can unbalance the game because there are too much ennemies in premade groups compared to vanilla groups. If this is the case you should use array definition and put 2 class name in BIS_CP_enemyGrp_sentry, 4 class name in BIS_CP_enemyGrp_fireTeam and 8 class name in BIS_CP_enemyGrp_rifleSquad.

 

If there are still too much ennemies, lower the number of class name in each array.

Share this post


Link to post
Share on other sites

Hey guys,

 

The mod has been updated, take a look at the changelog in the first post. The DDL links on Google Drive are up-to-date.

 

The biggest part of the update is the addition of a new objective which is an hostage rescue mission. Before going more in-depth decribing the game mechanics, I want to tell that if you like it, you are free to use it even outside of Custom Combat Patrol, share it, modify it or build upon it, if you apply the following restrictions:

  • You are NOT allowed to alter the file header, you can only add stuff to it, like if you added substantial modifications (eg. new function parameter, code revamping, etc...) you are allowed to add a line with "Modified by: your name" under the author and add your new parameter(s) so the function keeps well documented.
  • You are NOT allowed to make money with it, in its original or any modified form, even if your server complies with the BI's monetization rules.

 

Now let's jump into it. So there are Opfor guys entrenched in a building with an hostage to negotiate the liberation of their fellows. There are soldiers guarding each entrance of the building (tested on Vanilla buildings but it seems to fail on buildings ported form Arma 2, I will take a look and try to fix it for the next update). When you enter the building a timer starts ticking, and after 60s all remaining soldiers (just the hostage takers not the patrols outside) will move to the hostage position and try to kill him. There is a bad guy just next to the hostage pointing his gun at him and waiting for the signal to pull the trigger. Moreover, there is a chance that some Opfor guys carry explosives with them and will try to detonate their charge if you don't kill them quick. At the contrary, the less committed to the cause will potentially surrender, you should spare their lives to prevent an escalation of the situation.

 

Now let's go more in-depth in the mission workflow and how the AI make their decisions. So I've implemented some kind of "tension" system which works like this: each time you kill an hostage taker (aside from the guards at the entrance) it adds to the group's tension and the dice is rolled to know if they decide to kill the hostage. The tension progression is not linear, so the first kills won't weight that much in their decision and it's not likely they will kill the hostage but be warned it can happen (bad luck). The tension rise to a maximum of 50% BUT as I told you earlier, there are guys that will surrender so it's a good way to avoid escalating the tension, and at the contrary if you kill them while they are surrendering it will double the tension added to the group's tension, rising the final tension above 50% and up to 100%. The hostage takers choice to surrender or detonate their charge is based on the amount of damage they suffered and the actual group's tension, the formula is: probability to detonate or surrender = damage * 0.75 + tension. Still, there is a slight nuance between suicide bombers and other soldiers, when they take the decision to detonate they shout something so it adds a warning to the players and a time window to kill him quick so he won't explode. As far as the basic soldiers are concerned they surrender instantly when the decision is taken.

 

As always, I added the ability to customize the objective so you can define the hostage class name, the chance to have suicide bombers, the sound played by the suicide bombers and to display or not an area where they hide the hostage like in the kill HVT objective.

 

I hope you will enjoy playing it as much as I enjoyed designing it. All comments are welcome especially those concerning balance or constructive criticism.

 

Greetings.

  • Like 5

Share this post


Link to post
Share on other sites

Great work!

  • Like 1

Share this post


Link to post
Share on other sites

Would you  mind adding aim sway and muzzle recoil adjustments to the parameters, like the fatigue?

 

Thanks for the consideration,

Reed

Share this post


Link to post
Share on other sites
On 09/07/2017 at 4:11 AM, Jnr4817 said:

Would you  mind adding aim sway and muzzle recoil adjustments to the parameters, like the fatigue?

 

Thanks for the consideration,

Reed

Disabling the fatigue helps a lot with weapon sway. If it's not sufficient you should search for a dedicated addon, I bet someone already did it.

Share this post


Link to post
Share on other sites
On ‎7‎/‎10‎/‎2017 at 5:47 AM, basstard said:

Disabling the fatigue helps a lot with weapon sway. If it's not sufficient you should search for a dedicated addon, I bet someone already did it.

Thank you sir for the response.

Share this post


Link to post
Share on other sites

Hey guys,

 

The mod has been updated, nothing fancy, mostly bug fixing and QOL stuff.

I advise you to take a look at the changelog, especially concerning the reinforcement truck.

 

Greetings

Share this post


Link to post
Share on other sites

I seem to be getting an odd bug each time I play a Custom Combat Patrol. I'm using Syndikat units, the patrolling units are assigned to OPFOR while playing the mission, but the garrisoned units are INDFOR. Any idea what could be causing this?

Share this post


Link to post
Share on other sites

Nice Mod. We already had a lot of fun using it.

 

Two things:

 

1.) I tried to edit the initServer.sqf to get syndcate units as enemies:

 

BIS_CP_enemyGrp_sentry = ["I_C_Soldier_Para_1_F", "I_C_Soldier_Para_2_F"];

BIS_CP_enemyGrp_fireTeam = ["I_C_Soldier_Para_1_F", "I_C_Soldier_Para_2_F", "I_C_Soldier_Para_3_F", "I_C_Soldier_Para_4_F"];

BIS_CP_enemyGrp_rifleSquad = ["I_C_Soldier_Para_1_F", "I_C_Soldier_Para_2_F", "I_C_Soldier_Para_3_F", "I_C_Soldier_Para_4_F","I_C_Soldier_Para_5_F","I_C_Soldier_Para_6_F"];

Unfortunately this will throw the following scripterror during the initialisation screen:

 

getText (_grpConfig |#| >> "_name"), _grp] call BIS_fnc_CPLog;

Error >>: Type Array, expected Config Entry

File A3\Functions_F_Patrol\CombatPatrol\fn_CPSpawnGarrisonGrp.sqf

[BIS_fnc_CPSpawnGarrisonGrp], line 46

 

After that the mission gets stuck (black screen).

It seems that it is not possible to use an array to define the enemy groups and I have to use predefined groups from the config instead.

This is odd, since the comments in the initServer.sqf says arrays should work.

 

 

2.) Is there any way to define the radius for the entry point to the target? In my group we feel that the entry point is much too close to the target.
Suggestion: Add a parameter to define the distance from entry point (spawn) to the area of operation.

Share this post


Link to post
Share on other sites
10 hours ago, namrewob1 said:

I seem to be getting an odd bug each time I play a Custom Combat Patrol. I'm using Syndikat units, the patrolling units are assigned to OPFOR while playing the mission, but the garrisoned units are INDFOR. Any idea what could be causing this?

 

After using premade groups from the config I got syndikate units to spawn as enmies (see post above).

Now I can confirm namrewob1's issue: Patrols are INDEPENDENT faction, garrison units are OPFOR faction (or vice versa).

What makes this a real problem is, that OPFOR and INDEPENDENT are also hostile to each other (even when set to allied in Eden editor).
So in a HVT mission the HVT instantly gets shot by opposing AI forces.

Share this post


Link to post
Share on other sites

Despite one of the updates mentioning that it fixed the problem where the HVT and supply trucks were only vanilla units, I am still getting this problem. Here is what I have in my InitServer.

 

Quote

/*
Here you define the support vehicles used in the task "destroy ammo truck and refuel truck".
The BIS_CP_supportClasses variable must be an array of two class names (refuel truck class name and ammo truck class name) or nil.
*/
BIS_CP_supportClasses = ["RHS_Ural_Fuel_VDV_01", "rhs_gaz66_ammo_vdv"];        // custom defined trucks

 

and

 

Quote

/*
Here you define the HVT character used in the task "kill the HVT". When you define the HVT class here, the guards will be randomly picked in the BIS_CP_enemyTroops array
The BAS_CCP_HVT variable offers three initialization possibilities:
    1)    You can use a single class name. The HVT will always be the same character.
    2)    You can use an array of class names. The code behind the scene randomly picks one class name inside the array.
    3)    You can use nil to get the Vanilla experience.
*/
BAS_CCP_HVT = ["rhs_vdv_officer_armored", "LOP_CHR_Civ_Functionary_01", "LOP_CHR_Civ_Profiteer_02"];    // random HVT

 

Share this post


Link to post
Share on other sites

Hey guys,

 

The mod has been updated, take a look at the changelog in the first post. The DDL links on Google Drive are up-to-date.

 

The biggest part of the update is the addition of a new objective which is inspired from the Just Cause serie. There are several propaganda assets spreaded on the area of operation, you have to find them and destroy them.

 

 If you like it, you are free to use it even outside of Custom Combat Patrol, share it, modify it or build upon it, if you apply the following restrictions:

  • You are NOT allowed to alter the file header, you can only add stuff to it, like if you added substantial modifications (eg. new function parameter, code revamping, etc...) you are allowed to add a line with "Modified by: your name" under the author and add your new parameter(s) so the function keeps well documented.
  • You are NOT allowed to make money with it, in its original or any modified form, even if your server complies with the BI's monetization rules.

 

Please note that this new objective use modded assets for the statue and the pedestal so if you want to use this mission outside of Custom Combat Patrol you will have to look at the code and adapt it. Note that the vanilla pedestal has no destruction and the statue is not affected by PhysX as opposed to my modded assets. A similar behaviour can be achieved using scripts only by assigning an explosion event handler to the pedestal, deleting it upon explosion, and moving the statue on the ground, but a simple grenade will trigger the EH.

 

Another nice addition is the automatic replacement of some old A2 buildings with their opened equivalent when you have the JBAD addon enabled. Give it a try if you made scenarios on maps like Porto or Sahrani.

 

Sorry to ear that some of you are experiencing troubles, and sorry for the late answer but I was on holidays and I'm back since sunday. I will take a look at your issues, but from what I see you are mainly experiencing issues that are fixed so you should start by making sure that you run the latest Custom Combat Patrol version. I used to have the same issue with mixed INDEP and OPFOR groups in the very early versions but I have removed the ennemy faction parameter from the description.ext file as it was causing troubles. Today's update completely ignores the ennemy faction parameter and set the ennemy side depending on the players side.

 

Please namrewob1 and grollig can you post your full init.sqf or initServer.sqf ? Or better, can you upload your missions and provide a download link so I can test if I can reproduce your issues ?

Share this post


Link to post
Share on other sites

namrewob1 and grollig please ignore my previous request. I have made a quick mission on my own and I have been able to reproduce the behaviour you described.

 

I have published an update which include a fix for the ennemies killing each others. I have tested it a few times on different objectives and it seems to works like a charm. Update your Custom Combat Patrol to the latest version and tell me if you are still experiencing issues.

 

I have also added a mission parameter to extend the insertion radius, like grollig suggested. Don't be too greedy, times 2 is already big enough and don't forget it will have an impact on the extraction position, so if you don't want to spend a lot of time walking don't abuse it. Feel free to change the default value to your linking in "class BAS_CCP_insRadiusMul" in the description.ext file.

Share this post


Link to post
Share on other sites

@basstard:

Sorry for the late response. I just did some testing with the new version (0.3.2) and it looks like the KI friendly fire issue (INDEPENDET vs OPFOR) is solved. Good job!

 

I was also able to use arrays for the enemy units, to define sentry and fireteam.

However I was NOT able to use an array to definie a rifle squad. This will still throw the scripterror I postet above.

 

So for the variable BIS_CP_enemyGrp_rifleSquad this will work:

BIS_CP_enemyGrp_rifleSquad = configfile >> "CfgGroups" >> "Indep" >> "IND_C_F" >> "Infantry" >> "ParaCombatGroup";

 

while this will not work:

BIS_CP_enemyGrp_rifleSquad = ["I_C_Soldier_Para_1_F", "I_C_Soldier_Para_2_F", "I_C_Soldier_Para_3_F", "I_C_Soldier_Para_4_F", "I_C_Soldier_Para_5_F", "I_C_Soldier_Para_6_F"];

 

It seems that BIS_fnc_CPSpawnGarrisonGrp still expects a config entry instead of an array in this variable.

 

Great work with the insertion radius paramter btw. Setting it to 2 or even 2.5 feels just right for my group! Thank you very much.

 

For future updates you should consider having some of the enemy patrols goint counter-clockwise around the AO. At the moment they all seem to circle it clockwise, so players can always expect enemy patrols closing in from the right while moving towards the objective.

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

×