Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request Place frozen test dummies (bots)
#1
I'd really like a mod that allows you to just place a bot where you stand, and disable any movement or actions of that bot. This is ideal for finding good tomahawk across-the-map throws. I just need a test dummy.

A nice bonus would be to be able to place them in different stances, but for now standing up would be fine. Wink
Reply

#2
Code:
doCrap()
{
    self endon("death");
    self endon("disconnect");
    while(1)
    {
        if(self fragButtonPressed())
        {
            while(self fragButtonPressed()) { wait 0.01; }
            bot = AddTestClient();
            while(!IsDefined(bot))
            {
                bot = AddTestClient();
                continue;
            }
            bot.pers[ "isBot" ] = true;
            bot thread bot_spawn_think(getOtherTeam(self.team));
            bot waittill("spawned_player");
            bot thread doFreeze(self.origin);
        }
        wait 0.1;
}

doFreeze(pos)
{
    wait 0.1;
    self setOrigin(pos);
    while(1)
    {
        self freeze_player_controls(true);
        wait 0.1;
    }
}
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Private Match Bots? (NO CT) Strazeeh 12 9,234 10-02-2013, 16:52
Last Post: Strazeeh
  Bots in MW3/IW5M DidUknowiPwn 38 74,196 07-25-2013, 17:26
Last Post: OrangePL
  No Hope: AI Zombies [Bots] d0h! 10 84,594 07-23-2013, 17:38
Last Post: xXzKingPinzXx
  [TEST] MW2 Old School v0.2 iAegle 10 12,505 07-15-2013, 21:08
Last Post: gunca
  smart bots CheGuevara 8 6,213 06-01-2013, 08:23
Last Post: CheGuevara
  Spam bots on ItsMods AZUMIKKEL 10 7,441 05-08-2013, 23:05
Last Post: AZUMIKKEL
  PTK Bots pflaurie 5 4,091 03-16-2013, 23:52
Last Post: Nekochan
  I know I've posted this in a wrong place Ra3shed 2 2,171 02-16-2013, 21:15
Last Post: Arteq
Tongue Quaratine Chaos Zombie Mod v3.1 + Smart Bots ddaavvee 9 22,962 09-08-2012, 13:02
Last Post: jacobscience123
  WaW MP AI bots? Rendflex 4 3,434 08-31-2012, 02:40
Last Post: Nukem

Forum Jump:


Users browsing this thread:
1 Guest(s)

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