gametechmods

Robot Arena => Modifications => Topic started by: apanx on June 06, 2018, 02:15:39 PM

Title: AIBindingsPuker
Post by: apanx on June 06, 2018, 02:15:39 PM
AIBindingsPuker (https://gametechmods.com/forums/downloads/?sa=view;down=407)
Point at a directory containing Bots and it will puke out a file containing a binding template for all the bots.
Title: Re: AIBindingsPuker
Post by: Ra2Winner999 on June 06, 2018, 02:29:37 PM
AIBindingsPuker (https://gametechmods.com/forums/downloads/?sa=view;down=407)
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,
Title: Re: AIBindingsPuker
Post by: freeziez on June 06, 2018, 02:51:30 PM
AIBindingsPuker (https://gametechmods.com/forums/downloads/?sa=view;down=407)
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
Title: Re: AIBindingsPuker
Post by: kaiser on June 12, 2018, 02:15:09 PM
AIBindingsPuker (https://gametechmods.com/forums/downloads/?sa=view;down=407)
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
Title: Re: AIBindingsPuker
Post by: Yoloskater224 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:
Title: Re: AIBindingsPuker
Post by: Billy5545 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
Title: Re: AIBindingsPuker
Post by: UberPyro 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.
Title: Re: AIBindingsPuker
Post by: Badger 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
Title: Re: AIBindingsPuker
Post by: apanx 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.