Mutator Q

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Cicero

New Member
A friend of mine is working on a mutator. He's got it working in single-player, but for some reason we can't get it to work multiplayer. As you can imagine this is rather frustrating. Is there something obvious we might be missing? Help?
 

Wanderer

New Member
Jul 7, 2000
1,334
0
0
Obviously make sure that everybody has a copy of it.

See what's being run client-side, server-side, and what's there being run automatically. Actually here's a peice of the script with that notion of network info.

ROLE_None // No role at all.
ROLE_DumbProxy // Dumb proxy of this actor.
ROLE_SimulatedProxy // Locally simulated proxy of this actor.
ROLE_AutonomousProxy // Locally autonomous proxy of this actor.
ROLE_Authority // Authoritative control over the actor.

I'ld have him check those on the runes. It's possible he may have set them to ROLE_None so they won't show up in multiplayer.

If none of this is helpful then check out the coding gurus of #unrealed.

IRC: skaarj.gameslink.net
Channel: #unrealed

They're often in late around 10pm EST and later.