Jump to content

Search the Community

Showing results for tags 'scripting'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 513 results

  1. Original post: "Is there any way to make backpacks accessable only when they are on ground or by other players using 'Open Backpack' action? The goal is to make player drop the backpack to get access in its inventory and so make them more realistic." UPDATE 15th Sept. -18: An addon version made! Script provided by @pierremgi PBO provided by @HazJ Download: https://hazjohnson.com/ArmA/@realisticBackpacks.zip Addon is now signed with key and bikey.
  2. Bingo-66d21d294c551e45

    Help with sleep command

    Hello I'm trying to create a battle royal zone type thing. I've been trying to use the sleep command and it does not seem to be working, Any pointers? the error is '...= [1,2,3,4] call BIS_fnc_selectRandom; sleep 1; if (_random == 1) then {...' Error Generic error in expression. Thanks
  3. So I'm trying to make a system where players can go up to an AI and select a series of weapons which they are then given. I've managed to get one down but I'm stumped on how to add multiple addactions to one unit.
  4. Hi fellow scripters, Initially we had hoped to release the major upgrade to our scripting technology with Patch 1.03, but we were not able to get it fully implemented in time. Therefore we're pushing the ability to use Java to the next patch Java is available since beta patch rev. 89707 (documentation) Why is this awesomeâ„¢? Using a widespread, proven and robust language with loads of documentation and tutorials. Using IDEs such as NetBeans and Eclipse for development and debugging. Using Object-Oriented programming architecture and design. Using generally much higher performance script execution. Using many standard Java libraries instead of reinventing the wheel. Note: this will not replace SQF scripting, so the transition should be smooth.
  5. I'm currently attempting to make a trigger set units that are present in the trigger to be civilians, and when they are not in the trigger to set them to blufor as well as to be repeatable. This is what i currently have however it isn't working correctly and I know that I'm doing something easy that must be super simple to fix but I'm at a loss of what it may be. ifPresent true then { _newGroup = createGroup CIVILIAN; [player] joinSilent _newGroup; hint "You are a prisoner." } else { _newGroup = createGroup blufor; [player] joinSilent _newGroup; hint "You are escaping." }
  6. Quite new to the editor and I want to make a trigger that activates their pathing (enableAI "Path") when the units enter a compound so they come out from behind buildings and stuff like that. If anyone who knows how to use a trigger like that or another way to achive that "ambush" effect a reply would be appreciated.
  7. Hello good people ! i don't know if this is the right place to post this, but I'm having trouble getting mission rotation to work. my Class mission is setup like this class Missions { class Mission01 { template="Conquest-Ported.zargabad"; difficulty="regular"; class Params {}; }; class Mission02 { template="ConquestTestEngland.swu_public_Imber_uk"; difficulty="regular"; class Params {}; }; class Mission03 { template="ShapurConquest.Shapur_BAF"; difficulty="regular"; class Params {}; }; }; im using persistent = 1; and -autoinit. when the mission is over, it dont really end but put people back to the slot screen, but it never changes or reloads the pbo. im out of ideas :) looking forward to hear from you or getting put in the right direction!
  8. Hey, I'm new to coding and mission editing in Arma, so please go easy on me. I'm attempting to create a template of sorts to build future missions out of, I want to have a clean, easy & modular spawn system that can be easily tweaked for different scenarios, I also want to do this without mods. I am aware of 2 main ways of handling spawning AI, "createUnit" and "BIS_fnc_spawnGroup" I'm not exactly sure what is best for my specific use case, and I'm not entirely sure how to use either of them properly. Essentially what i want to do is have a trigger spawn multiple units of my choice on a marker and then have the units move towards another marker, I also want to be able to modify the behavior of these units (ex. start on limited speed.) I have tried a few different methods to achieve this, these are the issues I'm having with each: With "createUnit" the only way i have found to spawn multiple units is to repeat the code over and over, I'm sure there's a better way to do this and if so I'd love to know. Also with my current setup i have to repeat the domove code for each individual unit, I would also like to know if there is a better way to do this. Here is the code located in the triggers "On activation" field: With "BIS_fnc_spawnGroup" I'm not entirely sure how to order the units spawned within to move towards a marker, I would like to know how to do this, and I also read somewhere that the group will not be automatically deleted when all units are dead so I added a line at the end, I have no idea if it works though. Here's the code for that from the triggers activation field: I read that createUnit is better for performance when paired with the sleep command, however i have no idea how that works, and I also have my doubts, at-least with my current code repeating the same lines over and over for each unit seems very inefficient, the BIS command seems much cleaner however i don't know how to issue a move order with it which is my main problem. Additionally i would like to setup a headless client but that's a whole different topic and I don't want to draw this out any further, though if you feel like you have some useful advice on that please do share. Thanks and any advice & methods is appreciated. ❤️
  9. Hi everyone, I'm trying to make my AI-flown helicopter to fly in a straight line. I've scoured some forums and some suggested the use the command disableAI "PATHPLAN". However, not only that the "PATHPLAN" feature is not listed on the arma scripting wiki's entry for disableAI (https://community.bistudio.com/wiki/disableAI). It also doesn't seem to work in-game. The only official mention of the "PATHPLAN" feature is on another wiki on VBS scripting reference which also made by BI (https://sqf.bisimulations.com/display/SQF/disableAI). The question is, why is the command not working? Is it obsolete/deprecated? If so, is there any other alternative to force the AI pilot to fly in a straight line without using unnecessary pathfinding?
  10. I'm having an bit of trouble with with scripting a config for team loadouts. I'm not sure what I'm doing wrong with my code but Bluefor is able to access the respawn loadouts where as Opfor is not. I'm rather new to the forums and I don't know what tags I should apply to this post, any help will be greatly appreciated. 🙂 this is my config. Description.ext: //START OF WEST RESPAWN LOADOUTS! respawnTemplatesWest[] = {"MenuPosition", "MenuInventory"}; // Player loadouts class CfgRoles { class Assault { displayName = "Assault"; icon = "a3\missions_f_exp\data\img\classes\assault_ca.paa"; }; class Defense { displayName = "Defense"; icon = "a3\missions_f_exp\data\img\classes\assault_ca.paa"; }; class Support { displayName = "Support"; icon = "a3\missions_f_exp\data\img\classes\assault_ca.paa"; }; }; class CfgRespawnInventory { //******************* // US EQUIPMENT //******************* class Alpha1 { displayName = "Pilot"; // Name visible in the menu icon = "a3\missions_f_exp\data\img\classes\assault_ca.paa"; // Icon displayed next to the name role = "Support"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "vn_xm177_short", }; magazines[] = { "vn_m16_20_t_mag", "vn_m16_20_t_mag", "vn_m16_20_t_mag", "vn_m16_20_t_mag", "vn_m16_20_t_mag", "vn_m16_20_t_mag", "vn_m16_20_t_mag", }; items[] = { "vn_m34_grenade_mag", "vn_m34_grenade_mag", "vn_m34_grenade_mag", "vn_m18_white_mag", "vn_m18_white_mag" }; linkedItems[] = { "vn_b_vest_aircrew_05", "vn_b_helmet_aph6_02_01", "vn_o_acc_km32_01", "vn_b_item_watch", "vn_b_item_compass", "vn_b_item_map", "vn_b_item_radio_urv10" }; uniformClass = "vn_b_uniform_k2b_01_02"; backpack = "B_Parachute"; }; //START OF EAST RESPAWN LOADOUTS! //******************* // VC EQUIPMENT //******************* class Gamma1 { displayName = "Pilot"; // Name visible in the menu icon = "a3\missions_f_exp\data\img\classes\assault_ca.paa"; // Icon displayed next to the name role = "Support"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "vn_izh54_shorty" }; magazines[] = { "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", "vn_izh54_so_mag", }; items[] = { "vn_t67_grenade_mag", "vn_t67_grenade_mag", "vn_t67_grenade_mag", "vn_rdg2_mag", "vn_rdg2_mag", "vn_o_item_firstaidkit" }; linkedItems[] = { "vn_o_vest_vc_04", "vn_o_helmet_zsh3_02", "vn_o_acc_km32_01", "vn_b_item_watch", "vn_b_item_compass", "vn_o_item_map", "vn_o_item_radio_m252" }; uniformClass = "vn_o_uniform_nva_air_01"; backpack = "B_Parachute"; }; }; and init.sqf: //West Loadouts [west, "Alpha1"] call BIS_fnc_addRespawnInventory; [west, "Alpha2"] call BIS_fnc_addRespawnInventory; [west, "Alpha3"] call BIS_fnc_addRespawnInventory; [west, "Alpha4"] call BIS_fnc_addRespawnInventory; [west, "Alpha5"] call BIS_fnc_addRespawnInventory; [west, "Alpha6"] call BIS_fnc_addRespawnInventory; [west, "Alpha7"] call BIS_fnc_addRespawnInventory; [west, "Alpha8"] call BIS_fnc_addRespawnInventory; [west, "Alpha9"] call BIS_fnc_addRespawnInventory; [west, "Bravo1"] call BIS_fnc_addRespawnInventory; //East Loadouts [east, "Gamma1"] call BIS_fnc_addRespawnInventory; [east, "Gamma2"] call BIS_fnc_addRespawnInventory; [east, "Gamma3"] call BIS_fnc_addRespawnInventory; [east, "Gamma4"] call BIS_fnc_addRespawnInventory; [east, "Gamma5"] call BIS_fnc_addRespawnInventory; [east, "Gamma6"] call BIS_fnc_addRespawnInventory; [east, "Gamma7"] call BIS_fnc_addRespawnInventory; [east, "Gamma8"] call BIS_fnc_addRespawnInventory; [east, "Gamma9"] call BIS_fnc_addRespawnInventory; [east, "Zeta1"] call BIS_fnc_addRespawnInventory;
  11. I cannot seem to get the custom/filtered list working for the BIS_fnc_garage function. The documentation for the function does not seem to work when I add the BIS_fnc_garage_data which takes an array of whitelisted vehicles. Official Docs: https://community.bistudio.com/wiki/BIS_fnc_garage Here is my code: I put this together with an example from Larow and the documentation if memory serves me right. Any help with getting this working would be appreciated. 👍
  12. I always found interesting the usage of dynamic ambient soundtracks in games with a more or less open environment (e.g, Fallout, TES...). In my opinion, dynamic music change based on combat/calm state always gives players more immersion and brings the overall joy of the gaming process higher. Unfortunately, Arma doesn't have anything similar in terms of dynamic music so I decided to do it myself. The base concept of this script was made in late 2019 and was used mainly for SP/private MP scenarios being constantly polished throughout these years. I'm not a very experienced scripter, but I tried to make this performance-friendly as much as possible so all suggestions are more than welcome. The script is very customizable, so you can even come up with your own music. Installation for SP: init.sqf → https://pastebin.com/raw/4qvFQExk Scripts\DynamicAmbient.sqf → Vanilla — https://pastebin.com/raw/m1ikVp2A SOG PF — https://pastebin.com/raw/4KkvMGq7 CUP (A2) — https://pastebin.com/raw/dxyRVPS3 Scripts\onLoadEH.sqf → Anything that is not SOG PF — https://pastebin.com/raw/MwMqsaVj SOG PF — https://pastebin.com/raw/50ktvUpD Installation for MP: initPlayerLocal.sqf → https://pastebin.com/raw/DT0Btx4S Scripts\DynamicAmbient.sqf → Vanilla — https://pastebin.com/raw/m1ikVp2A SOG PF — https://pastebin.com/raw/4KkvMGq7 CUP (A2) — https://pastebin.com/raw/dxyRVPS3 Steam guide (fore more thorough explanation) Showcase missions: Vanilla CUP SOG PF Showcase videos: Credits: Bohemia interactive for such an amazing game. Savage Game Design for beautiful CDLC CUP Team for an astonishing addons Official Arma 3 discord (especially Lou Montana) for various hints Tinker, modify, and use as you wish, just don't forget to give a credit to the author 🙂
  13. I always found interesting the usage of dynamic ambient soundtracks in games with a more or less open environment (e.g, Fallout, TES...). In my opinion, dynamic music change based on combat/calm state always gives players more immersion and brings the overall joy of the gaming process higher. Unfortunately, Arma doesn't have anything similar in terms of dynamic music so I decided to do it myself. The base concept of this script was made in late 2019 and was used mainly for SP/private MP scenarios being constantly polished throughout these years. I'm not a very experienced scripter, but I tried to make this performance-friendly as much as possible so all suggestions are more than welcome. The script is very customizable, so you can even come up with your own music. Installation for SP: init.sqf → https://pastebin.com/raw/4qvFQExk Scripts\DynamicAmbient.sqf → Vanilla — https://pastebin.com/raw/m1ikVp2A SOG PF — https://pastebin.com/raw/4KkvMGq7 CUP (A2) — https://pastebin.com/raw/dxyRVPS3 Scripts\onLoadEH.sqf → Anything that is not SOG PF — https://pastebin.com/raw/MwMqsaVj SOG PF — https://pastebin.com/raw/50ktvUpD Installation for MP: initPlayerLocal.sqf → https://pastebin.com/raw/DT0Btx4S Scripts\DynamicAmbient.sqf → Vanilla — https://pastebin.com/raw/m1ikVp2A SOG PF — https://pastebin.com/raw/4KkvMGq7 CUP (A2) — https://pastebin.com/raw/dxyRVPS3 Showcase missions: Vanilla CUP SOG PG Showcase videos: Steam guide (more thorough) Credits: Bohemia interactive for such an amazing game. Savage Game Design for beautiful CDLC CUP Team for an astonishing addons Official Arma 3 discord (especially Lou Montana) for various hints Tinker, modify, and use as you wish, just don't forget to give a credit to the author 🙂
  14. I've been working on a little something and discovered the function BIS_fnc_kbTell which makes conversations so much easier. I thought .bikb files were barbaric until I discovered this function, now it's a breeze to just throw down some audio/lip files and let it do its thing. However, there is one caveat. The normal radio channels, for discussion within vehicles, are not up to what I want. If I set it to vehicle chat (which is the default if you're in a vehicle), it will only display unit names if the unit is passenger. If they are a function seat (which includes FFV), it will display their seat name (see fig 1). This is really annoying since I'm using the CUP Huey which, on the transport, has FFV seats on the sides, meaning my team is split up into displaying as their actual names and as the seat they're occupying. I've tried to make a custom radio channel to use for it, but despite the wiki saying otherwise custom channels don't seem to work with the command (putting in the string name of the channel will make the internal function throw a hissy fit and putting in the id will say "Not expecting number"). Is there any other way I can force the game to use unit names ONLY? Also, for the record, I tried direct chat but it was far too quiet. Even a unit sitting less than 3 feet away was practically silent. Fig. 1: Problem Example
  15. So, I set up a bunch of modules, waypoints, and triggers for the Civilian Presence Module all over the map. Everything works great in editor. I wanted to try exporting it to sqf so I could use as a script and not have all the clutter for use in future missions. It somewhat worked, as everything will load off the script but all the areas become active and spawn as soon as it loads even though nobody set off the trigger. This only happens if I use script, works fine loaded from editor. They are all set to any player - present - repeatable and synced to their respective module. Is there a way to edit the sqf export so it will work correctly and only activate triggers when actually present. There things I could remove? If you want to know what I’m looking at set (at work currently) up the civilian presence mod for one city real quick and do an export. I know I could just merge with missions but I’d like it to not be cluttered if someone decides to edit the missions I upload. Any help would be appreciated, I’m not too savvy on scripting but have a general understanding. I know there’s other options, just want to see if I can get this to work.
  16. Good morning, I am starting up a milsim and I need help. I was wondering is there any way to create an arsenal that only certain ranks have access to certain weapons? If so does anyone know of any scripts to use. I was hoping for this to be done using ace arsenal without having to use a tonne of separate arsenal's. If anyone could help that would be amazing. Thank you in advance 😊
  17. For the life of me I can't get this example from the BIS webpage to work. It keeps throwing an error... [] spawn { while {not isNull hq6} do {"hqm6" setmarkerpos getpos hq6; sleep 1;}; }; [] spawn { if (!alive hq7) || {hq7 nearEntities [hq6,50]} exitWith {[hide,"hqm7"] call BIS_fnc_showMarkers}; else while {not isNull hq7} && (alive hq7) do {[show,"hqm7"] call BIS_fnc_showMarkers; "hqm7" setmarkerpos getpos hq7; sleep 1;}; }; pos = hq7 getPos [10, 0] vectorAdd [0,0,2]; addMissionEventHandler ["draw3D", {_k = 5 / (player distance pos); drawIcon3D ["", [1,0,0,1], pos, 1 * _k, 1 * _k, 0, "Company Executive Officer", 0, 0.04 * _k, "RobotoCondensed",];}]; This is supposed to: 1) Move a pre-placed map marker onto a players position 2) Hide the map marker if hq7 is within 50 meters of hq6 3) Hide the map marker if hq7 is not present in the worldspace 4) Display a name over the top of hq7 I have achieved 25% of this (item no.1) Are any of the scripting gods willing to help?
  18. Hi, I'm relatively new to mapmaking and have been so far learning through trial and error (mostly error), but am currently rather stumped with a problem vastly outside my base of experience. I am trying to set a trigger to activate when players collect any 3 pieces of intel (of 6 available), regardless of the combination of intel collected. Only 3 pieces need to be found, and currently I am referencing their collection via a seperate trigger with 'thisNull objectName', as the intel is deleted on pickup, and then trying to get another trigger to check 'triggerActivated triggerName' (horribly inefficient, I know). Apologies if this doesn't make much sense, its 3am and mission making has fried my brain. Any help would be greatly appreciated.
  19. I'm making an Eden mission where I have 3 compositions which I am going to place copies of each around the map, I want each type of composition to spawn a key feature for only one of the copies. Ex. A flag randomly spawns in only one copy of a base and not the others. As far as randomizing item spawns I am currently using the "Object: present" slider but I'm open to any ideas on how to do that better as well. 1 Item is a prop, 1 is a unit, 1 is a vehicle. I'm so sorry that this reads like a homework question but I've been smashing my head into the wall for a few days trying to get this to work and I can't seem to figure it out. Any help would be appreciated, thank you.
  20. Hey, i want a script ive written to dynamically spawn ai to repeat twice for each Player in the Trigger boundaries. I know that i need to be using some form of in thislist command to do that but i dont know how to do it TWICE foreach as i dont think foreach has the ability to take a multiplier _Marker = ["Mark1", "Mark2"]; //Add more marks for more spawns _group = ["_1group"]; _Enemy_Class = ["LM_OPCAN_CMA_Engineer"]; //UnitType Here { _Ai_Selected = selectRandom _Enemy_Class; //Selects A Random Class _Marker_R = selectRandom _Marker; //Gives Unit a Random Spawn _Marker_R_M = selectRandom _Marker; //Selects a Random Move Objective _1group = creategroup [independent, true]; { _unit = _1group createunit [_x, getmarkerpos _Marker_R,[],0,"NONE"]; _unit domove (getmarkerpos _Marker_R_M); } forEach [_Ai_Selected]; } forEach Units in thisList; //is my current code
  21. BIForums personal (highlights) Gun light flash - how to remove or decrease 15th anniversary of OFP/CWA DXDLL - advanced tweaking (and 12th anniversary) 14th anniversary of OFP:CWC transitionsSimple making trees disappear when destroyed PRIMARY in config.cpp (regarding weapons)? Exclude face class(es) Berghoff's nature packs alignment fix ButtonFullSave Proxy driver/cargo - action relation DXDLL source code bn880's Tracers 1.25 Grades in CfgWeapons Discover and Identify IncomingMissile EventHandler [FIX] Workaround for faulty texture sorting (units visible through smoke, etc) Island Map in a Dialog MiniMap script This thread (highlights) Sniper crouch (animation) test 'Forest experiment' 'Building destruction experiment' (01) coop @c2 papier - intro Bike horn test (cut) JAM Smokeblock FDF smokeblock Handgun visibleSize bug (01) Handgun visibleSize bug (02) 'Parachute experiment' 'Mirror image experiment' 'Physics experiment' 'When a game becomes a meme' Adding user values to your models will increase the section count dramatically. 'Building destruction experiment' (02) ClimbOver Animation JumpOver Animation Building destruction (01) Building destruction (comparison) Forest destruction Forest destruction (comparison) Obscuring AI field of view after forest destruction Climbing script An example of model rescaling via island-editor Fixing forest ViewGeometry (01) Improved AI scipt (Take Cover script) Fixing forest ViewGeometry (02) Comparison of original and fixed Forest ViewGeometry CCS - @customfix cargo system (01) CCS - @customfix cargo system (02) On-the-fly loading of island's buildings Building destruction (02) Use view geometry lods to Occlude sunlight Totally Destructible Environment (TDE) 'A fallen static objects' geometries bug' HUD Evolution How to fix broken triangle-shaped forest model How I discovered the way Forest ViewGeometry works How to make Forest use ViewGeometry components How to build proper Forest ViewGeometry -benchmark Models replacement via mission folder FILE(s) NOT FOUND Security Flaw & Fix Checkfiles Aspect Ratio registry-derived issue Usage of black texture for ignoring FireGeometry components Fast Addon Testing SQUAD.XML - Problem & Solution A lone road sign on Everon Automatic Body Removal A lone road sign on Kolgujev Zamerny - memory point Geometry of fallen tree - FIXED The tallest OFP/ACWA model 1.96 vs 1.99 Gamma & Brightness (G&B) settings An update on HUD Evolution Change OFP/ACWA in-game fonts globally via CfgFonts Secret 5T-Truck Crate Animate (rotation) bug A 2nd update on HUD Evolution
  22. Hi I have been trying to create a Attack and Defend so far I things have been moving along nicely but I have been having issues with spawning Ifirts for the Attackers. When I am just testing the script by myself it will only spawn one ifirt because there is only one Opfor player. But if someone else is playing with me it will spawn two Ifirts. Even though there will still only be one Opfor Player. TL;DR Trying to use allPlayers select {side _x == east}; to count the number of players on OPFOR to then spawn Ifirts for them. For some reason it always spawns one extra then what it actually needs? TeleportArea.Sqf This at the moment is mostly pointless but in the future will hold all the different areas for spawning. TeleportArea = "TeleportArea\TestArea.sqf"; NatoUnits = allPlayers select {side _x == west}; OpforUnits = allPlayers select {side _x == east}; execVM "RoundStartTimer.sqf"; TestArea.Sqf player removeAction weaponSafety; NatoUnits = allPlayers select {side _x == west}; OpforUnits = allPlayers select {side _x == east}; _Pos = [11362,11442]; { _x setpos [11682 + random [-5,0,5],11917 + random [-5,0,5],1] } forEach NatoUnits; { _x setpos [11362 + 10,11442 + 10,1]; GetinVechicle = VechicleSpawn createVehicle [11362 + 10, 11442 +10]; _x MoveInDriver GetinVechicle; } forEach OpforUnits; [300] execVM "GameTimer.sqf"; The highlighted areas in TestArea is what I belive is causing the issue. But I don't know why. I am fairly new to Arma 3 mission File scripting... Infact this is my first Mission file. So I do apologize if this may seem trival. Thanks, JarrodsC
  23. *** Fixed *** I changed this: _wp1 = _heliGroup addWaypoint [_heliLz,0]; to this: _wp1 = _heliGroup addWaypoint [_heliLz,-1]; Totally missed it in the biki *************** Hi, I'm new to scripting in Arma and I have been trying to create a script to spawn a helicopter, load it with other group and unload them in a position. The problem comes when their landing zones are close and they start to fight between each other for them, however I have tried to do it with the eden editor and if you attach each waypoint to each helipad they seem to respect it. I have tried to attach the waypoint to the helipad with waypointAttachObject but I don't get the same result. I have also read in the forum that the helicopter AI claims the lz when flying over them but even if I assign them routes without hovering other landing zones there is no change. The code: (it's supposed to be executed in a dedicated server) This is what happens when I execute the script: And here you can see how one of the helis didn't like his assigned lz Here is the behaviour with the eden created waypoints:
  24. I'm looking for a way to stop a specific vehicle from being able to be blown up. I want the hull and engine to be invincible, so that the vehicle won't explode when hit, but the wheels should still be vulnerable so that it can still be disabled, just not destroyed/blown up. I'm looking for this to be achieved within the vehicles init field, or via an external script. The reason I want this to be possible is because I don't want a simple vehicle respawn in my mission like I have now. I want to punish players for getting a vehicle blown up, making them have to airlift the damaged vehicle back to base where it can be repaired (I don't need help with the airlift or repairs I've got that covered, just need help on making the vehicles hull and engine invulnerable.) Are there any scripts out there which can help me a achieve this? I was looking into the "SetHit" functionality etc but I am a total noob when it comes to scripting. To be completely honest with you I'd love for someone to figure this out for me as I really don't have a lot of time to dedicate to testing and playing about with things myself
  25. brotherreaper

    Reserved Slots;

    I followed the guide provided in one of the threads on how to set up reserved slots. I just need ONE reserved slot for ZEUS for admins only. But I don't want it to be #adminlogged or an npc. I trying to set up a virtual entity as Zeus (interface only). My problem lies on who can access the slot. I set up the allowedIDs.txt and put my steam ID in there but it still continuously kicks me out of the slot. the server has -filePatching enabled to 1. Where am i messing up at???
×