nasservip Posted April 17, 2016 Report Share Posted April 17, 2016 Hey Hello ! Today i want to play Dayz EPOCH in my private server and now I playing in server alone ,I want to Add AI bots for my server. Who can teach me how to Add Bots Please teach me please :( :( Link to comment Share on other sites More sharing options...
0 Tech_Support Posted April 17, 2016 Report Share Posted April 17, 2016 look on the forums/google: sarge ai, DZAI, WAI, EMS, DZMS, ZFM there are a few mission systems out there and roaming ai addons easy to install. Link to comment Share on other sites More sharing options...
0 nasservip Posted April 17, 2016 Author Report Share Posted April 17, 2016 Thank you, but in fact we have searched before but I did not find useful explanation did you have link or anything please advice i want the Script and thank you for help Link to comment Share on other sites More sharing options...
0 Tech_Support Posted April 17, 2016 Report Share Posted April 17, 2016 easy to find if you look for it all with install guides :) Link to comment Share on other sites More sharing options...
0 Tech_Support Posted April 17, 2016 Report Share Posted April 17, 2016 Roaming ai/vehicle patrols https://github.com/SnarkIndustries/DZAI Link to comment Share on other sites More sharing options...
0 juandayz Posted April 17, 2016 Report Share Posted April 17, 2016 if u want to add your custom bots.. then open arma2oa editor (main menu of the game and press Ctrl + E ) Choose Chernarus. 1-Create a Center (Blufor faction) whatever place in the map. 2- Creat a group - whatever place on the map. 3- Create Unit. ---from here your ready to save your file but you needs add your enemy bots------- 4-Create another Center-Group- and unit. But this time must be Opfor faction. (when you create a opfor center remember asing like enemy o bluefor and civilian faction) 5-Choose any kind and amount of units and place where you want your AI. If you know a little of arma2 editor then use the waypoints to move the AI trought the map, add vehicles... etc. Once you think is done.. save it. 6-Go to C:\Users\User\Documents\ArmA 2 Other Profiles\yourprofile\missions\ and open your saved work whit note ++ or notepad. then Delete in the very top all about blufor for example... delete lines in red and add lines in blue. Spoiler activateAddons [ ]; activateAddons []; initAmbientLife; _this = createCenter east; _center_1 = _this; _group_1 = createGroup _center_1; _unit_1 = objNull; if (true) then { _this = _group_1 createUnit ["Ins_Soldier_Pilot", [12533.064, 12569.429], [], 0, "CAN_COLLIDE"]; _unit_1 = _this; _this setDir -105.85972; _this setVehicleVarName "pilot1"; pilot1 = _this; _this setUnitAbility 0.60000002; if (true) then {_group_1 selectLeader _this;}; }; if (isServer) then { 7-Now go to the buttom of the file and delete lines in red and add lines in blue Spoiler processInitCommands; runInitScript; finishMissionInit; }; save as bots.sqf an example how its looks whit one unit: bots.sqf Spoiler if (isServer) then { _this = createCenter east; _this setFriend [west, 0]; _this setFriend [resistance, 0]; _this setFriend [civilian, 0]; _center_1 = _this; _group_1 = createGroup _center_1; _unit_3 = objNull; if (true) then { _this = _group_1 createUnit ["Ins_Soldier_Sniper", [12035.976, 12675.026, 0], [], 0, "CAN_COLLIDE"]; _unit_3 = _this; _this setUnitAbility 0.60000002; if (true) then {_group_1 selectLeader _this;}; }; }; -Now go to your init.sqf open it and add at very bottom [] execVM "yourpath\bots.sqf"; Link to comment Share on other sites More sharing options...
0 Alone Posted April 12, 2018 Report Share Posted April 12, 2018 The bots are initiating without weapons, how do I fix this? Link to comment Share on other sites More sharing options...
0 Alone Posted April 12, 2018 Report Share Posted April 12, 2018 36 minutes ago, Alone said: The bots are initiating without weapons, how do I fix this? Solved, sorry Link to comment Share on other sites More sharing options...
0 Alone Posted April 13, 2018 Report Share Posted April 13, 2018 15 hours ago, Alone said: The bots are initiating without weapons, how do I fix this? Solved, sorry Link to comment Share on other sites More sharing options...
0 Alone Posted April 13, 2018 Report Share Posted April 13, 2018 two questions. First and what classes can I use, since I change and the bots start without a gun and it is possible to add an armed car and a machine gun, thank you! Link to comment Share on other sites More sharing options...
Question
nasservip
Hey Hello ! Today i want to play Dayz EPOCH in my private server and now I playing in server alone ,I want to Add AI bots for my server. Who can teach me how to Add Bots Please teach me please :( :(
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now