Page 1 of 1

StubHud - Template for make network HUD mutator

Posted: Tue Dec 04, 2018 11:14 am
by dot
Template for easy make HUD mutator for network.

Contains two classes:
StubHud - mutator
HudPRI - replication info for each player.

Currently mutator replicate one int value "foo" filled with level seconds.
You can use "GetRoot().SetFoo(value, player)" if you need set "foo" for some PlayerPawn.

Usually need send some numbers from server mutator to client, for display in HUD. This template enough for it.

Re: StubHud - Template for make network HUD mutator

Posted: Thu Dec 13, 2018 12:55 pm
by esnesi
i gotta dive into this, so i can only use the nexgen chatHUD, and remove the total Nexgen client as its useless for my setup.