Page MenuHomeFeedback Tracker

Simple objects in mpmission only runs init on server
New, NormalPublic

Description

Hi,

I've placed a simple object inside my mission using the eden editor, the object init is only ran on the server and not every client like other objects are.

Details

Severity
Minor
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce
  1. Create a new mission in eden editor.
  2. Place down an object.
  3. Tick simple object.
  4. Place the following inside the init,
diag_log format ["Simple object init (%1, %2, %3)", clientOwner, isServer, hasInterface];
  1. You will only find the log inside the servers RPT, not on every client that joins.

Event Timeline

Digitals created this task.Apr 1 2020, 4:27 PM