ravimohan1991 / SmartCTF

Mutator for CTF Games in UT2004
2 stars 0 forks source link

On-screen artifact on some maps #4

Closed Annihilator closed 4 years ago

Annihilator commented 4 years ago

A player has noticed that this artifact appears on the top right of the screen, but only on certain maps: image Example maps where it occurs:

The issue is consistent when the SmartCTF is running, and disappears when it's removed. Looks like the map thumbnail and appears on the HUD after spawning.

ravimohan1991 commented 4 years ago

Good catch! I actually wanted to add a feature which shows the location of friend flag carrier within the map on team players' HUD. Just like it is shown in ONS. But it turns out that the map is drawn only if Level.RadarMapImage is set by the map author.

Since is it not set for most of the CTF/VCFT maps, it is never drawn on the HUD and, thus, I couldn't complete the feature. With time, I forgot about it.

I have commented out the code which draws the map thumbnail. It should work fine now. System.zip

Annihilator commented 4 years ago

Issue fixed, thank you!