taskinoz / Streamer-Mode

Hides player names to avoid stream sniping and ddos protection
MIT License
8 stars 2 forks source link

health #3

Open kaaredk opened 3 years ago

kaaredk commented 3 years ago

i know thats everyone know it but combat is so hard when you cant see the health bars its a big problem when fighting titans plx fix in next update

taskinoz commented 3 years ago

It's not something I can do with VPK modding since the only way to remove player names is to remove ui_targetinfo "ui/targetinfo_pilot" which also removes health.

The only way I could conceivable do it is to patch the ui.dll to replace the names with blank for the titan and pilot target info's

kaaredk commented 3 years ago

isnt it possible to modify the the files by not removing them but modifying them to say UNKNOWN? then it wouldnt be a problem but i dont know if it is possible since i dont know anything about coding

taskinoz commented 3 years ago

Like I said the name and health are connected so I can't do anything except remove it or patch the ui.dll which I don't know how to do