bot warfare
-
Can someone help me, I wanna remove the hud bot warfare adds. "5 Kill streak" in the killfeed for example. I cant find the files that adds that so if anyone knows what one that is please reply
-
@FIutrs Everything related to Bot Warfare can be found here https://github.com/ineedbots/piw5_bot_warfare#Documentation
-
@FIutrs Did you figure it out? The official documentation is not really helpful as the HUD is not mentioned and only seems to be added on dedicated servers.
-
Wiingsman I can look into it if you give a clear explanation of what that is since even though I used Bot Warfare quite a lot I have no idea what that is. A screenshot would be nice
-
@lResxt Thanks for the quick reply! Currently not home to post a screenshot, but I'll try to explain.
Basically when you shoot a Bot (or even one of your kill-streaks), then there are damage-points shown on the screen. So for example you shoot a Bot, then you will have the number 60 popup right on your crosshair, telling you the damage you made for each shot.
You even have a little text-field in the lower right corner of the game, giving you information about your movement speed.I did look through the documentation, but didn't find anything about disabling that. It also only ever happens on a dedicated server - hosting a private match does not have such a "hud" or tell you anything about how much damage you did to a bot.
When I'm home I can provide a screenshotThanks!
-
@lResxt Here a screenshot of the damage indication shown after each shot
-
Wiingsman I never had that so I guess you just copy/pasted a server config without seeing what's inside?
Check if you haveset scr_printDamage "1"
in your server config. If yes simply removing the line should remove it (or set it to 0). Same forset scr_killstreak_print "2"
andset scr_showHP "1"
. It might be what you're looking for -
@lResxt Seems like I completely overlooked them. Thanks!