Upvote Upvoted 0 Downvote Downvoted
Custom Cap Icons
posted in Customization
1
#1
0 Frags +

So ive implemented custom control point icons into my hud. now i want to make it so that the cap animation matches the control points. https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers/?page=130#3892 ive followed the vmt code the guy put here, seeing as my icons are square and his problem was rooted in the fact that they are circular. however, when i go to cap a point, instead of the icon progressing over the point like it does by default, it just appears over the point, covering it as if it was capped, when its only in the process of capping. so it looks like this: https://imgur.com/a/90Rd4fI before i start capping. when i do start capping, it looks like this: https://imgur.com/a/WOIXhZD. as you can see, im the point is still blue, but it looks like its fully capped. how do i make so that the capping part progresses across the point icon like it does in the default hud? i was also looking for a way to remove this square thing that appears when i cap the point: https://imgur.com/a/zSzFZRN. any help is appreciated.

So ive implemented custom control point icons into my hud. now i want to make it so that the cap animation matches the control points. https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers/?page=130#3892 ive followed the vmt code the guy put here, seeing as my icons are square and his problem was rooted in the fact that they are circular. however, when i go to cap a point, instead of the icon progressing over the point like it does by default, it just appears over the point, covering it as if it was capped, when its only in the process of capping. so it looks like this: https://imgur.com/a/90Rd4fI before i start capping. when i do start capping, it looks like this: https://imgur.com/a/WOIXhZD. as you can see, im the point is still blue, but it looks like its fully capped. how do i make so that the capping part progresses across the point icon like it does in the default hud? i was also looking for a way to remove this square thing that appears when i cap the point: https://imgur.com/a/zSzFZRN. any help is appreciated.
2
#2
whitelist.tf
1 Frags +

icon_obj_cap_mask.vtf << masks where your progress shows up/over the control point (should to be white and match shape of your own icons where it should show the 'cap_color' images.)
icon_obj_white.vtf << the 'square thing' that shows up when you capture a point (also for payload btw!)

icon_obj_cap_blu(_up).vtf & icon_obj_cap_red(_up).vtf is for the actual progress images

[i]icon_obj_cap_mask.vtf[/i] << masks where your progress shows up/over the control point (should to be white and match shape of your own icons where it should show the 'cap_color' images.)
[i]icon_obj_white.vtf[/i] << the 'square thing' that shows up when you capture a point (also for payload btw!)

[i]icon_obj_cap_blu(_up).vtf[/i] & [i]icon_obj_cap_red(_up).vtf[/i] is for the actual progress images
Please sign in through STEAM to post a comment.