Тёмный

How to Make a Convoy With AI In ArmA 3 (Editor Tutorial) 

GamePlayer Sam
Подписаться 405
Просмотров 92 тыс.
50% 1

How to Make a Convoy With AI In ArmA 3 (Editor Tutorial)
Please Like Subscribe And Comment
Social Media
GamePlayer-2...

Игры

Опубликовано:

 

18 июл 2016

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@uwandaroberts9897
@uwandaroberts9897 7 лет назад
change your convoy waypoint status to safe. thus ensures cars follow roads so only 1 waypoint needed.
@aliabdulhadi725
@aliabdulhadi725 3 года назад
Wow,i play arma 3 for 2 years,and i dont know about that,and thank you for the info
@nuclearfish010
@nuclearfish010 3 года назад
That's doesn't work
@pandawhomatter
@pandawhomatter 2 года назад
@@nuclearfish010 paste this code in each driver init with zeus this forceFollowRoad true;
@SubiefanWRXsti
@SubiefanWRXsti 5 лет назад
Tracked vehicles are a mess. It seems no matter what setting I have the waypoint on everyone but the lead vehicle finds the nearest rock or house to get stuck on and stays there.
@TheBeastNL
@TheBeastNL 4 года назад
private _group = tankGroup; private _groupVehicles = []; { _groupVehicles pushBackUnique assignedVehicle _x; } forEach units _group; _groupVehicles = _groupVehicles - [objNull]; _group setSpeedMode "LIMITED"; // or use limitSpeed on each unit { _x forceFollowRoad true; _x setConvoySeparation 30; } forEach _groupVehicles; works perfect...
@YouDeaf1x1
@YouDeaf1x1 3 года назад
@@TheBeastNL where you put the pseudocode?
@TheBeastNL
@TheBeastNL 3 года назад
@@YouDeaf1x1 init.sqf Be sure that you name the group the same name as in the init.sqf (in my example that is "tankGroup")
@JohnWawryk95
@JohnWawryk95 2 года назад
@@TheBeastNL good man
@yungyork5425
@yungyork5425 Год назад
I did an 8 convoy battle group without a formation and knew there'd be a tutorial somewhere, thanks for the help!
@alltheway5173
@alltheway5173 6 лет назад
But I've noticed that you do not have to set waypoints on the road and at every turn. The will follow the road as long as you don't select " stealth"
@55inchSamsungTV
@55inchSamsungTV 2 года назад
For my simple needs, this is amazing. Thank you very much.
@CrusaderAirsoft
@CrusaderAirsoft 7 лет назад
that helped alot thx i wasnt shure how to do a few things
@flight7511
@flight7511 7 лет назад
Thnaks!! I made a CONVOY with two hunters and one hemett ammo. Nice.
@jackcampbell4776
@jackcampbell4776 7 лет назад
For me people keep getting out, and only the first humvee goes and all the other vehicles stay still
@oskarnygards8856
@oskarnygards8856 7 лет назад
If you want people to spawn in the vehicle when games begin and stay there, add a vehicle with crew (driver essentialy) and then name that vic to "c1". Then the people you want to be in that vic just spawn them in and add this in their Init: "this MoveInCargo c1"
@cncp5374
@cncp5374 7 лет назад
Mate your Jesus, you don't need to simulate a convoy in a video game ^-^
@toogoodtobetrue9319
@toogoodtobetrue9319 2 года назад
thx man love your vids
@miloradobradovic6090
@miloradobradovic6090 2 года назад
Greetings from serbia.Very good video.God bless World
@Operator_Keys
@Operator_Keys 4 года назад
Thx for helping dude
@hallow2835
@hallow2835 6 лет назад
Thanks! 💯💯💯👍💓
@Diego-8842
@Diego-8842 21 день назад
thank you !
@kedrshr1mp6
@kedrshr1mp6 7 лет назад
Any idea how I can just make them roam around the map?
@reapthewhirlwind6915
@reapthewhirlwind6915 3 года назад
Thank you so much
@VerekEdits
@VerekEdits 7 лет назад
the convoy would've performed better with one move waypoint on safe with formation set to file
@TheGamingSyndrom
@TheGamingSyndrom 6 лет назад
im trying to keep soldiers marching in line but they simply wont do it, they always move into collumns
@downstream0114
@downstream0114 7 лет назад
Speed usually makes it a bit more organized :P
@christophersmith7365
@christophersmith7365 5 лет назад
THANK YOU
@clementrsl3374
@clementrsl3374 6 лет назад
Thanks for that, its help me a lot.
@vallixx8704
@vallixx8704 7 лет назад
Everytime my convoy faces combat they dismount and never get back in any fixes?
@Fazzelgaming
@Fazzelgaming 7 лет назад
ido as you says but i cant click on formation or speedmode!
@orihagever2824
@orihagever2824 6 лет назад
Thanks
@gkframbusch3835
@gkframbusch3835 6 лет назад
There are better ways to handle a convoy. You started right BUT what happens if vehicles have different speeds? In order to handle this problem, you should set the max speed for each Vehicle in the convoy to an equal speed (eg. 35 k/h). Also make sure the waypoints set bevor any crossings - that makes the calculation for the AI easier. For Keep them on the rod, do not Forget to set "stay on road". Sorry for my bad english. Best regards Gerd
@fin7372
@fin7372 5 лет назад
how do you turn on stay on road?
@gkframbusch3835
@gkframbusch3835 5 лет назад
It's also easy, open the vec's attributes WITH the 3den Enhanced Editor, open Object: Special Status, then find "Stay on road" and btw. set a max. speed for each vec in the convoy. As some vec's go faster than others you hinder them with the max speed to overtake one and the other. (Again, sorry for my bad english and also, I hope I translatet my german inteface correct into english...) Best regards Gerd
@JohnRayMitch
@JohnRayMitch 5 лет назад
Thank you! Gonna test this out now.
@rambo387
@rambo387 3 года назад
Hello, I am a kinda new to making missions. I know some basics but, I want to make a convoy with a BTR infront, jeep and 2 Armed Cars (I am using mods). I groupped all of them to the first vehicle (BTR). But everytime I start the mission, the squad leader (AI) orders few men to disembark and then get in again (Also AIs). After that, they follow the waypoints. Any help? I tried to lock the vehicles, it only locks for me, the AIs can still get out. I tried LockCargo, I tried Safe behaviour and setcombat mode blue. I even tried to make them playable, as I was desperate. It is really frustrating and I spend most of the time rage killing the AIs instead of making the mission. There are also no enemies yet. (The convoy's side is OPFOR, including me)
@viacheslavshtaferun4291
@viacheslavshtaferun4291 Год назад
had you fixed this?
@cheese-uf1qm
@cheese-uf1qm 3 месяца назад
thanks
@ozone4912
@ozone4912 5 лет назад
thx
@VastGameMaster
@VastGameMaster 7 лет назад
If you put the drivers on combat mode "Safe" or "careless" it would help keep them from fucking up the formations when in a firefight on the move.
@tronic3303
@tronic3303 7 лет назад
Hey, nice Vid. I have an question, I want to make an convoi with Zeus, do u know how to group units togther with zeus ?
@gameplayersam5408
@gameplayersam5408 7 лет назад
here is a website that will show you community.bistudio.com/wiki/Arma_3_Field_Manual_-_Zeus
@tronic3303
@tronic3303 7 лет назад
thx
@hauptfachhauptfach6202
@hauptfachhauptfach6202 4 года назад
How do you make enemies roam the map?
@morasia7976
@morasia7976 2 года назад
Even AI mods cant fix the AI movement 😂
@baronburgamot243
@baronburgamot243 7 лет назад
Yeah this doesn't work. Did this with a convoy of HumVees and then all just fucked off in different directions. No matter how I group them. I connect them to the first vehicle, I connect them in series, even if I don't connect them they just drive in different directions.
@butteredbread100
@butteredbread100 7 лет назад
Set the behavior on the waypoint to aware or safe, that will make said vehicles drive only on roads until they receive enemy contact
@gkframbusch3835
@gkframbusch3835 5 лет назад
Also select conoy formation for each vehicles.
@josephstalin9194
@josephstalin9194 5 лет назад
How do you make a bunch of tanks follow the one you're driving.
@clickykai1171
@clickykai1171 5 лет назад
Joseph Stalin group them up to a lead vehicle
@nelts5030
@nelts5030 2 года назад
bester mann
@timothyk3611
@timothyk3611 Год назад
I did basically everything but my vehicles are just staying still for some reason
@matjazkraljgaming
@matjazkraljgaming 2 года назад
How do u go to 3rd person. And tnx
@Raelthatdude
@Raelthatdude 3 года назад
uh i have a problem my convoy is acting werid every time i do this the leader wants all to dismount
@snipz1783
@snipz1783 3 года назад
U know how to fix it?
@demonhunter5524
@demonhunter5524 7 лет назад
hey, I'm really new to all now this and was wondering if you knew how to make it a set time to roll everyone out?
@jhpoutside
@jhpoutside 4 месяца назад
You can use triggers for that be;ieve
@Thecalsone
@Thecalsone 6 лет назад
Jay baruchel?
@lastlotus5064
@lastlotus5064 3 года назад
BRUH im starting in the same location trying to do this.
@karstaboi3330
@karstaboi3330 6 лет назад
Tried to make a convoy like this. Only the first vehicle moved, the rest stayed in place
@alltheway5173
@alltheway5173 6 лет назад
Rocket Men60 MAYBE THEY WERE OUT OF GAS. JUST SAYING.
@karstaboi3330
@karstaboi3330 6 лет назад
ALL THE WAY Nope, I checked all, even got in them, all full
@niklassh7219
@niklassh7219 4 года назад
Thanks alot dude
@buuuu7691
@buuuu7691 5 лет назад
Sometimes ai just stops and thay freeze there... And the convoy is ruined
@CMT501
@CMT501 10 месяцев назад
The nut blaster version Is more bad and harder
@JSSQuelloAutentico
@JSSQuelloAutentico 3 года назад
Doesnt work, only first vehicle in the column goes and the rest stay still.
@Fazzelgaming
@Fazzelgaming 7 лет назад
this dosent work
@DEEZ_N4T
@DEEZ_N4T 4 года назад
Separate each vehicle and give the middle and back vehicle the join waypoint directly on the front vehicle and they will follow
@tylerxic3241
@tylerxic3241 2 года назад
Only 2 vehicles followed not the others weird
@jordanhamel194
@jordanhamel194 7 лет назад
can I do this with tanks and apcs?
@clammiiii9382
@clammiiii9382 5 лет назад
Yeah dude, it should work. They are vehicles after all. However, there are other comments describing other choices. If you want an armored convoy with maybe, for example, 1 apc in the front, a car in the middle, and a tank in the back, you would need to set a max speed. Also make sure they are the same group.
@jerryfrickjr
@jerryfrickjr 7 лет назад
You sound out of breath.
@iandante101
@iandante101 6 лет назад
ALL THE WAY innapropes bro . The Hamster deems you unworthy of crab dinner.
@freshhappy
@freshhappy 2 года назад
thanks
Далее
How To Force AI Stance | ArmA 3
1:07
Просмотров 10 тыс.
Germany Could Not Win WW2 (part 2)
14:02
Просмотров 2,2 млн
你们会选择哪一辆呢#short #angel #clown
00:20
FARUX RAIMOV AVJIGA CHIQDI - JAVOHIR🔥
01:01
Просмотров 2 млн
World War II Every Day with Army Sizes
13:15
Просмотров 37 млн
Italian Paratroopers - Hoi4 MP In A Nutshell
10:07
Просмотров 175 тыс.
How to PERFECTLY fly a helicopter in Arma 3
0:16
Просмотров 70 тыс.
Die Lage eskaliert | Prof. Dr. Max Otte
17:59
Просмотров 287 тыс.
How to Make Missions in Arma Reforger Complete Tutorial
1:19:29
Warpath 10.1 - Damage vs Firepower, which is best?
12:02
ЛЕВ ТРОЛЛЬ vs ПЁС МАНЬЯК В CS2!!!
18:27