AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [CSGO]BOT's Only Head Aiming (https://forums.alliedmods.net/showthread.php?t=272553)

maclanegamer 10-02-2015 16:04

[CSGO]BOT's Only Head Aiming
 
Anyone know if it is possible to configure BOTs to only aim at players head?

Addicted. 10-02-2015 16:47

Re: [CSGO]BOT's Only Head Aiming
 
You can set the bots view angle and force them to shoot

friagram 10-03-2015 02:02

Re: [CSGO]BOT's Only Head Aiming
 
run cmd will do it, just fire a trace to see if they have an enemy targeted and then fire another to aim for head and see if that shot is valid, and adjust angles. you can do most with getclienteyeposition/angles.

something like so
check if bot has in attack button
get eye pos, eye angle, fire ray
test if ray hits an enemy
get enemy eye pos and angle
fire a ray to enemy
if ray hits, set eye angles so the bot uses the ray angles

zipcore 10-03-2015 05:38

Re: [CSGO]BOT's Only Head Aiming
 
I'm writing on such a plugin (SmartBots) with Addicted, it's already working and has several checks like isVisible & isInSight. The only thing which is not working is a no recoild system for csgo. On css thats working too.

joac1144 10-03-2015 06:26

Re: [CSGO]BOT's Only Head Aiming
 
Quote:

Originally Posted by zipcore (Post 2349214)
I'm writing on such a plugin (SmartBots) with Addicted, it's already working and has several checks like isVisible & isInSight. The only thing which is not working is a no recoild system for csgo. On css thats working too.

Are you gonna make it public when it's finished?

zipcore 10-03-2015 09:20

Re: [CSGO]BOT's Only Head Aiming
 
we don't care, idk maybe :P

Addicted. 10-05-2015 01:57

Re: [CSGO]BOT's Only Head Aiming
 
Quote:

Originally Posted by joac1144 (Post 2349225)
Are you gonna make it public when it's finished?

It depends on how far we get with it :)

zipcore 10-05-2015 09:11

Re: [CSGO]BOT's Only Head Aiming
 
correct

manicogaming 08-21-2019 13:12

Re: [CSGO]BOT's Only Head Aiming
 
Quote:

Originally Posted by zipcore (Post 2350007)
correct

Are you still planning on releasing it?

Ejziponken 08-21-2019 13:25

Re: [CSGO]BOT's Only Head Aiming
 
if you set mp_damage_headshot_only 1, the bot will target head.


All times are GMT -4. The time now is 03:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.