Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turn off "Aim Down Sights" in bots only
#1
Hi, I'm relatively new at modding and scripting. What i was hoping for, if this is the right forum to do it in, a mod or a script i can use to switch of the ability to ADS on bots only. If that is even possible. I'm hoping that this might reduce the accuracy in bot combat without making them extremely simple, easy and pointless. I've been playing with Pezbot on Cod4 and noticed that they never seem to ADS and i was thinking that might be why they feel superior to the Black Ops built in bots.

Any thoughts ideas or comments on why it would not work?
Reply

#2
because pezbots = moving aimbots Troll

also, the code to do is
self allowads(false);

true = allows
[Image: lQDUjba.jpg]
Reply

#3
(09-15-2011, 19:40)OrangePL Wrote: because pezbots = moving aimbots Troll

also, the code to do is
self allowads(false);

true = allows
Thanks for the quick reply, having trouble implementing the code though. So you don't think Pezbots where all that good?
Reply

#4
I didnt say they werent good, they had sometimes unrealistic aiming, and this weird way of walking Tongue
I like 3arc bots more, they act more realistic.
About the code - put after onplayerspawned() in rank.gsc, adter self waittill("spawned_player");
[Image: lQDUjba.jpg]
Reply

#5
Code:
if(isDefined(self.pers["isBot"]) && self.pers["isBot"]) //Or replace with if(self is_bot())
    self allowADS(false);

Add that under self waittill("spawned_player") in onPlayerSpawned.
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply

#6
(09-15-2011, 21:03)OrangePL Wrote: I didnt say they werent good, they had sometimes unrealistic aiming, and this weird way of walking Tongue
I like 3arc bots more, they act more realistic.
About the code - put after onplayerspawned() in rank.gsc, adter self waittill("spawned_player");

Thanks again. Yeah i feel its a mixed bag with both of them. 3arc bots move way better and act calmer than pezbots but I've never had a problem with pezbots headshotting me across an entire map with a submachine gun like 3arc bots are so talented at. Maps like Hazard aka Cliffside are almost unplayable against 3arc bots.
Well ultimately it worked that the bots only had restricted ADS thanks to the code help that i got. but the side effect was that they would freeze on the spot upon seeing an enemy and not fire unless i was well withing CQC range. It was a strange Minecraft "Endermen" kind of effect.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help how to turn off map in dedicated server pero123 8 6,604 10-15-2013, 19:00
Last Post: Nekochan
  Private Match Bots? (NO CT) Strazeeh 12 9,228 10-02-2013, 16:52
Last Post: Strazeeh
  Bots in MW3/IW5M DidUknowiPwn 38 74,187 07-25-2013, 17:26
Last Post: OrangePL
  No Hope: AI Zombies [Bots] d0h! 10 84,549 07-23-2013, 17:38
Last Post: xXzKingPinzXx
  smart bots CheGuevara 8 6,213 06-01-2013, 08:23
Last Post: CheGuevara
  Spam bots on ItsMods AZUMIKKEL 10 7,438 05-08-2013, 23:05
Last Post: AZUMIKKEL
Question Server TURN OFF plugin vudik 6 3,585 04-04-2013, 11:31
Last Post: archit
  PTK Bots pflaurie 5 4,087 03-16-2013, 23:52
Last Post: Nekochan
  Help How to turn night off in QCZM 5.0? Narwhal900 2 2,279 03-13-2013, 12:03
Last Post: Nekochan
Tongue Quaratine Chaos Zombie Mod v3.1 + Smart Bots ddaavvee 9 22,960 09-08-2012, 13:02
Last Post: jacobscience123

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.