Jump to content

jus61

Member
  • Content Count

    278
  • Joined

  • Last visited

  • Medals

Everything posted by jus61

  1. https://github.com/Wyqer/kp_liberation/tree/v0.94
  2. KP_Liberation.Altis\classnames_extension.sqf
  3. Server-IP: 213.133.110.170:2302 Server Name: KP Liberation by www.killahpotatoes.de Addons: http://steamcommunity.com/sharedfiles/filedetails/?id=919181954 ----------------------------------------------------- TS: ts3.killahpotatoes.de Discord : https://discord.gg/bpPUU48
  4. jus61

    [COOP] Vigilancia Aeternum

    Comes the Taunus map
  5. jus61

    [MP] GWAR3 (Gossamer's Warfare 3)

    O do you want to continue?
  6. Hier ist der Test-Server für Befreiung 0.93: Server-IP: 213.133.110.170:2302 Server Name: KP Befreiung v0.93 von www.killahpotatoes.de | @ CBA_A3 Addons: @ CBA_A3 TS: ts3.killahpotatoes.de Discord : https://discord.gg/bpPUU48 UPDATE: ACE Server will follow in the next weeks
  7. I am using TFAR and not that of ARMA radio
  8. How can I activate it can not use the slot
  9. You can not use TFAR! I can not put the radio in the slot
  10. iBuild Addon is no server key in the Addon folder!
  11. Will there be a Taunus version?
  12. jus61

    [CTI-COOP] Dissension

  13. Liberation Taunus Edit: http://www.file-upload.net/download-12256523/KP_Liberation_Taunus.xcam_taunus.pbo.html ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Addons: -mod=@CBA_A3;@CUP_Core;@CUP_Maps;@xCam_Taunus;@RHSAFRF;@RHSUSAF; ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ userconfig/VCOM_AI/AISettingsV2.hpp: VCOMAI_Func = { //Variable for enabling/disabling skill changes for AI. True is on, False is off. VCOM_AISkillEnabled = false; //Variable for finding out which config was loaded. VCOM_AIConfig = "Userconfig Folder"; //Turn this on to see certain debug messages. 1 is on VCOM_AIDEBUG = 0; //Turn on map markers that track AI movement VCOM_UseMarkers = false; //Turns off VCOMAI for AI units in a players squad NOAI_FOR_PLAYERLEADERS = 1; //Will AI garrison static weapons nearby? VCOM_STATICGARRISON = 1; //How far can the AI hear gunshots from? VCOM_HEARINGDISTANCE = 500; //Should AI be able to call for artillery. 1 = YES 0 = NO VCOM_Artillery = 1; //Should we let AI use flanking manuevers? false means they can flank VCOM_NOPATHING = false; //Should AI use smoke grenades? Besides default A3 behavior? VCOM_USESMOKE = true; //Chance of AI using grenades VCOM_GRENADECHANCE = 20; //Should the AI lay mines? VCOM_MineLaying = true; //Chance of AI to lay a mine. VCOM_MineLayChance = 99; //AI will automatically disembark from vehicles when in combat. VCOM_AIDisembark = true; //How low should an AI's mag count be for them to consider finding more ammo? This DOES NOT include the mag loaded in the gun already. VCOM_AIMagLimit = 2; //Should the rain impact accuracy of AI? DEFAULT = true; VCOM_RainImpact = true; //How much should rain impact the accuracy of AI? Default = 3. Default formula is -> _WeatherCheck = (rain)/3; "rain" is on a scale from 0 to 1. 1 Being very intense rain. VCOM_RainPercent = 3; //Should AI and players have an additional layer of suppression that decreases aiming when suppressed? Default = true; VCOM_Suppression = true; //How much should suppression impact both AI and player aiming? Default is 5. Normal ArmA is 1. VCOM_SuppressionVar = 5; //Should AI/players be impacted by adrenaline? This provides players and AI with a small speed boost to animations to assist with cover seeking and positioning for a short time. Default = true; VCOM_Adrenaline = true; //How much of a speed boost should players/AI recieve? Default = 1.35; (1 is ArmA's normal speed). VCOM_AdrenalineVar = 1.35; //How many AI UNITS can be calculating cover positions at once? VCOM_CurrentlyMovingLimit = 6; //How many AI UNITS can be suppressing others at once? VCOM_CurrentlySuppressingLimit = 12; //The longer an AI's target stays in 1 location, the more accurate and aware of the target the AI becomes.DEFAULT = [WEST,EAST,CIVILIAN,RESISTANCE]; VCOM_IncreasingAccuracy = true; //VCOM_SideBasedMovement- Remove sides from the array below to force that specific AI side to not execute any advance movement code. (I.E. Moving to reinforce allies, being alerted by distant gunshots and etc). AI with this will still react normally in combat. DEFAULT = [WEST,EAST,CIVILIAN,RESISTANCE]; VCOM_SideBasedMovement = [WEST,EAST,RESISTANCE]; //VCOM_SideBasedExecution- Remove sides from the array below to remove that specific AI side from executing any of the VCOMAI scripts at all. DEFAULT = [WEST,EAST,CIVILIAN,RESISTANCE]; VCOM_SideBasedExecution = [WEST,EAST,RESISTANCE]; //Distance AI will respond to call of help from each other VCOM_Unit_AIWarnDistance = 1000; //The following commands are to be left alone, except under rare circumstances. MarkerArray = []; VcomAI_UnitQueue = []; VcomAI_ActiveList = []; ArtilleryArray = []; //AI ACCURACY SETTINGS - You can change these numbers below //Colonel Level AI AccuracyFunctionRank6 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; //Major Level AI AccuracyFunctionRank5 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; //Captain Level AI AccuracyFunctionRank4 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; //Lieutenant Level AI AccuracyFunctionRank3 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; //Sergeant Level AI AccuracyFunctionRank2 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; //Corporal Level AI AccuracyFunctionRank1 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; //Private Level AI AccuracyFunctionRank0 = { _Unit = _this select 0; _Unit setSkill ["aimingAccuracy",(0.05 + (random 0.05))]; _Unit setSkill ["aimingShake",(0.05 + (random 0.05))]; _Unit setSkill ["spotDistance",(0.6 + (random 0.1))]; _Unit setSkill ["spotTime",(0.6 + (random 0.1))]; _Unit setSkill ["courage",(0.7 + (random 0.3))]; _Unit setSkill ["commanding",1.0]; _Unit setSkill ["aimingSpeed",(0.5 + (random 0.1))]; _Unit setSkill ["general",1.0]; _Unit setSkill ["endurance",1.0]; _Unit setSkill ["reloadSpeed",(0.7 + (random 0.3))]; }; }; --------------------------------------------------------------------------------------------- -config=server.cfg : ////////////////////////////////////////////////////////////////////////////////////////////// class Missions { class Missions { template="KP_Liberation_Taunus.xcam_taunus"; difficulty="Custom"; class Params { // a couple of example Liberation mission settings: Unitcap=1; Difficulty=1.5; Aggressivity=1; AdaptToPlayercount=1; DayDuration=2; ShorterNights=1; Weather=2; ResourcesMultiplier=0.25; Fatigue=0; Revive=1; Civilians=0.5; TeamkillPenalty=1; PassiveIncome=1; AmmoBounties=0; HaloJump=10; BluforDefenders=0; Autodanger=1; MaximumFobs=3; MaxSquadSize=5; Permissions=1; CleanupVehicles=2; Introduction=0; DeploymentCinematic=0; FirstFob=0; Whitelist=1; WipeSave1=0; WipeSave2=0; DisableRemoteSensors=0; }; }; }; //////////////////////////////////////////////////////////////////////////////////////////////
  14. jus61

    SP-COOP Pilgrimage TANOA Edition

    English rich from. The German translation I can make gladly Can you add This
  15. jus61

    SP-COOP Pilgrimage TANOA Edition

    Pleas ad a stringtable.xml
  16. jus61

    [MP][COOP] Takistan Insurgency

    The missions are very very very very simple
  17. No it is mandatory but can edit it
×