Arma 3
Nocap 15 AGO 2020 a las 7:19 p. m.
AI Recruiting
Im trying to make an Scenario in Eden and i cant figure out how to make an AI Recruitment thing. if someone could help i would Apreciate it.
< >
Mostrando 1-11 de 11 comentarios
Gunter Severloh 22 AGO 2020 a las 6:09 p. m. 
Use a script this is what i use
linked to my google drive, Bon's Recruit script, its set on stratis as a demo, so if you want the script just open the mission folder and apply the same codes, folders to your own.
https://drive.google.com/file/d/11_peKI50Etnz06T6nu3nzeRwsZUO47br/view?usp=sharing
Última edición por Gunter Severloh; 30 NOV 2021 a las 8:42 a. m.
Nocap 24 AGO 2020 a las 7:07 p. m. 
Publicado originalmente por Gunter Severloh:
Use a script this is what i use https://www.armaholic.com/page.php?id=26312
ive been trying to get this one work for a while i cant seem to get it. im probably doing something wrong
Gunter Severloh 25 AGO 2020 a las 4:54 a. m. 
Follow my steps:

Ingame
1. Place an object, or flag pole, or sign that you want to recruit the AI from, once you have an object placed, open it (double click) and put the following code in the init box:

this addAction["<t color='#ff9900'>Recruit Infantry</t>", "bon_recruit_units\open_dialog.sqf"];

Outside the game
2. Open a notepad document, and name it----->
init.sqf
dont misspell it!

3. In your init.sqf put the following code:
[ ] execVM "bon_recruit_units\init.sqf";

4. Save that and move into your mission's folder, if SP it should be here
C:\Users\your username\Documents\Arma 3\missions

5. Create another notepad document, this time name it ----->
Description.ext
Dont misspell it, also be sure it dont say Description.ext.txt or it wont work.

6. In the Description.ext put the following code:
#include "bon_recruit_units\dialog\common.hpp"
#include "bon_recruit_units\dialog\recruitment.hpp"

7. Save and move the script to your mission's folder like in step 4.

8. Test, it should work if you did everything as above, use the armaholic page as a reference for the codes too if you need too.
Hope that helps, let me know how it goes, cheers!
Última edición por Gunter Severloh; 25 AGO 2020 a las 4:56 a. m.
Nocap 26 AGO 2020 a las 2:18 p. m. 
Publicado originalmente por Gunter Severloh:
Follow my steps:

Ingame
1. Place an object, or flag pole, or sign that you want to recruit the AI from, once you have an object placed, open it (double click) and put the following code in the init box:

this addAction["<t color='#ff9900'>Recruit Infantry</t>", "bon_recruit_units\open_dialog.sqf"];

Outside the game
2. Open a notepad document, and name it----->
init.sqf
dont misspell it!

3. In your init.sqf put the following code:
[ ] execVM "bon_recruit_units\init.sqf";

4. Save that and move into your mission's folder, if SP it should be here
C:\Users\your username\Documents\Arma 3\missions

5. Create another notepad document, this time name it ----->
Description.ext
Dont misspell it, also be sure it dont say Description.ext.txt or it wont work.

6. In the Description.ext put the following code:
#include "bon_recruit_units\dialog\common.hpp"
#include "bon_recruit_units\dialog\recruitment.hpp"

7. Save and move the script to your mission's folder like in step 4.

8. Test, it should work if you did everything as above, use the armaholic page as a reference for the codes too if you need too.
Hope that helps, let me know how it goes, cheers!
it says This script is not recognized or sum like that.
Gunter Severloh 27 AGO 2020 a las 7:23 a. m. 
Whats the exact error?
preserver83 11 MAR 2021 a las 4:11 p. m. 
Publicado originalmente por Gunter Severloh:
Follow my steps:

Ingame
Hope that helps, let me know how it goes, cheers!

Yes, is working 100%. Thank you.
Starflower 30 NOV 2021 a las 7:56 a. m. 
hello, since armaholic is down, is there any way i can download the bon recuit script?
Gunter Severloh 30 NOV 2021 a las 8:40 a. m. 
Publicado originalmente por The Black Knight:
hello, since armaholic is down, is there any way i can download the bon recuit script?
Ya, i have it on my google drive.
https://drive.google.com/file/d/11_peKI50Etnz06T6nu3nzeRwsZUO47br/view?usp=sharing
its a mission set on stratis with the script in use, open the mission if you want the script, and codes.
Starflower 30 NOV 2021 a las 9:07 a. m. 
thank you very much Gunter Severloh, I appreciate :) :cozyspaceengineersc:
Gunter Severloh 30 NOV 2021 a las 9:40 a. m. 
Welcome!
cbfirefighter 3 DIC 2021 a las 10:39 p. m. 
Or you can use Spyder's addons for an easy AI recruitment set up
< >
Mostrando 1-11 de 11 comentarios
Por página: 1530 50

Publicado el: 15 AGO 2020 a las 7:19 p. m.
Mensajes: 11