gametechmods

Robot Arena => Discussion => Topic started by: FlamesOfIce on August 17, 2018, 05:48:07 AM

Title: AI Srimechs
Post by: FlamesOfIce on August 17, 2018, 05:48:07 AM
Ive made witch doctor that can self right with a srimech, but when converted to ai, it doesn't activate. Ive named it Srimech and ive written that the bot is not invertible can anyone help?

AI:    list.append(("Witch Doctor","DirectionalSpinner",{'invertible':False, 'nose':math.pi*2,'radius':0.1,'range':500,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5,'weapons':(33,45,46)}))
Title: Re: AI Srimechs
Post by: Badger on August 17, 2018, 05:52:17 AM
Try using omni, I bet it's that DirectionalSpinner doesn't support srimechs. Why are you using that .py anyway? I've never seen it before
Title: Re: AI Srimechs
Post by: Gulden on August 17, 2018, 08:46:36 AM
I believe entering 'UseSrimech:1,' into the AI line will help with that (easily copy-pasted from Complete control's AI).
Title: Re: AI Srimechs
Post by: Resetti's Replicas on August 19, 2018, 01:52:01 PM
Use "Omni" it's got all the same features but allows for Srimechs
Title: Re: AI Srimechs
Post by: FlamesOfIce on August 19, 2018, 02:17:06 PM
Thanks for all the help!  :bigsmile:

Omni did indeed work!