2008-2010 - 2010-2012 - 2012-2018


Author Topic: Strafe bot scripting help!  (Read 1683 times)

w0und

  • (Archive)Forum Member
  • *
  • Posts (Archive): 112
Strafe bot scripting help!
« on: August 31, 2013, 16:38:10 PM »
Soo i was like searchin on Youtube, and saw dfwc bot competition its seems to be pretty cool... I asked Z0rn about that, he dont want to answer me yet. Does anyone know how to script strafe, i know i need to use notepad, but dont know the commands :)

PaniC

  • (Archive)Evil|Clan Member
  • *
  • Posts (Archive): 149
Re: Strafe bot scripting help!
« on: September 01, 2013, 00:07:56 AM »
No idea,

maybe you should ask one of the guys there

blubber

  • (Archive)Forum Member
  • *
  • Posts (Archive): 2
Re: Strafe bot scripting help!
« on: September 09, 2013, 01:31:18 AM »
I made a simple circle jump script, in vq3 it reaches 550 ups. The commands used here (and +-left) are probably all you need for a strafe bot.
It is actually easy, but optimizing the numbers takes much time.

In console, \exec bot.cfg.
File bot.cfg:

bind c "exec bot.cfg"
+forward
//wait 400
cl_yawspeed 310
+moveright
+right
wait 125
+moveup
wait 2
-moveup
cl_yawspeed 47
wait 175
-forward
-moveright
-right

w0und

  • (Archive)Forum Member
  • *
  • Posts (Archive): 112
Re: Strafe bot scripting help!
« on: September 11, 2013, 18:05:59 PM »
where to save in ?

blubber

  • (Archive)Forum Member
  • *
  • Posts (Archive): 2
Re: Strafe bot scripting help!
« on: September 11, 2013, 20:28:18 PM »
Write the script into a file and put it in %APPDATA%\OpenArena\baseoa\bot.cfg or ~/.openarena/baseoa/bot.cfg depending on your OS.
You can also use the defrag folder if you want (.../defrag/bot.cfg) or baseq3 folder if you use that.
Then \exec bot.cfg and use c as easy shortcut.

q3a

  • (Archive)Forum Member
  • *
  • Posts (Archive): 1
Re: Strafe bot scripting help!
« on: October 31, 2013, 02:18:21 AM »
Link to the demo:
http://www.defrag.ru/forum/index.php?act=attach&type=post&id=7648

maybe  this archive can help you..