redeclipse / base

Base environment for Red Eclipse and associated source files.
https://redeclipse.net/
434 stars 89 forks source link

decal game mode / mut bug #1381

Open dc-redeclipse opened 1 year ago

dc-redeclipse commented 1 year ago

the mode mut flags of decals are made for hiding the decal in certain modes and muts bit this doesn't work. If ffa set exclusively its still visible and the other way around also. how can I hide those decals only when FFA! image

Jigoku commented 1 year ago

You need to invert the selection like this; (greyed out text = disabled) 2022-10-24-005716_142x105_scrot

It can be done by selecting all mutators other than ffa in the entity UI, or alternatively you can set the muts attribute to a negative value (in this case to exclude ffa you could set it to -1)

dc-redeclipse commented 1 year ago

yeah as I mentioned this don't work either for ffa.

Jigoku commented 1 year ago

yeah as I mentioned this don't work either for ffa.

i checked earlier and it does work

Jigoku commented 1 year ago

2022-10-24-093034_1920x1080_scrot 2022-10-24-093037_1920x1080_scrot

qreeves commented 1 year ago

None of us can reproduce the issue, so I'm pretty sure there's a PEBKAC here. Maybe you should go through exactly what you're doing so we can see if you're doing something incorrectly?

dc-redeclipse commented 1 year ago

20221028_012539 On this settings it should not be hidden only in FFA and race right? But if you vote DM without any muts it does not appear. 20221028_012947 You need to vote at least one mut like classic to behave like it should. 20221028_013047 Other way around its also miss behaving on FFA. If you vote dm FFA everything is fine. 20221028_013317 But if at least one mut like classic is also selected same behavior happend. 20221028_013357 Under this settings it is reproducible. Blame me if its my fault when this way of using it is wrong. Maybe the best and less confusing way of using a function like this is how it works on triggers.

qreeves commented 6 months ago

Please confirm if this is still an issue in latest dev.