-
Content Count
123 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by soldat_ryan
-
[coop 10] [NGBC]Island Conquest - D4
soldat_ryan replied to soldat_ryan's topic in ARMA 3 - USER MISSIONS
Hi ck-claw, Well, if your guys don't like the revive system (i can understand that), feel free to do not use it. When you are dead, just use respawn and ignore revive indications. No ? -
[coop 10] [NGBC]Island Conquest - D4
soldat_ryan replied to soldat_ryan's topic in ARMA 3 - USER MISSIONS
Mission updated (links updated) -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
soldat_ryan replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
It seems, Gametracker solved the problem : http://www.gametracker.com/forums/forum.php?site=1&post=342459#post342472 If you switched arma3 to arma2 type, you can switch back. :) -
[coop 10] [NGBC]Island Conquest - D4
soldat_ryan replied to soldat_ryan's topic in ARMA 3 - USER MISSIONS
Mission updated (V1.4) Check changelog on 1st post. -
Evac by smoke not working help needed please
soldat_ryan replied to =WKV= Blackwatch's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you cobra !! :cool: Other noob question :) : There is a way to spawn 2 or 3 helicopters because i need more than 10 places and i would like to keep AH9, or it is automatic (depending of number of players in game) :confused: -
Evac by smoke not working help needed please
soldat_ryan replied to =WKV= Blackwatch's topic in ARMA 3 - MISSION EDITING & SCRIPTING
HI, Something not working for me. I m using this script in extraction.sqf /* File: extraction.sqf Author: cobra4v320 */ if (!isServer || isDedicated) exitWith {}; hint "Extraction helicopter inbound"; _side = side player; private ["_startPos","_endPos","_direction"]; _startPos = MarkerPos "heliSpawnMrk"; _endPos = MarkerPos "extractMrk"; _direction = [_startPos, _endPos ] call BIS_fnc_dirTo; private ["_helisv","_heli","_heliGroup","_dir"]; switch (_side) do { case blufor:{ _helisv = [_startPos, _direction, "B_Heli_Light_01_F", blufor] call BIS_fnc_spawnVehicle; _heli = _helisv select 0; _heliGroup = _helisv select 2; _dir = direction _heli; _heli setVelocity [sin(_dir)*60,cos(_dir)*60,0]; {_x disableAI "AUTOTARGET"; _x disableAI "TARGET"; _x allowFleeing 0} forEach (units _heliGroup); }; case opfor:{ _helisv = [_startPos, _direction, "O_Heli_Light_02_unarmed_F", opfor] call BIS_fnc_spawnVehicle; _heli = _helisv select 0; _heliGroup = _helisv select 2; _dir = direction _heli; _heli setVelocity [sin(_dir)*60,cos(_dir)*60,0]; {_x disableAI "AUTOTARGET"; _x disableAI "TARGET"; _x allowFleeing 0} forEach (units _heliGroup); }; case independent:{ _helisv = [_startPos, _direction, "I_Heli_Transport_02_F", independent] call BIS_fnc_spawnVehicle; _heli = _helisv select 0; _heliGroup = _helisv select 2; _dir = direction _heli; _heli setVelocity [sin(_dir)*60,cos(_dir)*60,0]; {_x disableAI "AUTOTARGET"; _x disableAI "TARGET"; _x allowFleeing 0} forEach (units _heliGroup); }; }; _heli spawn { while { alive _this } do { player action ["collisionlightOff", _this]; //turn off lights sleep 0.01; }; }; _wp0 = _heliGroup addWaypoint [position player, 0]; _wp0 setWaypointType "MOVE"; _wp0 setWaypointStatements ["true", "(vehicle this) land 'GET IN'"]; waituntil {{_x in _heli} count (units group player) == {alive _x} count (units group player)}; _wp1 = _heliGroup addWaypoint [getPos base, 0]; _wp1 setWaypointType "TR UNLOAD"; _wp1 setWaypointStatements ["true", "(vehicle this) land 'GET OUT'"]; waituntil {{_x in _heli} count (units group player) == 0}; _wp2 = _heliGroup addWaypoint [_startPos, 0]; _wp2 setWaypointType "MOVE"; _wp2 setWaypointStatements ["true", "{deleteVehicle _x} forEach (crew vehicle this) + [vehicle this]"]; deleteMarker "heliSpawnMrk"; deleteMarker "extractMrk"; I put 2 markers on map named : heliSpawnMrk and extractMrk I add a trigger with on act : _null = [] execVM "extraction.sqf" So when the trigger is activated, the heli comes, lands then i get in, but the heli doesn't move to extract pos. It stay at the same place. :confused: What i m doing wrong ? (i tried only with editor mod) -
Ha, thank you {HoD}Ferocious, i didn't pay attention to the new version. :) I will update it. If there is a solution for the 1st part i will be really happy ! :cool:
-
Hi all Giallustio sad about your computer, i guess it will be fix soon. Your revive is a "must have" ! I have 1 question about mobile_spawn. It is possible to delay thier activation. Currently they are available at the start of the mission. In mine i don't want them at the start but after the 1st task for exemple is achieved. I m new in edtor mission and i m almost sure it is possible to do but i don't know what i have to do. :j: (shame) Other thing, it seems the scritp do not allow to keep gear. I m using V0.93 and "BTC_respawn_gear" is set 1 but we are losing some elements at the respawn. It should not i think. Thanks by advance.:)
-
Can you see "Logged in admin" inside the chat after using the command #login yourpass ? If no, your are not logged, so you can't use command admin :rolleyes: check your password ! If yes, and you can't kick someone, try with #userlist then #kick slotnumber when you have identify the badguy ! (it is not really the slotnumber but the incoming number)
-
=BTC= Logistic [A3] - BETA
soldat_ryan replied to giallustio's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I should say "how" loool. Because as the noob i m, i have tried with different names but never with the good one but i found it now. Have to add "Ship". Thank you Giallustro, for your work and your help. :cool: -
=BTC= Logistic [A3] - BETA
soldat_ryan replied to giallustio's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi mates, Therre is a way to lift speedboat or submarine ? -
[Template ArmA 3] for file "squad.xml"
soldat_ryan replied to KissDavid's topic in ARMA 3 - MULTIPLAYER
Post to delete. Ty -
Trouble with ArmA 3 Server
soldat_ryan replied to paradoxparadoxon's topic in ARMA 3 - SERVERS & ADMINISTRATION
ParadoxParadoxon, in regards of what Blue1 is writing here : Have you this line in your server.cfg ? ____ @Blue1 : i said i m using VM as i could have said i m using a PC or a Washing machine. It is not the problem met by ParadoxParadoxon. (I have edited my post and added () ). And Yes for me to run Arma3 server correctly it is usefull to run a VM because my main server is running under linux. Greets. -
[AhoyWorld.co.uk] co40 AW Invade & Annex
soldat_ryan replied to Fuzzy Bandit's topic in ARMA 3 - USER MISSIONS
I have the same problem with my server since the BETA and it is reported in AW's forum. -
Trouble with ArmA 3 Server
soldat_ryan replied to paradoxparadoxon's topic in ARMA 3 - SERVERS & ADMINISTRATION
This one : "arma3server.exe" I m also on WinServer 2008 running (on VM) and it solve the problem for me. Edit : Haaa and run it as administrator ! -
Trouble with ArmA 3 Server
soldat_ryan replied to paradoxparadoxon's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hi, The problem with 2500ms in the server list is a problem with firewall. Add ingoing rules for Arma3 launcher (.exe) in your firewall to solve the problem. Greats. -
Awesome !! TYVM ! :)
-
k thanks. :)
-
Hi, There is a way to get chat in logs ?
-
Hi Karmichael There is a way to enable "Save gear profile" in virtualbox ? I m using [AAS_H]IslandOfStratis[v5].Stratis and when i try to save my loadout it say it is not possible in this mission. BR.
-
Squad/Clan List - Please read the rules in first post!
soldat_ryan replied to Placebo's topic in ARMA 3 - SQUADS AND FANPAGES
Squad name: Not Good But Crazy (NGBC] Timezone/location : GMT +1 France Gamemode preference (eg coop or pvp): Mainly COOP Contact email : ngbc.team@free.fr Website address : http://www.notgoodbutcrazy.eu Group on BIS forum : http://forums.bistudio.com/showthread.php?155581-NGBC-Not-Good-But-Crazy Short description : We are French Tactical Community but everyone from everywhere is welcome. Disappointed by last CODs and not totally convinced by BF3 we decide to move to ARMA III. We are a Family community oriented. Because we are playing with our children, we are asking mature and polite behavior. We are playing also on COD4, BF3, SEv2 and Minecraft. Check our forum and join us on our TS to meet us. Language: French, but poeple in the community are talking English, Danish, Italiano or German. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
soldat_ryan replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
With "voteMissionPlayers = 0" the mission set by defauilt will restart automatically.