-
Content Count
2658 -
Joined
-
Last visited
-
Medals
Everything posted by demonized
-
Stuck on Receiving Data with ACE 1.6
demonized replied to Joker91's topic in ARMA 2 & OA - TROUBLESHOOTING
that happened to me awhile ago, our server was using an earlyer version of CBA and i had the newest version. maybe you have old or newer version CBA than the server you are trying to join? -
here is BI how to guide on using editor: http://community.bistudio.com/wiki/ArmA:_Mission_Editor As gunther said, you can make it as complex or easy as you want.
-
Downloaded CO from Sprocket, ArmA II not working
demonized replied to The Hebrew Hammer's topic in ARMA 2 & OA - GENERAL
when you installed A2 in program files > BHI > ArmA 2 then set that exact same path for OA install, it doesnt overide anything from a2, both a2 and OA exe should be in same folder when youre done. -
ATTN NOOBIES! - New to ArmA II or OA - Here's the place for your questions
demonized replied to wraith_v's topic in ARMA 2 & OA - GENERAL
press singleplayer editor then make missions to your hearths content. here is BI how to guide on editor: http://community.bistudio.com/wiki/ArmA:_Mission_Editor -
Cargo space.
demonized replied to Peterprice's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
create your script and in it have a while {alive truck} do {fill all ammo scripts}; sleep 180; // or how many seconds you want inbetween each fillup run script from vehicle init -
yes you have to uninstall and reinstall, dont worry all your mods will still be there if you have any. uninstall all then install: 1: arma2 then run it once and enter a mission and save. 2: install OA in same folder as arma2 then run it once and enter a mission and save(probably not needed, but i do it just incase) 3: install your dlcs if you have any (not mods) 4: run patch 1.56
-
remove cursor,hold player in cargo (no eject or get out)
demonized replied to bronson's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
For not able to get out, simply lock vehicle in editor or via scripts. For cursor, i think veteran skill does it, i dont know how to force cursor off. -
GeneralCarver Vehicle Flip Script
demonized replied to GeneralCarver's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you this is always useful to have in a mission. Is this a new version or a new release of same version? -
AH-64D Apache targeting Not working
demonized replied to SpecterM's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
ive experienced similar on domination. Was flying and shooting manually, then land and other player gets in as gunner while still on manual fire and hellfires behaves as hydras, lock works but missiles just go straight. ofc switched manual off but same problem -
clever. Id rather have my car with only left turnlights than have it with 24 hour delay on AAA and instruction manual on russian. Edit: I was referring to that issue with battle eye or whatever its called kicking steam users.
-
UPSMON - Urban Patrol Script Mon
demonized replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
open init_UPSMON.sqf and in top there is this line: KRON_UPS_Debug = 1; set that to 0 instead of 1 to turn of debug messages. also you should change those three markers color red and blue for flanking etc to empty markers. -
how to count how many GROUPS in a area?
demonized replied to demonized's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
tnx will try that right now. Edit: works nicely thank you. Edit2: above works fine, but when i try using local variable _enemygroups instead of global enemygroups it returns 0, any idea why? when using no space inbetween it returns 0 if using _enemygroups, adding a space like here woked fine. _enemygroups=[]; {if (side _x==east and _x in list areatrigger and !(group _x in _enemygroups)) then {_enemygroups = _enemygroups+[group _x]}} forEach allUnits; _nu = count _enemygroups; hint format["%1",_nu]; -
how to count how many GROUPS in a area?
demonized posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
is there a way i can count amount of groups not units inside a area? Example i have 3 groups of takis spawned with BIS_fnc_spawngroup and they are guarding an area, is there a way i can count amount of groups without knowing their group names? groupnames are _locallgrpname in spawn script. -
how to count how many GROUPS in a area?
demonized replied to demonized's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
_trigger = _this select 0; // trigger east present repeated. _allUnits = []; // ready array for units. _allgroups = []; // ready array for groups. _allUnits = _allUnits + _this; // add all units in trigger to array. while {count _allUnits > 0} do { _unit = _this select 0; _group = group _unit; if (_group in _allgroups) then { _allUnits = _allUnits - _unit; hint "not adding already in there"; } else { _allUnits = _allUnits - _unit; _allgroups = _allgroups + _group; }; }; _amountgrps = count _allgroups; hint format["%1",_allgroups]; // this is the amount of groups inside trigger. maybe this will work?? -
Dynamic Helo extractions
demonized replied to fasterthanlight's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
try putting rescue1 in description in unit window... -
Downloaded CO from Sprocket, ArmA II not working
demonized replied to The Hebrew Hammer's topic in ARMA 2 & OA - GENERAL
first off, ive bought A2 and OA separatly but i asume CO is just the 2 in one download. How to install asuming there is seperate setup.exe for A2 and OA. 1: install A2 and run a mission and save ingame(this to add the reg keys to PC) 2: install OA and run and save again. 3: install any dlc you have BAF, PMC no mods yet. 4: update to 1.56 and run game save it again. 5: install all your mods, zeus, CBA ACE etc etc.. make sure to install OA in same folder as A2 else patching will not work correctly. -
Cargo space.
demonized replied to Peterprice's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
why you would want 1000 units of anything in a vehicle is beyond me, but you can create a trigger wich is set on repeated every 5 mins or whatever and run the script you used to fill up car from there. Then it will always have 50 guns wich is restocked every 5 mins or whatever. -
WarFX : Blastcore
demonized replied to Opticalsnare's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
You should get OA asap. -
So many clans, such little acitivity
demonized replied to PsychoPigeon's topic in ARMA 2 & OA - GENERAL
1Para and 3Para servers are really well run servers, with lots of active members, dont forget its holidays now and players might be occupied with familiy shit. -
MultiDiscussion : TES5: Skyrim, BattleField 3, COD, R6 etc.
demonized replied to Second's topic in OFFTOPIC - Games & Gaming
hmmm. i suddenly got the urge to fire up oblivion again on the console. I agree that when it comes to experience morrowind was slightly better, but the graphics was simply awsome when i first got oblivion, i cant seem to pick a clear favourite, when i remember back i felt like morrowind was a bigger more diverse landscape where oblivion was one single big forest landscape, ofc with hills and graslands. Will deffinetly look out for more bethesda stuff. -
Setting Vehicles Side
demonized replied to ker8er0s's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hehe i remember that on evolution in arma 1. thats what gave me the final push to use vent and ts. -
In my ParaReinforce script i land helis on LZ in hot zone while under fire even when in stealth or combat or aware mode. Use this in transport unload waypoints for landing when not in careless and enemys shooting: heliname land "GET OUT"; {if (_x in heliname) then {unassignvehicle _x; dogetout _x;}} foreach units patrolgroup; It will land keep engines on, dismount all passengers and move away when done. all whilst its being shoot at, beware blackhawk gunners may accidently spray unloading passengers when defending th heli.
-
Breaking a Patrol Waypoint Cycle
demonized replied to ChrisDRob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
assign a trigger with switch synchronised to cycle waypoint, and have other waypoints after cycle. wpa ------------------- wpb wpcycle, when switch trigger is set on this patrol will go to wpc. wpc -
Some things about AH (weapons, AI..)
demonized replied to dragon zen's topic in ARMA 2 & OA - SUGGESTIONS
for flying heights put this in ah init line for 30m, not the pilot: this flyinheight 30 patch 1.56 have serious issues with AI flying due to bug, this is fixed in newest available beta. -
Enable/Change High Command commander after respawn ?
demonized replied to laggy's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Anyhow, maybe try researching into scripting triggers and find out how you can sync a script created trigger to a unit and then try using that on high command module whenever player dies... Imagine high commmand module being a trigger maybe it will work.