PGM icon indicating copy to clipboard operation
PGM copied to clipboard

Add filterable scoring

Open Cazadorian opened this issue 3 years ago • 3 comments

Currently with the score module you are able to define how many points are received or reduced from things such as kills and deaths. This applies globally to everyone in the match. This however does not allow flexibility for maps, especially A/D maps, to reward different amount of points for different teams. If for example you wanted to have an A/D map where one team was able to score via kills but the other was not, this would not currently be possible. Therefore being able to filter this would allow much more flexibility for these maps, and likely have uses outside A/D maps(i.e rewarding double points in a TDM for killing someone near a scorebox).

Cazadorian avatar Aug 02 '22 13:08 Cazadorian

It could probably probably get a filter and a trigger attribute similar to current portals

KingOfSquares avatar Aug 02 '22 14:08 KingOfSquares

Alternative: be able to set/add score via an action, with the value of a variable. Use killreward kit with an action to score the points (and since action supports a filter, as per variables PR, it is fully filterable)

Pablete1234 avatar Aug 29 '22 15:08 Pablete1234

#1220 adds score modification functionality via variables

Pablete1234 avatar Aug 19 '23 10:08 Pablete1234