Blockland Forums > Suggestions & Requests
Client side remove Red damage flash
Pages: (1/1)
Fastlex:
A client sided mod that removes the red damage flash and replaces it with a text notification. "HIT! - 23"
jes00:
Weird. I traced an event dealing me 25 damage. No clientCmd, no GUI, nothing.
Port:
--- Quote from: jes00 on September 09, 2013, 07:44:48 AM ---Weird. I traced an event dealing me 25 damage. No clientCmd, no GUI, nothing.
--- End quote ---
That's because ::setDamageFlash is a engine system networked directly through the object ghosting (?) system. The PlayGUI object directly renders the data associated with the object it's controlling (or orbiting, if it's a camera).
jes00:
--- Quote from: Port on September 09, 2013, 07:54:48 AM ---That's because ::setDamageFlash is a engine system networked directly through the object ghosting (?) system. The PlayGUI object directly renders the data associated with the object it's controlling (or orbiting, if it's a camera).
--- End quote ---
So. There's no way to stop the damage flash from happening?
Pages: (1/1)