Author Topic: AIBindingsPuker  (Read 1894 times)

Online apanx

AIBindingsPuker
« on: June 06, 2018, 02:15:39 PM »
AIBindingsPuker
Point at a directory containing Bots and it will puke out a file containing a binding template for all the bots.

Offline Ra2Winner999

  • Heavyweight
  • Posts: 469
  • Rep: 2
  • guys terraria 1.4 is out
    • View Profile
    • Awards
Re: AIBindingsPuker
« Reply #1 on: June 06, 2018, 02:29:37 PM »
AIBindingsPuker
Point at a directory containing Bots and it will puke out a file containing a binding template for all the bots.
Now I can make a tournament!


Edit: Juusst have to learn how to edit screen recordings,
the heavy is dead

Offline freeziez

  • Ultra Heavyweight
  • Posts: 4720
  • Rep: 2
  • He's Mr. White Christmas, he's Mr. Snow...
    • youtube.com/freeziezGTM
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: AIBindingsPuker
« Reply #2 on: June 06, 2018, 02:51:30 PM »
AIBindingsPuker
Point at a directory containing Bots and it will puke out a file containing a binding template for all the bots.
Now I can make a tournament!


Edit: Juusst have to learn how to edit screen recordings,

template
obligatory battlebots 5 comment

GTM Awards 2011

Best Tournament: B4ttlebots (freeziez)
Best New Tournament Host: freeziez
Most Suprising Tournament: B4ttlebots (freeziez)

Offline kaiser

  • Antweight
  • Posts: 91
  • Rep: 0
    • View Profile
    • Awards
  • Discord: kaiser#0050
Re: AIBindingsPuker
« Reply #3 on: June 12, 2018, 02:15:09 PM »
AIBindingsPuker
Point at a directory containing Bots and it will puke out a file containing a binding template for all the bots.

This is awesome, thanks apanx
Battles are won in the bot lab, tournaments are won in the bindings.py

Offline Yoloskater224

  • Mr Stealyogirl
  • Antweight
  • Posts: 53
  • Rep: -1
  • I'm just sayin, granny's revenge is HOT
    • Insert_Name_Here224
    • View Profile
    • Awards
  • Discord: Stolen_Kryptic#0782
Re: AIBindingsPuker
« Reply #4 on: August 12, 2018, 03:39:28 PM »
Hey! I love the concept of this tool, except i can't quite get it to work!
You see, i'll run the .exe and then it will open a command prompt, and instantly close it.

I've managed to get a shot of what the message it was, something about not being able to read a file in temp or whatever.

any help appreciated!  :vista:
pepsi max

Offline Billy5545

  • Best Newcomer 2018
  • Posts: 796
  • Rep: 4
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Discord: Kendor#3191
Re: AIBindingsPuker
« Reply #5 on: August 12, 2018, 06:17:27 PM »
Hey! I love the concept of this tool, except i can't quite get it to work!
You see, i'll run the .exe and then it will open a command prompt, and instantly close it.

I've managed to get a shot of what the message it was, something about not being able to read a file in temp or whatever.

any help appreciated!  :vista:
Talking about that message, I think I get the similar file to when running AIBindingsPuker. A bit out if topic, owever, I don't just suffer from that problem in AIBindingsPuker. I suffer it in all Apanx tools I have downloaded, like Bot Exporter and OBJRA2

Offline UberPyro

  • Lightweight
  • Posts: 205
  • Rep: 6
  • Well, here goes.
  • Awards GTMCS Division Winner
    • View Profile
    • Awards
Re: AIBindingsPuker
« Reply #6 on: August 12, 2018, 07:13:07 PM »
My computer seems really adamant on not wanting me to run the exe, I'll have to figure out how to allow it.

Anyway, I wonder if there's any way to look into the bot file to automatically fill out fields like invertible, turn radius, the nose, the bot type, the weapons thing, and so on (with imperfect heuristics). Would be an interesting thing to try out making, I might try it myself.

Offline Badger

  • Permanent Artifact
  • Giga Heavyweight
  • Posts: 6318
  • Rep: 3
  • I wish to be with my people
  • Awards BOTM Winner Donated money for site hosting 2019
    • View Profile
    • Awards
Re: AIBindingsPuker
« Reply #7 on: August 12, 2018, 10:40:47 PM »
My computer seems really adamant on not wanting me to run the exe, I'll have to figure out how to allow it.

Anyway, I wonder if there's any way to look into the bot file to automatically fill out fields like invertible, turn radius, the nose, the bot type, the weapons thing, and so on (with imperfect heuristics). Would be an interesting thing to try out making, I might try it myself.
Nose, yes (there's a line in the file that stores the nose you set in the botlab, so you can read from that). To "guess" the others based on the data in the .bot file would be much harder and more time consuming to implement than the rest of the program multiple times over, I would suspect. Maybe you could get away with plugging the component ID of every weapon component on the bot into the weapons tab, but it would be kinda bad and a nightmare to check

To all the people that can't run it, the issue is probably that you don't have whatever necessary Microsoft redistributables required. If I'm right in that, apanx can point you to which one(s) you need to install
also lol at most toxic guy around calling others out on this sh**
Google Drive with my newer bots

Online apanx

Re: AIBindingsPuker
« Reply #8 on: August 29, 2018, 12:59:29 PM »
Most of these pyinstaller tools uses the Microsoft Visual C++ 2008 runtime, found here
https://www.microsoft.com/en-us/download/details.aspx?id=29

Have also updated the tool so it should work on more configs.