-
Content Count
4230 -
Joined
-
Last visited
-
Medals
Everything posted by GEORGE FLOROS GR
-
Zombie Survival Course
GEORGE FLOROS GR replied to GEORGE FLOROS GR's topic in ARMA 3 - USER MISSIONS
Unfortunatelly no , because both updates were on the same date . So it is still the version-15102016 . But i 'll include this in the next update : A3 Wounding System - AIS Revive by [TcB]-Psycho- v24062017 -
Zombie Survival Course
GEORGE FLOROS GR replied to GEORGE FLOROS GR's topic in ARMA 3 - USER MISSIONS
Updated to version 2.0 Armaholic Zombie Survival Course v2.0 -
AI Jets crashing a lot
GEORGE FLOROS GR replied to nerexis's topic in ARMA 3 - MISSION EDITING & SCRIPTING
if you are in the editor you can put this in the init of the air vehicle this flyInHeight 200; or else see this as example : ( you need to modify if you want to use ) /* @filename: aoReinforcementJet.sqf Author: Quiksilver Last modified: 26/10/2014 ArmA 1.32 by Quiksilver Description: Spawn an enemy CAS jet ______________________________________________________*/ private ["_aoPos","_spawnPos","_jetSelect","_casArray","_jetLimit","_jetPilot","_jetActual","_new"]; _casArray = ["O_Plane_CAS_02_F","I_Plane_Fighter_03_AA_F"]; _jetLimit = 2; _new = FALSE; if ((count enemyCasArray) < _jetLimit) then { if ((count enemyCasArray) < 1) then {_new = TRUE;} else {_new = FALSE;}; _spawnPos = [(random 30000),(random 30000),3000]; _aoPos = getMarkerPos currentAO; if (isNull enemyCasGroup) then {enemyCasGroup = createGroup INDEPENDENT;}; _jetPilot = enemyCasGroup createUnit ["I_C_Pilot_F",[0,0,(1000 + (random 1000))],[],0,"NONE"]; _jetSelect = _casArray select (floor (random (count _casArray))); _jetActual = createVehicle [_jetSelect,_spawnPos,[],0,"NONE"]; waitUntil {!isNull _jetActual}; _jetActual engineOn TRUE; _jetActual allowCrewInImmobile TRUE; _jetActual flyInHeight 1000; _jetActual lock 2; _jetPilot assignAsDriver _jetActual; _jetPilot moveInDriver _jetActual; if (_new) then {_jetPilot setRank "COLONEL";} else {_jetPilot setRank "MAJOR";}; enemyCasGroup setCombatMode "RED"; enemyCasGroup setBehaviour "COMBAT"; enemyCasGroup setSpeedMode "FULL"; [(units enemyCasGroup)] call QS_fnc_setSkill4; [enemyCasGroup,_aoPos] call BIS_fnc_taskAttack; 0 = enemyCasArray pushBack _jetActual; [_jetActual,_jetPilot] spawn { private ["_jetActual","_jetPos","_targetList"]; _jetActual = _this select 0; _jetPilot = _this select 1; showNotification = ["EnemyJet","Enemy jet approaching!"]; publicVariable "showNotification"; while {(alive _jetActual)} do { _jetActual setVehicleAmmo 1; _jetActual flyInHeight (300 + (random 850)); _jetPos = getPosATL _jetActual; _targetList = _jetPos nearEntities [["Air"],7500]; {enemyCasGroup reveal [_x,4];} count _targetList; sleep 60; }; showNotification = ["EnemyJetDown","Enemy CAS is down. Well Done!"]; publicVariable "showNotification"; enemyCasArray = enemyCasArray - [_jetActual]; sleep 30; if (!isNull _jetActual) then {deleteVehicle _jetActual;}; if (!isNull _jetPilot) then {deleteVehicle _jetPilot;}; }; }; -
AI Jets crashing a lot
GEORGE FLOROS GR replied to nerexis's topic in ARMA 3 - MISSION EDITING & SCRIPTING
do they spawn with a script or you have include the planes with the editor? -
Prei Khmaoch Luong
GEORGE FLOROS GR replied to bludski's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Nice ! keep up the good work! Congratulations! -
BloodLust (Version 2022.04.13)
GEORGE FLOROS GR replied to zooloo75's topic in ARMA 3 - ADDONS & MODS: COMPLETE
It's defenetelly missing from the game , since it 's a military one! Just , GOOD STUFF ! congratulations ! -
revive A3 Wounding System (AIS by Psycho)
GEORGE FLOROS GR replied to Psychobastard's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is it possible on the next updade to include the broken legs possibility , so not to be 100% , maybe to include also an option , like the previous versions ? * tcb_ais_allways_walk = false; // If set to true, the units are always able to walk/run. False means broken legs are possible (Vanilla). * I like to have the agony bleeding state and still be able to play but to be more difficult , rather than just have an unconscious mode. There must be also the crawlling part , but when i have my legs broke , not just by getting shot. Thanks again for everything , i just wanted to express my opinion .- 914 replies
-
- 1
-
revive A3 Wounding System (AIS by Psycho)
GEORGE FLOROS GR replied to Psychobastard's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the update! From the time i started playing arma , it's the only revive script that i like so far! Congratulations again .- 914 replies
-
- 2
-
Zombie Survival Course
GEORGE FLOROS GR replied to GEORGE FLOROS GR's topic in ARMA 3 - USER MISSIONS
Updated to version 2.0 Changelog: version 2.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 in progress -
Zombie Survival Course
GEORGE FLOROS GR replied to GEORGE FLOROS GR's topic in ARMA 3 - USER MISSIONS
On the next update : Civilians + vehicles Roaming Enemies infantry + vehicles -
Raptors, Zombies and more!
GEORGE FLOROS GR replied to bad benson's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thats a lot of good , new stuff.! So we will be waiting for , thanks for replying! -
I 'll do soon , keep up the good work!
-
obe OBE (OneButtonEnhancement)
GEORGE FLOROS GR replied to dscha's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice a v a t a r , by the way . (for real) Really unique! -
Zombie Survival Course
GEORGE FLOROS GR replied to GEORGE FLOROS GR's topic in ARMA 3 - USER MISSIONS
Known Issues ( so far ! ) A3 Wounding System by [TcB]-Psycho- version-15102016 In this mission i 'm using the ais injury script and generally it's my favourite revive script from the time i started playing arma , so i 'm using this for a long time , BUT , there is a buggy behaviour on respawning without a scroll menu. When it happens , if you click to respawn again ,then it's working again ,back to normal. I have seen this problem with ais , from the whole time . With the Zombies and demons is not that compatible , almost not at all ! , it is working for the NPCS and for whatever else injury . TIP: If you are on bleeding mode and cannot move , then if you press C or if you had equip when you where hit an AT launcher , also if you press 1,2,3 maybe you will be able to stand up and walk . -
obe OBE (OneButtonEnhancement)
GEORGE FLOROS GR replied to dscha's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I 'm using the latest version of ais though -
obe OBE (OneButtonEnhancement)
GEORGE FLOROS GR replied to dscha's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Ok so far , i checked in my whole mission files ( Zombie Survival Course ) if in any case is somewhere used : removeAllMissionEventHandlers https://community.bistudio.com/wiki/removeAllMissionEventHandlers but there isn't . What i was thinking about: In this mission i 'm using the ais injury script and generally it's my favourite revive script from the time i started playing arma , so i 'm using this for a long time , BUT , there is a buggy behaviour on respawning without a scroll menu. When it happens , if you click to respawn again ,then it's working again ,back to normal. I have seen this problem with ais , from the whole time . So might be just that happend , or else , if there is any other addon interfering ( ace maybe )? If you want from me to check anything more , please tell me so to know also. -
scripting a kill feed like battlefield
GEORGE FLOROS GR replied to Mondetta's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Check here : -
Vcom AI V2.0 - AI Overhaul
GEORGE FLOROS GR replied to genesis92x's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Just NEEDED.! I use this in my mission , zombie survival course . Congratulation keep up the good work! -
scripting a kill feed like battlefield
GEORGE FLOROS GR replied to Mondetta's topic in ARMA 3 - MISSION EDITING & SCRIPTING
If you like i got a kill feed running in my mission if you want to check , it will give you a sidechat info -
hi my names faded and im trying to get a killfeed script to work
GEORGE FLOROS GR replied to Mondetta's topic in ARMA 3 - MISSION EDITING & SCRIPTING
If you like i got a kill feed running in my mission if you want to check , it will give you a sidechat info -
obe OBE (OneButtonEnhancement)
GEORGE FLOROS GR replied to dscha's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice one ! it was actually needed this interaction! & as far I was testing the mission with the OBE was ok , by the way i 'll check about it . Zombie Survival Course mission -
It' s a very nice mission and in my opinion , actually the best so far in PR Fata ! Unique enviroment .
-
Raptors, Zombies and more!
GEORGE FLOROS GR replied to bad benson's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hello there nice work ! , it's needed this variety in arma . I would like to ask , is it possible to use the Raptors without the module? Because , however i spawn the Raptors , they will not engage the enemies . Is there a way ( scripting this ) or am i missing something? Thanks a lot ! -
GF Custom Deathscreen Script
GEORGE FLOROS GR replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
SPOILER * 15+ SPOILER * 15+ If in any case there is a problem with the pics , tell me to delete them or whatever .- 17 replies
-
- 1
-
- deathscreen
- sound
-
(and 8 more)
Tagged with:
-
Arma 3 COOP Zombie type mission?
GEORGE FLOROS GR replied to alexharvey52's topic in ARMA 3 - USER MISSIONS
To connect that two similar topic , for anyone who makes a seach on that kind of gameplay :