Page MenuHomeFeedback Tracker

Zeus Changing Unit Direction Not Working (Dedicated Servers)
New, NormalPublic

Description

When a unit is owned by a dedicated server, attempting to change it's direction will make it go back to it's original direction.

video demo

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Operating System Version
Service Pack 1
Category
Zeus - General
Steps To Reproduce
  1. Open editor and place a player unit down
  2. Add a game master module and make the owner the player
  3. place down AI units and add them as editable with a module or script
  4. export to multiplayer and put on a dedicated server
  5. open zeus and attempt to rotate the units with shift+L click
  6. remote control a unit and exit control
  7. rotate them after you're remote controlled them
Additional Information

if it's written something like this

_x setDir _dir

maybe do something like this?

[_x, _dir] remoteExec ["setDir", _x]

Event Timeline