Jump to content

Recommended Posts

Posted

So there is a set group Invisible command which has been broken for multiplayer for a few months. :helpsmilie:

 

What this "SetInvisible" command is supposed to do is to make a specific group ignored (thus invisible) by AI controlled groups.

 

Note that this works perfectly in single player missions. It is the multiplayer that has the issue, or more specifically, only when joining server as a client.

 

 

How to reproduce:

  1. Create a new mission with Mission Editor, place some AAA guns, say zu-23.
     
     
  2. Place a client aircraft, skill -> Client
     
     
  3. In ADVANCED (WAYPOINT ACTIONS), click on ADD to add an entry
    • TYPE - Perform Command
    • ACTION - Invisible

 

 

[*]Run the mission offline, you will notice that these AAA won't attack player's aircraft. If these AAA/SAM has radar, the RWR on the player aircraft will not show any echo because the aircraft is invisible to AI group. So it works in single player.

 

 

[*]Now save the mission and run it on a server.

 

 

[*]Join the server as a client; choose the said aircraft and fly around these AAAs; these AAA still actively attack player aircraft because player is not invisible to AI. So this setting is not working in multiplayer environment.

 

 

This can also be reproduced with SSE

   local groupName = "this is the client aircraft group name"
   local SetInvisible = { 
       id = 'SetInvisible', 
       params = { 
           value = true
       } 
   }
   Group.getByName(groupName):getController():setCommand(SetInvisible)

Won't work either. :doh:

 

However, all other setCommand works perfectly for multiplayer.

Nooooooooo

  • 4 years later...
  • 1 year later...
Posted

Still happening. Invisible does not work for players in multiplayer but it works in single player.

Fighting for peace is like screwing for virginity.

Posted (edited)

EDIT: here's what I found.

Local MP (equivalent to SP):

  • DO SCRIPT (SSE) works
  • AI TASK PUSH works

Dedicated MP:

  • DO SCRIPT (SSE) works
  • AI TASK PUSH does no work

I'll report this.

 

And the same goes for other commands, such as Immortal.

Edited by Flappie

---

  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...