{\r
col = GetPlayerColor(tm.sv_entnum);\r
//if(color == COLOR_SPECTATOR || color == col)\r
+ if not(tm.eaten) // don't show prey on the radar\r
draw_radar_player(tm.origin, tm.angles, GetTeamRGB(col));\r
}\r
draw_radar_player(view_origin, view_angles, '1 1 1');\r
\r
- Fix floating player names showing for prey, which was both wrong and caused overlapping.\r
\r
+- Fix prey showing on the radar\r
+\r
Features:\r
\r
- There is no longer a player swallow limit. Players have a stomach capacity (for predators) and a mass (for prey), both based on player scale. As long as your mass is not exceeded, you can keep swallowing players. This affects your weight and overall player capacity based on player size as well. eg: You might be able to eat only one large player, three tiny players, or two normal sized players at the same time. Stomach size will also reflect your capacity, not the player count, being bigger or smaller based on the prey inside and their size compared to yours. By default, a macro can swallow up to 15 mircos and a micro up to 1 macro.\r
\r
- 0.8: Maybe make self a different color on the radar (possibly just change brightness)\r
\r
-- 0.7: Prey still appears on the radar!\r
-\r
- !: Arrange this TODO better in order of importance and target version\r
\r
- 0.7: Update the engine, netradiant, and fteqcc\r