Jump to content

cashgrany

Member
  • Content Count

    14
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About cashgrany

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello ; sorry to bother you again but since yesterday i have been trying to pack my mod but i can't. I managed to pack it with the dayz addon builder but it does not work in arma 3. please help me.
  2. what do you mean, a folder conflicts with my mod?
  3. this config.ccp class CfgPatches { class su_25_gunpod { requiredAddons[]= { "A3_Weapons_F", "A3_Data_F" }; requiredversion=1; units[]={}; weapons[]= { "su_25_gunpod" }; magazines[]= { "350Rnd_105mm_APFSDS_T_Red" }; ammo[]= { "Sh_105mm_APFSDS_T_Red" }; }; }; class CfgAmmo { class BulletBase; class Gatling_30mm_HE_Plane_CAS_01_F; class su_25_gunpod: Gatling_30mm_HE_Plane_CAS_01_F { model="\A3\Weapons_f\Data\bullettracer\tracer_red.p3d"; hit=150; indirectHit=4; indirectHitRange=4; caliber=3; explosive=0.60000002; missileLockMaxDistance=1000; missileLockMinDistance=350; }; }; class CfgMagazines { class VehicleMagazine; class 1000Rnd_Gatling_30mm_Plane_CAS_01_F; class 350Rnd_105mm_APFSDS_T_Red: 1000Rnd_Gatling_30mm_Plane_CAS_01_F { author="$STR_A3_Bohemia_Interactive"; displayNameShort=""; ammo="Sh_105mm_APFSDS_T_Red"; count=150; muzzleImpulseFactor[]={-0.1,0.25}; }; class su_25_gunpod: 350Rnd_105mm_APFSDS_T_Red { displayName="Su-25 Guunpod"; model="\su_25_gunpod\su_25_gunpod\su-25_gunpod.p3d"; hardpoints[]= { "SAB_MILAVI_GUNPOD", "SAB_MILAVI_GUNPOD_ADEN", "B_A143_BUZZARD_CENTER_PYLON", "20MM_TWIN_CANNON", "usti granatometu", "usti granatometu1" }; pylonWeapon="su_25_gunpod"; tracersEvery=2; mass=255; }; }; class Mode_SemiAuto; class Mode_Burst; class Mode_FullAuto; class CfgWeapons { class CannonCore; class su_25_gunpod : CannonCore { scope = 2; displayName = "$STR_A3_CFGWEAPONS_CANNON_30MM"; magazines[] = { "350Rnd_105mm_APFSDS_T_Red" }; holdsterAnimValue = 1; canLock = 0; ballisticsComputer = 8; cursor = "EmptyCursor"; cursorAim = "mg"; showAimCursorInternal = 0; modes[] = { "LowROF", "close", "short", "medium", "far" }; nameSound = "cannon"; shotFromTurret = 0; muzzlePos = "muzzlePos"; muzzleEnd = "muzzleEnd"; selectionFireAnim = "zasleh"; class GunParticles { class Effect { effectName = "CannonFired"; positionName = "Usti hlavne"; directionName = "Konec hlavne"; }; }; class LowROF : Mode_FullAuto { sounds[] = { "StandardSound" }; class StandardSound { begin1[] = { "A3\Sounds_F_epc\weapons\cas_02_cannon", 1.7782794, 1, 3800 }; soundBegin[] = { "begin1", 1 }; }; soundContinuous = 0; flash = "gunfire"; flashSize = 0.1; recoil = "Empty"; ffMagnitude = 0.5; ffFrequency = 11; ffCount = 6; burst = 1; showToPlayer = 1; dispersion = 0.003; reloadTime = 0.039999999; aiRateOfFire = 1; aiRateOfFireDistance = 10; minRange = 0; minRangeProbab = 0.0099999998; midRange = 1; midRangeProbab = 0.0099999998; maxRange = 2; maxRangeProbab = 0.0099999998; }; class close : LowROF { aiBurstTerminable = 1; showToPlayer = 0; burst = 12; burstRangeMax = 28; aiRateOfFire = 0.5; aiRateOfFireDispersion = 0.5; aiRateOfFireDistance = 200; minRange = 1; minRangeProbab = 0.1; midRange = 100; midRangeProbab = 0.75; maxRange = 400; maxRangeProbab = 0.85000002; }; class near : close { }; class short : close { aiBurstTerminable = 1; showToPlayer = 0; burst = 18; burstRangeMax = 42; aiRateOfFire = 1; aiRateOfFireDispersion = 1; aiRateOfFireDistance = 300; minRange = 200; minRangeProbab = 0.30000001; midRange = 400; midRangeProbab = 0.85000002; maxRange = 750; maxRangeProbab = 0.85000002; }; class medium : close { aiBurstTerminable = 1; showToPlayer = 0; burst = 18; burstRangeMax = 42; aiRateOfFire = 2; aiRateOfFireDispersion = 2; aiRateOfFireDistance = 800; minRange = 600; minRangeProbab = 0.60000002; midRange = 750; midRangeProbab = 0.85000002; maxRange = 1250; maxRangeProbab = 0.60000002; }; class far : close { aiBurstTerminable = 1; showToPlayer = 0; burst = 18; burstRangeMax = 42; aiRateOfFire = 2; aiRateOfFireDispersion = 3; aiRateOfFireDistance = 1200; minRange = 1000; minRangeProbab = 0.69999999; midRange = 1250; midRangeProbab = 0.60000002; maxRange = 2500; maxRangeProbab = 0.1; }; }; };
  4. I have a problem with addon builder my mod does not pack and I do not see where the error comes from? 2020-08-29 17:05:37,288 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [fallback id]=233800 2020-08-29 17:05:37,307 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [exe location]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\AddonBuilder\AddonBuilder.exe 2020-08-29 17:05:37,307 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [steam app id file location]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\AddonBuilder\steam_appid.txt 2020-08-29 17:05:37,307 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [steam app id file content]=233800 2020-08-29 17:05:37,308 [DEBUG] 1: Steam.SteamHelper.Init - Steam init 2020-08-29 17:05:37,433 [DEBUG] 1: Steam.SteamHelper.Init - Setting message hook 2020-08-29 17:05:37,437 [DEBUG] 1: Steam.SteamHelper.Init - Retrieving SteamApps interface 2020-08-29 17:05:37,437 [DEBUG] 1: Steam.SteamHelper.Init - [Tool AppId]=233800 2020-08-29 17:05:37,437 [DEBUG] 1: Steam.SteamHelper.Init - Arma3Tools is installed 2020-08-29 17:05:37,437 [DEBUG] 1: Steam.SteamHelper.Init - [Arma3 Tools install dir]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools 2020-08-29 17:05:37,492 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Current dir: C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\AddonBuilder 2020-08-29 17:05:37,493 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Command line: "C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\AddonBuilder\AddonBuilder.exe" 2020-08-29 17:05:37,493 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - OS Version: Microsoft Windows NT 6.2.9200.0 2020-08-29 17:05:37,493 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - OS 64bit: True 2020-08-29 17:05:37,494 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Process 64bit: False 2020-08-29 17:05:37,494 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Personal dir: C:\Users\cashg\Documents 2020-08-29 17:05:37,494 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Local App Data dir: C:\Users\cashg\AppData\Local 2020-08-29 17:05:37,494 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Compatibility flags: - 2020-08-29 17:05:37,625 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - Tier: 2 (0x20000) 2020-08-29 17:05:37,625 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - Max Hardware Texture Size: 16384,16384 2020-08-29 17:05:37,626 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 2.0 (DirectX 9): HW = True, SW = True 2020-08-29 17:05:37,626 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 3.0 (DirectX 9c): HW = True, SW = False 2020-08-29 17:05:37,626 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 4.0 (DirectX 10): HW = False, SW = False 2020-08-29 17:05:37,626 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 4.1 (DirectX 10.1): HW = False, SW = False 2020-08-29 17:05:37,626 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 5.0 (DirectX 11.0): HW = False, SW = False 2020-08-29 17:05:37,628 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Visual C++ 2010 Runtime installed: True (version v10.0.40219.325) 2020-08-29 17:05:37,629 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Visual C++ 2012 Runtime installed: True (version v11.0.61030.00, is from DevDiv: False) 2020-08-29 17:05:37,629 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Visual C++ 2013 Runtime installed: True (version v12.0.21005.01, is from DevDiv: False) 2020-08-29 17:05:37,730 [INFO] 1: AddonBuilder.App..ctor - WELCOME TO ARMA 3 ADDON BUILDER 2020-08-29 17:05:37,735 [INFO] 1: AddonBuilder.App..ctor - Version: 1.5.146305 2020-08-29 17:06:23,164 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [SourceDir]=C:\Users\cashg\Desktop\su_25_gunpod 2020-08-29 17:06:23,169 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [DestDir]=C:\Users\cashg\Desktop 2020-08-29 17:06:23,170 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [Project]=C:\Users\cashg\Desktop 2020-08-29 17:06:23,170 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [PackOnly]=False 2020-08-29 17:06:23,170 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [AddonPrefix]=su_25_gunpod 2020-08-29 17:06:23,170 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [TempDir]=C:\Users\cashg\AppData\Local\Temp 2020-08-29 17:06:23,170 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [ClearTemp]=True 2020-08-29 17:06:23,170 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [SignatureFile]= 2020-08-29 17:06:23,171 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [WhiteList]=*.p3d,*.paa 2020-08-29 17:06:23,171 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [BinarizeExePath]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Binarize\binarize.exe 2020-08-29 17:06:23,171 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [CfgConvertExePath]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2020-08-29 17:06:23,171 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [FilebankExePath]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\FileBank\FileBank.exe 2020-08-29 17:06:23,172 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [DssignfileExePath]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\DSSignFile\DSSignFile.exe 2020-08-29 17:06:23,172 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [Author]=cashgrany 2020-08-29 17:06:23,172 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [Dependency]= 2020-08-29 17:06:23,172 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [ExcludeFilename]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\FileBank\exclude.lst 2020-08-29 17:06:23,189 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [cfgConvertExe]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2020-08-29 17:06:23,189 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [tempPath]=C:\Users\cashg\AppData\Local\Temp\su_25_gunpod 2020-08-29 17:06:23,189 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [sourcePath]=C:\Users\cashg\Desktop\su_25_gunpod 2020-08-29 17:06:23,190 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [projectPath]=C:\Users\cashg\Desktop 2020-08-29 17:06:23,190 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=C:\Users\cashg\Desktop 2020-08-29 17:06:23,191 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=C:\Users\cashg\Desktop\su_25_gunpod 2020-08-29 17:06:23,191 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=C:\Users\cashg\AppData\Local\Temp 2020-08-29 17:06:23,192 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=C:\Users\cashg\AppData\Local\Temp\su_25_gunpod 2020-08-29 17:06:23,192 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=C:\Users\cashg\AppData\Local\Temp\su_25_gunpod 2020-08-29 17:06:23,192 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\FileBank 2020-08-29 17:06:23,193 [DEBUG] 1: AddonBuilder.Tasks.CopyPBOTask..ctor - [SourceFile]=C:\Users\cashg\AppData\Local\Temp\su_25_gunpod.pbo 2020-08-29 17:06:23,193 [DEBUG] 1: AddonBuilder.Tasks.CopyPBOTask..ctor - [DestinationFile]=C:\Users\cashg\Desktop\su_25_gunpod.pbo 2020-08-29 17:06:23,201 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.ClearTempTask 2020-08-29 17:06:24,095 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2020-08-29 17:06:24,097 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.SyncFoldersTask 2020-08-29 17:06:24,152 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2020-08-29 17:06:24,153 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.CfgConvertTask 2020-08-29 17:06:24,159 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2020-08-29 17:06:24,160 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2020-08-29 17:06:24,160 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-txt -dst "C:\Users\cashg\AppData\Local\Temp\su_25_gunpod\config.txt" "C:\Users\cashg\Desktop\su_25_gunpod\config.cpp" 2020-08-29 17:06:24,160 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=C:\Users\cashg\Desktop 2020-08-29 17:06:24,204 [INFO] 6: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2020-08-29 17:06:24,204 [WARN] 5: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2020-08-29 17:06:24,206 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=08/29/2020 17:06:24, [EndTime]=08/29/2020 17:06:24 2020-08-29 17:06:24,243 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2020-08-29 17:06:24,243 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2020-08-29 17:06:24,243 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-bin -dst "C:\Users\cashg\AppData\Local\Temp\su_25_gunpod\config.bin" "C:\Users\cashg\AppData\Local\Temp\su_25_gunpod\config.txt" 2020-08-29 17:06:24,243 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=C:\Users\cashg\Desktop 2020-08-29 17:06:24,279 [INFO] 8: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2020-08-29 17:06:24,279 [WARN] 7: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2020-08-29 17:06:24,279 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=08/29/2020 17:06:24, [EndTime]=08/29/2020 17:06:24 2020-08-29 17:06:24,282 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2020-08-29 17:06:24,283 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.BinarizeTask 2020-08-29 17:06:24,285 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2020-08-29 17:06:24,285 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Binarize\binarize.exe 2020-08-29 17:06:24,285 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-noLogs -targetBonesInterval=56 -maxProcesses=12 -always -silent -addon="C:\Users\cashg\Desktop" -exclude="C:\Users\cashg\Desktop\su_25_gunpod\exclude.lst" -textures="C:\Users\cashg\AppData\Local\Temp" -binpath="C:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Binarize" "C:\Users\cashg\Desktop\su_25_gunpod" "C:\Users\cashg\AppData\Local\Temp\su_25_gunpod" 2020-08-29 17:06:24,285 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=C:\Users\cashg\Desktop 2020-08-29 17:06:42,485 [WARN] 5: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2020-08-29 17:06:42,485 [INFO] 6: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2020-08-29 17:06:42,508 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=-1073741819, [StartTime]=08/29/2020 17:06:24, [EndTime]=08/29/2020 17:06:42 2020-08-29 17:06:42,515 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2020-08-29 17:06:42,518 [DEBUG] 1: AddonBuilder.Packer.<Execute>b__1 - Build finished. [ResultCode]=-1073741819 2020-08-29 17:06:46,123 [DEBUG] 1: AddonBuilder.Packer.<Execute>b__1 -
  5. A script for the ModuleCAS_F (module> effects <> CAS module) so that it can attack when aiming with the jtac or a smoke grenade (I would prefer the jtac). I was given a track by saying to myself, that you had to be able to place the module in the activation by entering the position of the cursor of the player in the world, but I admit that I do not understand everything. Thank you in advance to whoever would help me. Cordially.
  6. cashgrany

    Hello to everyone

    In : Systems> Module> Effects> close air combat (CAS) ModuleCAS_F; how to change plane?
  7. cashgrany

    Hello to everyone

    I tried with your order. The plane looks good but it is not aiming at the right place. so I wanted to add this command: _laserT = createVehicle ["LaserTargetW", [0,0,0], [], 0, "NONE"]; but the plane does not appear at all.
  8. cashgrany

    Hello to everyone

    Thank you very much for your answer . But I know how to use the supports. What I can't do is with: Systems> Module> Effects> close air combat (CAS) ModuleCAS_F, I would like to trigger an event in the trigger so that the plane arrives when I use the JTAC or other .
  9. cashgrany

    Hello to everyone

    thank you ; it is true that it is unpredictable. Do you have experience with the CAS module (ModuleCAS_F) because it looks more precise, I attach the module to the trigger but nothing happens, I would like it to be triggered when I use the jtac (telescopic sight) laser). Merci.
  10. cashgrany

    Hello to everyone

    With the technique of phronk. "Here's how to place a CAS module in the editor and edit it: Click the Modules button on the right (Or press F5) Click the category, "Effects" (It's the third one down) Click the "Close Air Support (CAS)" item in the list Place the module on the map Double-click on it to open the module and edit it Very bottom category in edit box lets you change type of attack and CAS plane used Here's how to sync it to a trigger: Place your Blufor player unit Place a trigger and set the Activation to "BLUFOR" Right-click your Blufor player unit, highlight "Connect" and then click "Sync to" Left-click the trigger; this will sync your unit to the trigger Right-click the placed CAS module, highlight "Connect" and then click "Sync to" Left-click the trigger; this will sync your CAS module to the trigger Results. Also, the azimuth you set the CAS module to will be the direction the CAS plane will ingress from. If the azimuth is 0, then the plane will come in from the north and egress south." I can't do it, if someone could explain to me how it works and a little more please how to trigger the "Close Air Support (CAS)" so that it is triggered for jtac (laser sight) . thanks in advance
  11. cashgrany

    Hello to everyone

    thank you, but I still have the same message, however I put the vehicle in an open area in the middle of a field but it still does not work.
  12. cashgrany

    Hello to everyone

    thanks, but the plane passes several times over the target and ends up marking me "gun run boarded".
  13. cashgrany

    Hello to everyone

    which ? January 24, 2018 or January 26, 2018 ?
  14. Despite hours (see days) of fruitless research, I turn to you. I explain my problem in eden editor I pose a character (BLUFOR in this case) then press F5, systems; I put a support requester and I put a support provider CAS (bombing run, virtual) I link all this with, connect, syn to; and my problem when i do 0.8.1.1 i have only two choices; laser guided bomb or unguided bomb. And I would like to have more options, like the passage of the cannon or the rocket shooter? I'm trying to find a script or else I'm being helped to create a script. I already tried : technic of pierremgi technic of pierremgi technic of phronk but it doesn't work. If anyone can help me achieve this, it would be great. I need help please. Thank you in advance for your help .
×