Jump to content
jo spanner

joinSilent on dedi server

Recommended Posts

Hi,

I have an addaction on some AI units.

Essentially, I want the AI to join the player's group upon selecting the action. It works fine on local SP and MP, but not on a dedicated server.

 

I have tried the following inside the script called by the action:

[_target] joinSilent group player;
//or
[_target] joinSilent group _caller;
//or
[_target, group player] remoteExec ["joinSilent", 0, true];

None of which work. The AI unit does not join the player's group. What am I doing wrong?

Share this post


Link to post
Share on other sites

This is only working on locally hosted servers.

One thing I am seeing in Zeus is that the civs I am trying to add to my side are considered to be on side "empty" when running on the dedicated, but on side "civ" when on the locally hosted one. I do not know why this is. There is nothing being generated in the server log relating to this.

 

Share this post


Link to post
Share on other sites

So... if you have "dostop this" in the init field, it assigns civilians to "empty", which of course messes things up. But only on a dedicated server.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×