barbolani
Member-
Content Count
1197 -
Joined
-
Last visited
-
Medals
Everything posted by barbolani
-
I'm at the office, but check my mission (signature), un pbo it and tkae it from init.sqf, I asume that is the intro you are searching for.
-
2 bis_fnc_spawnvehicle asks
barbolani replied to clawhammer's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Create the heli with troops in it? or you mean in game spawning, mounting, riding and unloading? -
UPSMON Updated to ArmaIII
barbolani replied to cool=azroul13's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Cool, the latest versión, when debug disabled, shows on the begining of the mission a sideChat of a bunch of numbers, donno what they are... -
How to disable street lights?
barbolani replied to roguetrooper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks man, the finest way in the scene -
addEventHandler "Fired" & chemlight
barbolani replied to barbolani's topic in ARMA 3 - MISSION EDITING & SCRIPTING
OMG Thanks man. In a thousand years I wouldn't noticed.... Caused by copy / pasting from COMREF (I'm a lazy bastard) Thanks! -
addEventHandler "Fired" & chemlight
barbolani posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello scripting gurus... Help! On init of player: this addEventHandler ["fired", {_this exec "evacuacion.sqf"}] Script: _magazine = _this select 5; _chemlight = _this select 6; if ( _magazine == "Chemlight_green" ) then {hint "chemlight!"} else {hint "no chemlight"}; No hint appears! If I place a hint format ["magazine fired %1",_magazine] it shows the magazine perfectly.... I'm lost... I want this for a confirmation to AI chopper about where to land (créate an invisible helipad and so on) -
I dont know how to create modules with a command, but I see two possible solutions: - Move the module to a far far away part of the map when the trigger activates (just setPos the module whenever / wherever you want). - Delete the module when trigger activates and create a new module onDeact of the trigger.
-
Tracers: Deleting them with deletevehicle works? Regarding alarm, I supose you are doing it via effects section of a trigger. Deleting the trigger should also work....
-
UPSMON Updated to ArmaIII
barbolani replied to cool=azroul13's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Tested, runs better. But still can't see randomup working except 3 units of the group, and not in the roof. And AI still doesen't seem to use the highest building pos I'm using it on an "Unfinished Complex" (the one north from Kavala), in a group of 15 units (if I split it on more groups the tend to try to ocuppy the same building pos) -
Creating an Alert System with Detected By
barbolani replied to IndeedPete's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The way I do it is adding a FIRED eventHandler to simulate this. If the AI spots you but does not have time enough to fire to you, then the alarm is not fired. -
Try pmclevel = 0 instead of pmclevel == 0 Also, when I setpos things I use gamelogics, setPos position gamelogic or similar....
-
Make AI Stay in Place and Rotate
barbolani replied to Kydoimos's topic in ARMA 3 - MISSION EDITING & SCRIPTING
No, they won't rotate since Arma 3, check the wiki -
UPSMON Updated to ArmaIII
barbolani replied to cool=azroul13's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'll check it out ASAP -
Having enmimies avoid mines placed in there locations
barbolani replied to jcae2798's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Even if the AI detects the mines, they ignore them, and die.... Making a script which reveals mines (more or less tricky) and makes an engineer to disable them is half easy if the minefield is not very populated. If you want the AI to avoid and circle a mine placed on any place of the map, that's beyond my knowledge, but does not seem posible or at least in an effective way. -
city fighting and performance
barbolani replied to smacker909's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Maybe I am saying nosense, but my experience with my shit-PC is disabling shadows is making the game much more fluent in those cases (and forests too). It is the most fps-eater parameter, at least on the basic levels. And honestly, shadows are not a must.... -
UPSMON Updated to ArmaIII
barbolani replied to cool=azroul13's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello Cool. Just an issue I found. In stealth missions, where you want the AI on safe mode, they tend to walk with the weapon raised, not down. My misión is with FIA soldiers grouped to a 0% OPFOR leader (simulate OPFOR militia) and the init is on the effective leader (a FIA guy), maybe it's because of this. I solved it iniztializating UPSMON in a nearby created Advance waypoint to each group, so they start walking on SAFE, and when they reach the waypoint, UPSMON starts. But maybe something is happening... Another: Building positions, "Fortify" tends to put all units in the ground level building pos. "Nomove" makes them sometimes (very few) go to other building parts, but definetly it is not working on floors, RAndomUP makes nothing.... Anyway thanks for your effort. -
Easier tan that: http://community.bistudio.com/wiki/isWalking
-
I'm afraid you have not tried the script, nor the mission. Both work perfectly, around 60 men jumping from 3 choppers at a time. If I'm wrong, please do not hesitate to send you mission file and I'll check it out. Beerkan script also works, but I like mine because you dont need to declare the group.
-
Uhm, maybe something has changed in the last update. I am not at home, so I cannot recheck my misión right now, but if you are able, try it, it´s on my signature, and should work.
-
Custom sound not playing at the proper volume inside a vehicle
barbolani replied to sic-disaster's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You mean game sounds, like shooting for example? -
Mission Dependency on AI == AWFUL User Experience
barbolani replied to ssimmons's topic in ARMA 3 - OFFICIAL MISSIONS
Reading this is making me thinking we are playing a different game. AI friendlies for me are being more or less useful as allways (maybe, as I shoot like shit, even the AI seems good to me). Regarding the "auto combat mode" issue, while is frustrating sometimes, I must say in some cases of mission design saves a lot of time to make the AI less suicide than other BIS editions. -
This Works in my mission: _vehicle = _this select 0; _list = assignedCargo _vehicle; { unAssignVehicle _x; _x allowDamage false; moveOut _x; sleep 0.35; _chute = createVehicle ["NonSteerable_Parachute_F", (getPos _x), [], 0, "NONE"]; _chute setPos (getPos _x); _x moveinDriver _chute; _x allowDamage true; sleep 0.5; } forEach _list;
-
Custom sound not playing at the proper volume inside a vehicle
barbolani replied to sic-disaster's topic in ARMA 3 - MISSION EDITING & SCRIPTING
playSound ["SoundName", true]; -
setfriend no longer works (how to get OPFOR to attack civilians)
barbolani replied to doubledizz's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You may edit the script part when the civvies are created, and put another line joining them with the enemy unit you placed in map... This will make all the civvies created enemy to whatever faction you need from the begining. If you wan't to do this from certain point, then maybe a solution name that enemy with zero condition (let's say "enemigo"), place a trigger covering the whole area, selecting the civilians present, the condition you want, and on Act put something like: civvies = thislist; {[_x] joinSilent enemigo} forEach civvies Not tested... -
Make unit follow group
barbolani replied to kocrachon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
something like: while {alive _follower} do {_follower doMove position (leader _grp); sleep 5; } _grp being the group you want to be lead the unit Should work?