StubHud - Template for make network HUD mutator

Search, find and discuss about Mutators!
Post Reply
dot
Average
Posts: 59
Joined: Tue Oct 30, 2018 3:41 am

StubHud - Template for make network HUD mutator

Post 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.
Attachments
StubHud.zip
(4.66 KiB) Downloaded 67 times
User avatar
esnesi
Godlike
Posts: 1018
Joined: Mon Aug 31, 2015 12:58 pm
Personal rank: Dialed in.

Re: StubHud - Template for make network HUD mutator

Post 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.
Post Reply