Jump to content
  • 0

How to add a AI on my epcho server?


Terrans

Question

Ass the topic title,i was download  WICKED AI 2.1.4,but I don't know how add that to my server(p.s i was add above ExecVM "\z\addons\dayz_server\WAI\init.sqf to my dayz_server.pbo.What should I do next? How do I set up the AI, and make them appear on my server?)

Link to comment
Share on other sites

16 answers to this question

Recommended Posts

  • 0

Why not help on the forum so everyone can benefit from your advice ?

Unless of course you plan to charge people for you help :unsure:

Umm,, because it is easier too show people as in video i.e. twitch.tv then type and respond over and over on these forums...  I charge no one and ask for nothing, I do this because I like too.

Link to comment
Share on other sites

  • 0

How can I contact you? By e-mail

I only have one requirement to be able to help people and that is that they join my teamspeak so i can talk to them teamspeak 3 server at: ts55.light-speed.com:4176

 

even if you do not have a mic, i can still provide instruction and guidance via voice with you just typing to me. 

 

/Edit: if it was a simple block of code then of course I would look at it if you posted it and help you find the error.

Link to comment
Share on other sites

  • 0

Ass the topic title,i was download  WICKED AI 2.1.4,but I don't know how add that to my server(p.s i was add above ExecVM "\z\addons\dayz_server\WAI\init.sqf to my dayz_server.pbo.What should I do next? How do I set up the AI, and make them appear on my server?)

Who is your server host?

Link to comment
Share on other sites

  • 0

do you read install guide ???

 

add the WAI FOLDER to your server files/pbo

 

Find { system } FOLDER in server files/pbo

 

Inside that FOLDER is a file called "server_monitor.sqf"

 

Edit "server_monitor.sqf" with notepad++

 

At around line:380 should be just above     allowConnection = true; 

 

Add this

 

    //Ai SYSTEM
    call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";      [ USE THIS FOR DZAI ]
    [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";                                                                  [ USE THIS FOR DZMS ]
    [] ExecVM "\z\addons\dayz_server\WAI\init.sqf";                                                                               [ USE THIS FOR WAI ]

 

THIS IS HOW IT SHOULD LOOK IF RUNNING ALL 3 AI PACKS... THIS IS HOW I HAVE MY "server_monitor.sqf"

 

        endLoadingScreen;
    };
    //Ai SYSTEM
    call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
    [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
    [] ExecVM "\z\addons\dayz_server\WAI\init.sqf";
    allowConnection = true;    
    sm_done = true;
    publicVariable "sm_done";
};

 

After you have done depending on your host recompile back into a pbo and or upload file/s back to your server. Done too easy

All this is in the install guide if you look you will find :)

Link to comment
Share on other sites

  • 0

你看安装指南?

 

WAI的文件夹添加到您的服务器上的文件/ PBO

 

查找{}系统文件夹中的文件服务器/ PBO

 

在该文件夹是一个名为“server_monitor.sqf”的文件

 

编辑“server_monitor.sqf”用记事本++

 

约行:380应该是略高于allowConnection = TRUE; 

 

添加此

 

    //的AI系统

    调用编译preprocessFileLineNumbers“\ Z \插件\ dayz_server \ DZAI \ INIT \ dzai_initserver.sqf”; [使用它进行DZAI]

    [] ExecVM“\ Z \插件\ dayz_server \ DZMS \ DZMSInit.sqf”; [使用它进行DZMS]

    [] ExecVM“\ Z \插件\ dayz_server \ WAI \ init.sqf”; [使用它进行WAI]

 

这是怎么了,应该看,如果运行的所有3 AI PACKS ......这是怎么了,我有我“server_monitor.sqf”

 

        endLoadingScreen;

    };

    //的AI系统

    调用编译preprocessFileLineNumbers“\ Z \插件\ dayz_server \ DZAI \ INIT \ dzai_initserver.sqf”;

    [] ExecVM“\ Z \插件\ dayz_server \ DZMS \ DZMSInit.sqf”;

    [] ExecVM“ \ Z \插件\ dayz_server \ WAI \ init.sqf“;

    allowConnection = TRUE;    

    sm_done = TRUE;

    publicVariable“sm_done”;

};

 

当你根据你的主机上重新编译回成PbO和或上传文件已经做/ s的回您的服务器。做太容易了

这一切都是在安装指南,如果你看一下,你会发现 :)

 I can not find the installation instruction.I have modified my dayz_server.pbo, these files should be placed where?7a899e510fb30f242819a360cb95d143ac4b03d5

How to modify them? Let my AI appear at the designated locations?

How to modify the AI of items, weapons and let the AI driving armed vehicles patrolling the route in accordance with the specified attack the player?

Link to comment
Share on other sites

  • 0

https://github.com/f3cuk/WICKED-AI/tree/master

 

Instructions:

 

Unpack your server pbo

Add the WAI folder to your server pbo.

In server_monitor.sqf, under "allowConnection = true;" add this: ExecVM "\z\addons\dayz_server\WAI\init.sqf";

Repack your server pbo and upload it to your server. Done.

 

There's nothing else required. You can edit the config files found in the WAI folder if you'd like, or just go with the default settings.

Link to comment
Share on other sites

  • 0

https://github.com/f3cuk/WICKED-AI/tree/master

 

Instructions:

 

Unpack your server pbo

Add the WAI folder to your server pbo.

In server_monitor.sqf, under "allowConnection = true;" add this: ExecVM "\z\addons\dayz_server\WAI\init.sqf";

Repack your server pbo and upload it to your server. Done.

 

There's nothing else required. You can edit the config files found in the WAI folder if you'd like, or just go with the default settings.

Pretty sure   ExecVM "\z\addons\dayz_server\WAI\init.sqf";   would go above? like:

 

ExecVM "\z\addons\dayz_server\WAI\init.sqf";

allowConnection = true

Link to comment
Share on other sites

  • 0

Nope. The directions say to put it under allowConnection.

Hmm then this from the latest version says what exactly?

 

Installation Instructions

  • Unpack dayz_server.pbo
  • Open the download and extract the WAI folder to your dayz_server directory
  • In server_monitor.sqf find allowConnection = true; add above ExecVM "\z\addons\dayz_server\WAI\init.sqf";
  • Repack dayz_server.pbo

 

this is a copy paste from: 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...