Notes |
|
(0014938)
|
Dusk
|
2016-05-16 19:41
|
|
Your suggestion is very vague. You want "certain kinds of actors" to have +CLIENTSIDEONLY added and the problem specifically is that we don't know exactly what actors should be subjected to this. |
|
|
(0014974)
|
Marcaek
|
2016-05-23 18:40
(edited on: 2016-05-23 18:41) |
|
I can't really elaborate beyond "actors which wont break shit when clientsided" IE stuff like visual-only special effects.
I suppose that means parsing actors for certain properties\flags to detect their role in the game somehow.
|
|
|
|
Sounds like you should just edit the mod. |
|
|
|
There's really no way to do this heuristically. +CLIENTSIDEONLY will need to manually be put on the effects. Also, mods should be edited to put the SXF_CLIENTSIDE flag on any A_SpawnItemEX calls that spawn effects too. |
|
|
(0015027)
|
Dusk
|
2016-06-05 22:58
|
|
Yeah this really isn't feasible. DECORATE is simply too complicated. |
|