Jump to content

GEORGE FLOROS GR

Member
  • Content Count

    4230
  • Joined

  • Last visited

  • Medals

Everything posted by GEORGE FLOROS GR

  1. GF Fog Script - Mod by GEORGE FLOROS [GR] Description: GF Fog Script , create your desired , Environment. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Fog Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initPlayerlocal.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Create your desired , Environment. The script will spawn a normal fog for player , according the selected options and a large size fog for the vehicles. There are 3 types of Fog for each. It is possible to spawn this , at a certain position , object or unit : name this ex : GF_Fog_3 # These examples are included in the end of the script GF_Fog_3 spawn GF_Fog_Type_2; or for more object with the same spawn : null = {_x spawn GF_Fog_Type_1;}forEach [GF_Fog_1,GF_Fog_2]; Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.1 Fixed : an error with GF_Fog_Change_spotDistance.sqf. v2.0 Added : GF_Fog_Change_spotDistance.sqf to adjust the AIs spotDistance , an initServer.sqf , to run the GF_Fog_Change_spotDistance.sqf , an option for an FPS limit. Fixed : an error with the fog spawn underwater, an error with the vehicle fog despawn , when the vehicle is destroyed. 1.1 Fixed an error with the vehicle fog despawn. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40262 Armaholic GF Fog Script - Mod
  2. GF Set Custom Loadout Script - Mod by GEORGE FLOROS [GR] Description: GF Set Custom Loadout Script , Set your Custom Loadout to AI and Players. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Set Custom Loadout Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: It is also included a mod version , posible to unpack and edit. It is possible to set the loadout also for the spawned units. There is an exclude list available or add in the init of a unit: this setVariable ["Var_GF_Set_Custom_Equipment", true]; More information inside the .sqf Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v3.0 Added extended options , in order to spawn a different loadout for each side. Several Fixes. v2.0 Added files for : CUP mod , RHS mod , Unsung mod , with different variables for everyone. Full ACE3 mod list Added options for Ravage mod and ACE3 mod. Several fixes. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40244 Armaholic GF Set Custom Loadout Script Informations about exlude or spawn : There is also available a Mod with userconfig to apply settings:
  3. GF Set AISkill Script by GEORGE FLOROS [GR] Description: GF Set AISkill Script , Set your desired AI Skills settings. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Set AISkill Script , please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf and in the Description.ext , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Copy in the descripion.ext : #include "Mission_Parameters.hpp" and add the Mission_Parameters.hpp in your mission files. Or copy , in your descripion.ext : class Params { class GF_Set_AISkill { title = "GF_Set_AISkill"; values[] = {0,1,2,3,4,5}; default = 1; texts[] = {"Novice","Rookie","Recruit","Veteran","Expert","Random"}; }; }; Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40229 Armaholic download GF Set AISkill Script
  4. GF Object Spawner Script - Mod by GEORGE FLOROS [GR] Description: GF Object Spawner Script - Mod , a simple object spawner. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Object Spawner Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colors to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF Object Spawner Script - Mod , a simple object spawner. There are Blacklist Zones available , 5 from default and a safe distanse from players , to prevent the spawn. The objects will spawn also , at the spawned or placed in editor Buildings. 3 presets included ,vehicles , wrecks and structures. There is also , an autodetection mods script , for the classnames , instead of lists. There is an option for the spawned vehicles , to add the Ravage addactions. There is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40415 Armaholic GF Object Spawner Script - Mod
  5. Hello there to Everyone ! I 'm trying to replace the a3 Trees (with the CUP ones) , but i can't find the classnames. I 'm using the following script to replace the Buildings and i would like to do that , with more objects of the map, except , if there is another way. //["Building to replace","replaced Building"] myBuildings = [["Land_i_Stone_HouseSmall_V3_F","Land_HouseV_1I4",0], ["Land_i_House_Big_02_V3_F","Land_HouseV_1T",0], ["Land_i_Stone_HouseBig_V2_F","Land_HouseV_2T2",0], ["Land_i_House_Big_01_V1_F","Land_HouseV2_01A",0], ["Land_i_Shop_02_V1_F","Land_HouseBlock_C2",0], ["Land_i_Shop_02_V3_F","Land_HouseBlock_C5",0], ["Land_Slum_House01_F","Land_Shed_W4",0], ["Land_Hut06","Land_Shed_W02",0], ["Land_i_Shop_02_V2_F","Land_HouseBlock_B5",0], ["Land_Slum_House03_F","Land_HouseBlock_B3",0], ["Land_i_House_Small_01_V3_F","Land_HouseBlock_B4",0], ["Land_i_House_Small_01_V2_F","Land_HouseBlock_A1",0], ["Land_Kiosk_gyros_F","Land_HouseBlock_C4",0], ["Land_d_House_Big_01_V1_F","Land_HouseBlock_C3",0], ["Land_Unfinished_Building_01_F","Land_HouseBlock_B6",0], ["Land_Factory_Main_F","Land_Ind_Pec_03a",0], ["Land_MilOffices_V1_F","Land_a_stationhouse",0], ["Land_i_Stone_HouseBig_V3_dam_F","Land_HouseV_3I2",0], ["Land_i_Shed_Ind_F","Land_Shed_Ind02",0], ["Land_CarService_F","Land_Repair_center",0], ["Misc_Cargo1Bo_civil","Land_Shed_M02",0], ["Land_i_Stone_HouseBig_V2_dam_F","Land_HouseV_1L1",0], ["Land_i_Stone_HouseBig_V1_dam_F","Land_HouseV_1I1",0], ["Land_FuelStation_Build_F","Land_Misc_WaterStation",0], ["Land_Chapel_V2_F","Land_Church_02a",0], ["Land_i_Stone_Shed_V3_F","Land_HouseV_2L",0], ["Land_Chapel_V1_F","Land_HouseV_2I",0], ["Land_i_Barracks_V1_F","Land_Mil_House",0], ["Land_Mil_Barracks_i","Land_Mil_Barracks",0], ["Land_Cargo_HQ_V3_F","Land_Mil_Barracks_L",0], ["Land_Airport_Tower_F","Land_Mil_ControlTower",0] ]; for "_i" from 0 to(count myBuildings-1) do { _CurrentBuilding = (myBuildings select _i) select 0; _ReplacementBuilding = (myBuildings select _i) select 1; _DirectionOffset = (myBuildings select _i) select 2; { systemchat format["getPosATL: %2 getDir: %4 _CurrentBuilding %5",getpos _x, getPosATL _x, getPosASL _x, getdir _x, _x]; //diag_log format["getPosATL: %1 getDir: %2 _CurrentBuilding %3 _ReplacementBuilding %4 _x %5", getPosATL _x, getdir _x, _CurrentBuilding, _ReplacementBuilding, _x]; hideObjectGlobal _x; _myReplacement = createVehicle [_ReplacementBuilding, getPosATL _x, [], 0, "CAN_COLLIDE"]; _myReplacement setDir (getdir _x) + _DirectionOffset; _myReplacement setPosATL (getPosATL _x) ; _myReplacement enableSimulationGlobal false; } forEach nearestObjects [markerpos "center", [_CurrentBuilding], worldsize]; }; hint "Replacmentscript end"; Thanks to everyone!
  6. GF Auto Loot Script - Mod by GEORGE FLOROS [GR] Description: GF Auto Loot Script , will detect the enable Mods , without editing lists. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Auto Loot Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: GF Auto Loot Script , will detect the enabled Mods , without editing lists. There are 4 options available : 1 = Load every Mod + Bohemia Items , 2 = Load every Mod - No Bohemia Items , 3 = Load Bohemia Items Only , 4 = Custom items only There is a Possibility option available. There are Blacklist Zones available , 5 from default and a safe distanse from players , to prevent the loot from spawn. The loot will spawn also , at the spawned or placed in editor Buildings. There is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v3.1 Fixed , working now also on Dedicated , with auto init. v3.0 A lot of the previous code is reedited. Added option for the spawned items number. Code optimization. v2.0 It is possible to add your custom item list. There are 4 options available : 1 = Load every Mod + Bohemia Items , 2 = Load every Mod - No Bohemia Items , 3 = Load Bohemia Items Only , 4 = Custom items only Changed the codes for the search of the configs. Minor Fixes. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40299 Armaholic GF Auto Loot Script - Mod Thank you very much Realthinged , i hope you like it ! You can add a case 4 : case 4 : { /* ________________ How to disable a certain mod : ________________ example 1 : (!(getText( _x >> 'author' ) == 'The CUP Team')) example 2 : (!(getText( _x >> 'DLC' ) == 'CUP_Weapons')) */ //________________ Load every Mod / No CUP Loot ________________ _CfgWeapons = ("(!(getText( _x >> 'author' ) == 'The CUP Team')) && getNumber (_x>> 'scope') > 1" configClasses (configfile >> "CfgWeapons")) apply {configName _x}; "getNumber (_x >> 'scope') >= 2 && {getNumber (_x >> 'type') in [256,16,2*256,3*256,6*256] && {_CfgWeapons pushBack (configName _x);false}}"configClasses (configFile >> "CfgMagazines"); _CfgGlasses = ("(!(getText( _x >> 'author' ) == 'The CUP Team')) && getNumber (_x >> 'scope') > 1" configClasses (configfile >> "CfgGlasses")) apply {configName _x}; _cfgArray_backpack = ("(!(getText( _x >> 'author' ) == 'The CUP Team')) && getNumber (_x >> 'isbackpack') isEqualTo 1 && getNumber (_x>> 'scope') >1 && getNumber (_x>> 'maximumLoad') != 0" configClasses (configfile >> "CfgVehicles")) apply {configName _x}; _Loot_case = "Load every Mod - No CUP Loot"; _Select_Loot_Loaded = true; }; or if you want to exclude completely the weapons for example : go to this line : //________________ To disable the weapons completely , you can delete for example the: _CfgWeapons ________________ GF_Auto_Loot_with_userconfig_cfgArray = _CfgWeapons + _CfgGlasses + _cfgArray_backpack;
  7. Compilation List of my GF Scripts - Mods by GEORGE FLOROS [GR] Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Below are the links and the download button , for every of my available GF Scripts . This list , will always be up to date. For anything that you might want , feel free to ask , if it's possible to do something for this , after all the arma series generally , has a good and helpfull community! Thank you Guys , for the whole support ! and off course . . . have FUN !
  8. Hello there to Everyone! I was searching , on how to disable the option for opening the backpacks of others. So for anyone interested , this is the code: The best solution so far is here thanks to Grumpy Old Man :
  9. GEORGE FLOROS GR

    GF Missions Script

    GF Missions Script by GEORGE FLOROS [GR] Description: GF Mission Script , configurable script. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Mission Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf and description.ext , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: This is a standalone Mission Pack , that will give more depth in a mission. It is working in every map. It will generate missions on random. This script is also including DAC Script version. ** CAUTION ** The player variable names , must start with : s_1 , s_2 and so on up to s_70. Otherwise , they must be defined in the DAC/DAC_Config_Creator.sqf Feel free everyone , to post your missions (scripted , MP compatible) in order to make this Misson Pack bigger ! Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Special Thanks to : Big thanks to Silola , for his unique DAC mod/script. DAC V3.1 (Dynamic-AI-Creator) https://forums.bohemia.net/forums/topic/167033-dac-v31-dynamic-ai-creator-released/ Changelog: v3.0 Several Fixes. v2.0 added a lot of available options, added the EOS Script, added a custom spawn system, added more missions, addded a time out option, the missions that must be spawn in the desired position, added safe areas, added addactions, added the new GF_Set_Custom_Loadout script, which is modified for this purpose, scripts for the spawned enemies will allow everyone to select from an array for the classnames for ex: RHS units , vehicles , etc excluded GF_Police_and_Siren script , and there are a lot of changes on the whole script. This version is completely reedited. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40207 Armaholic GF Missions Script Extra usefull information from the topic , will be added at the post below:
  10. GEORGE FLOROS GR

    Zombie Survival Course

    by GEORGE FLOROS [GR] Description: Survive - Loot and Clear the Areas. 31 Different Enemy Faction. Fight VS Zombies or NPCS.Supporting almost EVERY map (ArmA 1/2/3). Gameplay with a lot of options (MODULAR environment). Features: Respawn VCOM AI Psycho's aid system JIP compatible Game Mode selection 31 Different Enemy Faction Supporting almost EVERY map (ArmA 1/2/3) Long lasting Gameplay with a lot of options And much more Installation: Place the mission file in the MPmissions folder inside your Arma 3 installation. Your ArmA3 installation should be in yoursteamfolder/steamapps/common - Optional VCOMAI userconfig - The mission is using the VCOMAI . To use the extra settings see the Install Instructions of VCOMAI folder . Usage: Recommended and/or optional addons and mods to use with Zombie Survival Course: Heros Survive http://www.armaholic.com/page.php?id=31161 CUP Terrains Complete http://www.armaholic.com/page.php?id=30045 CUP Weapons http://www.armaholic.com/page.php?id=27489 CUP Units http://www.armaholic.com/page.php?id=29301 CUP Vehicles http://www.armaholic.com/page.php?id=29716 RHSUSAF http://www.armaholic.com/page.php?id=27149 RHSAFRF http://www.armaholic.com/page.php?id=27150 RHSGREF http://www.armaholic.com/page.php?id=30998 Operation: TREBUCHET http://www.armaholic.com/page.php?id=28614 Notes: It is supporting almost EVERY map ! (ArmA 1/2/3) , just by changing the name on the end of the mission name like : Zombie_Survival_Course.Stratis to : Zombie_Survival_Course.Tanoa 3 Game modes to choose A. Clear Area , ( Suggested for Zombies ) B. Clear Area + Destroy Communication tower ( Suggested for NPCS ) C. Capture + Hold Area ( Only for NPCS ) It is possible even to play with Virtual Arsenal available , if you enable it from the Extra Mission options . The Loot spawn system from Heros Survive is DISABLED . The Loot Script by BangaBob will be running instead + it works on any map . To Check + test the spawn of the items , there is also an option on the parameters , on the Loot Probability , to Enable Debug Weapon = 0 Magazines = 1 Items + Heros Survive items = 2 Vests = 3 Backpacks = 4 Heros Survive items = 5 2 extra pics to see the spawn of the items Select your desired Environment There is included in the selections , also Loot for , Community Upgrade Project [ CUP ] to activate it you must have the certain addon [ Weapons + Units + Vehicles] . For changes , go to the mission parameters . Your Selections may have effect on the performance , check more the parameters settings. If you want to enable the Heros Survive (SURVIVAL mode) , enable from the parameters and also you MUST have enable this addon , in order to play this mode! If the Survival mode is enabled , you will see on the right side the survival icons . Every time you are starting the mission , the starting position will be on random. If it stops generating objectives , then you should restart the mission. - Optional VCOMAI userconfig - The mission is using the VCOMAI . To use the extra settings see the Install Instructions of VCOMAI folder . Credits & Thanks: A3 Wounding System Script by [TcB]-Psycho- =BTC=_TK_punishment Script by BTC Giallustio TAW view Distance v1.4 Script by Tonic AI HALO Jump Script by cobra4v320 Heros Survive Scripts by heros Loot system Script by BangaBob Advanced Rappelling Script by Duda Advanced Urban Rappelling Script by Duda Advanced Towing - Script by Duda NRE Earplugs Script by NemesisRE VCOM AI Driving Script by Genesis92x Vcom AI 2.81 Script by Genesis92x Mag Repack Script by Outlawled Monsoon Script by aliascartoons Snow Storm Script by aliascartoons Real Weather by code34 Generic Dust Particles Script by Goon Generic Snowstorm Particles Script by Goon Situational Music Script by DemoCore Addon-Free Stat Save System [BETA] by Stealthstick/Zooloo75 Randomly generated roadside IED's by brians200 Engima's Civilians Script by Engima Engima's Traffic Script by Engima findSafePos Script by Joris-Jan van't Land taskPatrol Script by Joris-Jan van't Land Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.3 Added Headshot + Killfeed Script v2.0 Optimize Unit Spawn distance , for Roaming Selections Optimize for Suiside Bombers Spawn Minor fixes v2.2 Downgraded A3 Wounding System Script by [TcB]-Psycho- to 15102016 ,because of errors v2.1 Optimized Unit Spawn for Roaming Selections Updated A3 Wounding System Script by [TcB]-Psycho- to v24062017 Added Suiside Bombers (civilians) v2.0 added options for: Civilians , Vanilla / APEX or CUP Civilian traffic , Vanilla / APEX or CUP ( vehicles ) Ambient life , Vanilla ( animals ) Roaming ZOMBIES Roaming NPCS ,Vanilla / APEX / CUP / RHS Roaming NPCS vehicles ,Vanilla / APEX / CUP / RHS / TREBUCHET Weapon Jamming Vehicle Crew Display Killing Civilias feed AI chatter Ambient Radio Chatter BIS_sandstorm v1.2 Minor fix (error with Ryanzombies) v1.1 Fixed some issue with Zombies and Demons classnames Added compability with , Operation : TREBUCHET v1.0 - Zombies and Demons Forum topic: - BI forums - Armaholic forums Armaholic Zombie Survival Course v2.3
  11. GF Temperature Script - Mod by GEORGE FLOROS [GR] Description: GF Temperature Script - Mod , the values are based on real measures. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Temperature Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf , to copy paste in your mission. https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ ArmA 3 | Notepad ++ SQF tutorial https://www.youtube.com/watch?v=aI5P7gp3x90 and also use the extra pluggins (this way will be better , it will give also some certain colors to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: The Values are based on real measures and there are 4 different options according to the selected climate. 1 = Hot Desert Climate , 2 = Mediterranean Climate , 3 = Subarctic Climate , 4 = custom The changes are affected from : month time Sun Elevation overcastForecast fogForecast rain gusts Altidude Sea Deep Sea Depth The Temperature Variables are : GF_Temperature_Sum_Air GF_Temperature_Sum_Sea It is possible after the script initialisation , to use them in other scipts etc. This scipt will be used in the future , for other projects as well. It is also included a mod version , posible to unpack and edit. Credits and Thanks to : Big thanks to CarlGustaffa for his Sun elevation code. https://forums.bohemia.net/profile/742616-carlgustaffa/ Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40349 Armaholic GF Temperature Script - Mod
  12. GF Drop Loot Script by GEORGE FLOROS [GR] Description: GF Drop Loot Script , Enemies , will drop items or add to their inventory , when killed , configurable . You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Drop Loot Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included in the description.ext and initPlayerLocal.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: The Loot is configurable Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.0 Code optimization, added configurable items inside uniforms, added setting options and small additions inside the script, changed the name of all the scripts , starting now with GF . Version 1.0 - first release Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39889 Armaholic download GF Drop Loot script
  13. GEORGE FLOROS GR

    GF Cleanup Script

    GF Cleanup Script by GEORGE FLOROS [GR] Description: GF Cleanup Script , configurable script. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Cleanup Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Configurable Script. You can select to delete : Particlesource,Dead,Mines,Ruins,Craters, Dropped Items,Static Weapon,Empty Groups, Empty Vehicles,emptyDetector MP triggers. You can exclude certain objects , by adding in the init of the object , in the editor or include in the scripted spawn : this setVariable ["GF_Excude_from_cleanup",true]; It is possible to create an Exclude Zone , by creating a marker. There are already 5 created in the editor as a working example , that you can just copy paste them in your mission. Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v4.0 A lot of code is reedited , added option to exclude certain objects , by setting a variable, added option to create an Exclude Zone , by creating a marker, for more information check the Notes + see ex. mission. Code Performance and optimisation and minor fixes. v3.0 Code Performance and optimisation and minor fixes. v2.0 Added distance parameter added more options and minor changes. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39927 Armaholic download GF Cleanup Script
  14. GF Vegetation Replacement Script - Mod by GEORGE FLOROS [GR] Description: GF Vegetation Replacement Script - Mod , replace the vegetation with your desired. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Vegetation Replacement Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ ArmA 3 | Notepad ++ SQF tutorial https://www.youtube.com/watch?v=aI5P7gp3x90 and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF Vegetation Replacement Script - Mod , replace the map's vegetation with your desired. It is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.0 Added a distance check and blacklist zones Added more options v1.0 Recommended addons : CUP http://cup-arma3.org/ Eden Extended Objects by _SCAR http://www.armaholic.com/page.php?id=32497 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40372 Armaholic GF Vegetation Replacement Script - Mod
  15. GF Headshot + Killfeed Script by GEORGE FLOROS [GR] Description: Adding a notification , for Headshot + Killfeed , to spice it a little bit . You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Headshot + Killfeed Script , please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: It is 2 scripts , that you can use also seperate. It is possible , to select between 3 different type of notification , for both scripts. Working on Multiplayer + Spawned Units Display kills on global Credits & Thanks: For the Killfeed Script ,source used from : https://forums.bistudio.com/forums/topic/183541-creating-a-basic-kill-feed/ by kaysio Posted August 5, 2015 Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: Version 3.2 The Known issues : [There will be a headshot notification also for the ai , BUT only for the server Server Kills will not show on global on the left corner up ] are know fixed. Minor fixes . Version 3.1 Changed the name of all the scripts , starting now with GF . Version 3.0 Compatible with Ravage Mod The Kills will also show in Global in the chat and Left corner up with the weapon image The sounds of Headshot will display as 3D Added onPlayerKilled to have a notification Minor fixes Version 2.0 Refixed the codes Killfeed now working with every weaponry The Kills shows on global ( systemChat ) Headshot will not display more than once (dead or alive) Added 20 Headshot sounds Option for randomize the Headshot sound Version 1.0 Forum topic: - BI forums - Armaholic forums Armaholic GF Headshot + Killfeed Script
  16. GEORGE FLOROS GR

    GF Breath Script

    GF Breath Script by GEORGE FLOROS [GR] Description: GF Breath Script , breath particles , for Cold weather conditions. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Breath Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colors to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Breath particle , for Cold weather conditions. The particles will spawn according the fatigue. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.0 Fixed , the cycle of breathing particle , depending on fatique. Added an exclude headgear list. v1.1 Fixed , the particle was spawned ,on dead units v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40267&n=last#bottom Armaholic GF Breath Script
  17. GF Holster Script - Mod by GEORGE FLOROS [GR] With key interaction Description: GF Holster script , holster your weapon with a key interaction , configurable key bindings. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Holster script , please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Configurable key bindings and notification available. The key bindings can be found here: https://community.bistudio.com/wiki/DIK_KeyCodes Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: 2.0 Fixed working after save in SP + MP. There is also a Mod version available. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39896 Armaholic download GF Holster Script - Mod
  18. GF Auto Population Zombie Script - Mod by GEORGE FLOROS [GR] There will be a new update soon with a completly reworked code . Here is a temporary version : Description: GF Auto Population Zombie Script - Mod , will work automatically and populate every Map , with enemies on infinite. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Auto Population Zombie Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ ArmA 3 | Notepad ++ SQF tutorial https://www.youtube.com/watch?v=aI5P7gp3x90 and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF Auto Population Zombie Script - Mod , will work automatically and populate every Map , with enemies on infinite ,according the selected spawn distance and the max number of enemy. It is created with a concept of , players being in a hostile territory. The intention of this Script - Mod , is to be played alone or even boost your mission and enchase generally the game play. The Zombie spawn possible settings are , patrol , garrison and hunt players. There are arrays , for the Units used , in order to change them easy , to your faction desired enemies . The are presets for RyanZombie , Max Zombies and Ravage mod. There is no editing needed in the 3d editor with markes , triggers etc. It's created in mind , to be as configurable as possible , easy to read , use and edit. There is a dynamic unit spawn and despawn depended on maximum number of enemies and distance. There are options about the spawn positions of the units. There are Safe distances and Blacklist Zones , from players and spawned units . Everything will be total random , according the selected options and the spawn settings. There is a Script and a Mod version available. The Mod version , is using a userconfig , to set your desired settings. For the Mod version : userconfig Installation : Place the "userconfig" folder into your Arma 3 main folder. You may already have "userconfig" folder from other addons and/or mods in which case it is safe to merge the contents from this archive. There are also incuded 2 scipts: GF Auto Random Loadout Script -Mod https://forums.bohemia.net/forums/topic/220873-gf-auto-random-loadout-script/ GF Units Map Markers and Symbols Script - Mod https://forums.bohemia.net/forums/topic/219763-gf-units-map-markers-and-symbols-script/ DO NOT use with : ZBE_Cache AI & Vehicle caching script/addon Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Recommended and/or optional addons and mods to use with : Ravage http://www.armaholic.com/page.php?id=29638 Zombies and Demons http://www.armaholic.com/page.php?id=28958 Max Zombies http://www.armaholic.com/page.php?id=33696 more info in : Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40392 Armaholic GF Auto Population Zombie Script - Mod
  19. GEORGE FLOROS GR

    Scripts Discussion

    Scripts Discussion Information : Feel free to share and discuss , about Scripts used alongside Ravage Mod. For anyone who has interest on scripting : I also suggest to follow , the BIS Forum Members below , who really help and share their work and knowledge : # the list is off course on random. https://forums.bohemia.net/profile/900806-pierremgi/ https://forums.bohemia.net/profile/770615-larrow/ https://forums.bohemia.net/profile/832107-grumpy-old-man/ https://forums.bohemia.net/profile/773718-hazj/ https://forums.bohemia.net/profile/842941-davidoss/ https://forums.bohemia.net/profile/906542-schatten/ https://forums.bohemia.net/profile/759255-mrcurry/ https://forums.bohemia.net/profile/792430-dedmen/ I thank personally and public , this members , for everything so far. An updated List will be available here : List : 1.GF Unit Spawner Script
  20. GF Ambient Environment Winter Script- Mod by GEORGE FLOROS [GR] Description: GF Ambient Environment Winter Script , create your desired Environment. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Ambient Environment Winter Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , initPlayerlocal.sqf and the Description.ext , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colors to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Create your desired , Ambient Environment. This is a compilation of scripts and it is also including , the GF Ambient Environment Winter Script. The included Scripts are : GF Breath Script GF ColorCorrections Script GF Fog Script GF Weather Script GF Ambient Environment Winter Script The GF Ambient Environment Winter Script includes , a snow script and ambient sounds, for animals , birds for day and night , man sounds , forest SFX , wind blowing sfx and weather sound according to forecast. The available options can be edited in GF_AEW_init.sqf It is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.2 GF_Breath Script Updated. v1.1 GF_Breath Script Updated. GF_Fog Script Updated. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40268&n=last#bottom Armaholic GF Ambient Environment Winter Script- Mod
  21. GF Auto Population Script - Mod by GEORGE FLOROS [GR] Description: GF Auto Population Script - Mod , will work automatically and populate every Map and Water Maps as well , with enemies on infinite. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Auto Population Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ ArmA 3 | Notepad ++ SQF tutorial https://www.youtube.com/watch?v=aI5P7gp3x90 and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF Auto Population Script - Mod , will work automatically and populate every Map and Water Maps as well , with enemies on infinite , according the selected spawn distance and the max number of enemy. It is created with a concept of , players being in a hostile territory. The intention of this Script - Mod , is to be played alone or even boost your mission and enchase generally the game play. There is a variety , over 75 different spawn possible settings , from spawning a single unit , transported infantry with land vehicles and helicopters , attacking planes , speed boats patroling , divers and every kind of spawn possibillity , except UAV and drones. There are arrays , for the Units used , where everything is sorted from every possible type and usage of infantry and vehicles, in order to change them easy , to your faction desired enemies , like CUP and RHS or Custom etc. There is no editing needed in the 3d editor with markes , triggers etc. It's created in mind , to be as configurable as possible , easy to read , use and edit. There is a dynamic unit spawn and despawn depended on maximum number of enemies and distance. There are options about the spawn positions of the units. There are Safe distances and Blacklist Zones , from players and spawned units . Everything will be total random , according the selected options and the spawn settings. Get prepared for anything , because the enemy will defend and attack , patrol , reckon , garrison for the infantry and the same , for all the type of vehicles units as well. There is a Script and a Mod version available. The Mod version , is using a userconfig , to set your desired settings. For the Script version : To adjust the settings : GF_Auto_Population_Settings.sqf and for the spawn types : GF_Auto_Population_Spawn_Settings.sqf For the Mod version : userconfig Installation : Place the "userconfig" folder into your Arma 3 main folder. You may already have "userconfig" folder from other addons and/or mods in which case it is safe to merge the contents from this archive. There are also incuded 2 scipts: GF Auto Random Loadout Script -Mod https://forums.bohemia.net/forums/topic/220873-gf-auto-random-loadout-script/ GF Units Map Markers and Symbols Script - Mod https://forums.bohemia.net/forums/topic/219763-gf-units-map-markers-and-symbols-script/ DO NOT use with : ZBE_Cache AI and Vehicle caching script/addon Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.2 Fixes for : the Position scripts , Spawn settings and the Location settings , Enemy spawn scripts and minor fixes. Changes on the Mod Userconfig files and Settings. Code optimization. v2.1 Fixed the Userconfig settings for the Mod version. v2.0 Fixed working in SP. Dynamic simulation is available to save the FPS and increase , also the max spawn unit number. Uavs , Drones and Ugvs spawn, is now available. A lot of code fixes and code optimization. Added some extra settings. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40381 Armaholic GF Auto Population Script - Mod Informations :
  22. GF Cargo Airdrops Script by GEORGE FLOROS [GR] Description: Spawn Cargo Airdrops, including configurable loot and it can be a random or supply drop , of any kind of item - vehicle. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Cargo Airdrops Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: The Airdrops can be spawn , on certain locations or random. It can be used for a supply Airdrop. You can select the number of Airdrops to spawn. The type of Cargo can be anyting , item or vehicle. The type of loot of this item , is configurable. It is possible to adapt this script easy , by your own needs. Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Special thanks to : zagor64bz https://forums.bohemia.net/profile/805186-zagor64bz/ lordfrith https://forums.bohemia.net/profile/1079222-lordfrith/ Changelog: v 4.0 Code and fix optimization. added a mod version. v3.1 Code and fix optimization. Fixed an error: the plane sound now works in all clients. v3.0 added option for : show the Airdrop position with a marker, random loot, minor changes. v2.0 added a modified Script by zagor64bz and lordfrith , GF_Cargo_Airdrops_ZAG_LORD , added a modified Script for requested Airdrops, added an option , for spawning groups , that try to find and secure the dropped Cargo , added some options and small additions inside the scripts , changed the name of all the scripts , starting now with GF . v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39846 Armaholic download GF Cargo Airdrops Script
  23. GF Building Replacement Script - Mod by GEORGE FLOROS [GR] Description: GF Building Replacement Script - Mod , replace the buildings with your desired. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Building Replacement Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ ArmA 3 | Notepad ++ SQF tutorial https://www.youtube.com/watch?v=aI5P7gp3x90 and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF Building Replacement Script - Mod , replace the map's buildings with your desired. It is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v2.0 Added a distance check and blacklist zones Added more options v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40364 Armaholic GF Building Replacement Script - Mod
  24. GEORGE FLOROS GR

    Compilation List of my GF Scripts - Mods

    So far everything is going good and i really wish everything to stop there. Every problem in our life if it has an end or can be solved , it's fine as long as everyone can handle it. There is always something to learn and become a better person. I just wanted to share it here and say to everyone to take care themselves as they can , after all we only live once. I'm really happy with everything so far in my life and it's good to be able to carry on without having bad thoughts etc. Life is good and after all we are still fine and being a parent is great ! Thank you @Gunter Severloh from my heart , take care of you and your family. Thanks again everyone !
  25. GF ALIAS Anomaly Spawner Script by GEORGE FLOROS [GR] Description: GF ALIAS Anomaly Spawner Script , is a configurable spawner for ALIAS Anomaly Scripts. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF ALIAS Anomaly Spawner Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ ArmA 3 | Notepad ++ SQF tutorial https://www.youtube.com/watch?v=aI5P7gp3x90 and also use the extra pluggins (this way will be better , it will give also some certain colors to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF ALIAS Anomaly Spawner Script , is a configurable spawner for ALIAS Anomaly Scripts. I was asked several times on how to spawn them automatically , without any editing in the 3D editor and create multiple spawns. This is why i created this spawner : The scripts of ALIAS are NOT included ! This Spawner Script is supporting the following : Burper Farty Flamer Screamer Smuggler Sparky Steamer Strigoi Worm Everything in the description.ext , is ready to use with these scripts. There are settings for : Debug Max Number of the spawned scripts Blacklist Zone distance Safe distance spawn from players Select ( scripts ) The spawner will work automatically , without need of placing Markers in the 3Deditor. The spawn position will be random. #CAUTION : Inside the Description.ext , the initServer.sqf and the initplayerlocal.sqf , there are extra codes for Farty and Flamer Scripts. If they are not in use , they must be deleted. Credits and Thanks to : #SPECIAL THANKS TO ALIAS ! He was my motivation to start scripting. I'm following him all these years and for me , it's a unique person. The least that i can say is , thank you ALIAS for everything ! Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40409 Armaholic GF ALIAS Anomaly Spawner Script Thank you very much ALIAS for everything ! PS : You are the Greatest !!! I have told you and you know that !
×