gametechmods

Robot Arena => General Support => Topic started by: TeamScrewUp on January 19, 2020, 01:46:11 AM

Title: AI not working?
Post by: TeamScrewUp on January 19, 2020, 01:46:11 AM
I recently changed the bot Files of Snow Job, Coal Miner and Bad dog, and replaced them with more improved versions than before. I had kept the AI in the Bindings files the same, since i didn't change the name of the bots.

Snow Job works fine, no issues

Coal Miner and Bad dog seem to run into walls the minute the fight begins, and in sumo fights, off the edge. I don't really know why this is.
Title: Re: AI not working?
Post by: NickyDustyOwl on January 19, 2020, 02:37:00 AM
This is most likely a nose issue,Id suggest downloading philetbabes AI Chart here https://gametechmods.com/uploads/files/8459AI-Chart-2.3.rar
Title: Re: AI not working?
Post by: TeamScrewUp on January 19, 2020, 04:54:28 AM
This is most likely a nose issue,Id suggest downloading philetbabes AI Chart here https://gametechmods.com/uploads/files/8459AI-Chart-2.3.rar

I have tried using this but both bots still face the wrong way mo matter what Nose setting i put. And the weapons on one for some reason don't work
Title: Re: AI not working?
Post by: NickyDustyOwl on January 19, 2020, 05:19:15 AM
This is most likely a nose issue,Id suggest downloading philetbabes AI Chart here https://gametechmods.com/uploads/files/8459AI-Chart-2.3.rar

I have tried using this but both bots still face the wrong way mo matter what Nose setting i put. And the weapons on one for some reason don't work
Could you maybe share the bindings and show us the bots? That way I can help out more
Title: Re: AI not working?
Post by: TeamScrewUp on January 19, 2020, 12:09:53 PM
This is most likely a nose issue,Id suggest downloading philetbabes AI Chart here https://gametechmods.com/uploads/files/8459AI-Chart-2.3.rar

I have tried using this but both bots still face the wrong way mo matter what Nose setting i put. And the weapons on one for some reason don't work
Could you maybe share the bindings and show us the bots? That way I can help out more

  [ This attachment cannot be displayed inline in 'Print Page' view ]     [ This attachment cannot be displayed inline in 'Print Page' view ]  

 list.append( ("Big Dog", "Rammer", { 'radius':1.5, 'turnspeed' : 1.5 }) )
 

list.append( ("Coal Miner", "DirectionalSpinner", { 'invertible': True , 'trigger' : 'twirl', 'topspeed': 12.0, 'turnspeed': 2.0, 'throttle': 110, 'weapons': (1, 2, 3,) }) )


pretty much the stock code, hope that helps
Title: Re: AI not working?
Post by: Bildschirm on January 24, 2020, 06:09:21 AM
Where is your nose math pi in the AI?
Title: Re: AI not working?
Post by: Pwnator on January 24, 2020, 08:18:20 AM
Where is your nose math pi in the AI?

Before we move on to that, on the Overview tab, where is the 'front' pointing toward?
Title: Re: AI not working?
Post by: TeamScrewUp on January 24, 2020, 10:08:34 AM
Where is your nose math pi in the AI?

Before we move on to that, on the Overview tab, where is the 'front' pointing toward?

The Front is pointed in the default position.

And i have currently got no code for the nose currently since that was the last thing that i tried