Page 1 of 1
Script Request
Posted: Tue Apr 05, 2016 3:57 am
by Donald Trump
I need somebody to make a script for me.
I want a bot that:
-won't randomly jump off the map trying the reach me
-will use his weapons
-is decent at fighting
http://i.imgur.com/PenpDI2.jpg
(My map and the bot)
My current bot is just the tutorial bot...
which means it doesn't understand any none flat terrain and doesn't use weapons
and also sucks at fighting in general.
Here is my current code:
► Show Spoiler
public void CPU(CreateTriggerArgs args){
((IPlayer)args.CreatedObject).SetBotType(BotType.TutorialA);
((IPlayer)args.CreatedObject).SetTeam(PlayerTeam.Team4);
}
Thanks y'all!
► Show Spoiler
By the way I think Donald Trump is an idiot, who else? Please drop out trump, your steaks do not give
you the qualifications to be a president!
Make superfighters deluxe great again!
Re: Script Request
Posted: Tue Apr 05, 2016 5:44 am
by TheOriginalCj
I'm just letting you know, CPUs only have one spesific AI at the moment, I've approved this post to confirm that it is currently not possible to use an AI as intended.
Re: Script Request
Posted: Tue Apr 05, 2016 6:00 am
by Donald Trump
TheOriginalCj wrote:I'm just letting you know, CPUs only have one specific AI at the moment, I've approved this post to confirm that it is currently not possible to use an AI as intended.
@TheOriginalCj I've played on zombie servers, are those 3rd party mods or something else? Or did they code an entire AI somehow?
Speaking of "currently not possible" how soon is the update with CPU opponents (bots) coming out?

Re: Script Request
Posted: Tue Apr 05, 2016 7:50 am
by TheOriginalCj
Donald Trump wrote:
@TheOriginalCj I've played on zombie servers, are those 3rd party mods or something else? Or did they code an entire AI somehow?
Speaking of "currently not possible" how soon is the update with CPU opponents (bots) coming out?

#Octothorp made some great crap when API was implemented. They used the Tutorial bot CPU, but if they were within an area, the area would slowly degrade, destroying the house, forcing players to fight the zombies. Additionally, players would be revived as zombies and would be able to chase down players themselves. That was what they did to make the zombies appear smarter than they actually were.
As for the bot update, not anytime soon. The devs figure once all of the basic mechanics are in place, they will begin to work on the AI so they don't have to continually update the AI library every single time.
Re: Script Request
Posted: Tue Apr 05, 2016 6:58 pm
by Gurt
TheOriginalCj wrote:As for the bot update, not anytime soon. The devs figure once all of the basic mechanics are in place, they will begin to work on the AI so they don't have to continually update the AI library every single time.
Thanks for understanding and explaining. Saves me time, energy, sanity and trouble repeating myself over and over.
