.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   General Bot Coding (http://forums.bots-united.com/forumdisplay.php?f=24)
-   -   bot sdk (http://forums.bots-united.com/showthread.php?t=6148)

stross 26-02-2007 14:43

bot sdk
 
Hi, I have to realize a generic architecture to modelize behaviors. So I look for a "SDK" to realize a bot (any game is OK for me).

I don't know which one to choose, cause I don't want to loose time (I realize a work placement) with technical problems, I just want to focus on the architecture code.

So I look for something like a template that permit to get the bot perceptions in a symbolic way (ENEMY_IN_FRONT(enemy1), AMMO_LOW, ....), and to act via bot effector easily (SHOOT(enemy1), GET_AMMO, ...). With this type of template I will just have to focus on the decision mecanism, which is interrest me.

Is there someone who can lead me in the choose of a template like this?

thanks

Stross

The Storm 26-02-2007 16:34

Re: bot sdk
 
You can try with HLSDK and make a new bot for Half-Life. I suggest Half-Life because it is the easiest way to get the game private data as ammo and such instead of hacking game messages of closed source mods.
Good luck!

stross 26-02-2007 21:48

Re: bot sdk
 
About the existant bots which gave their source code, do they used such symbols for getting perceptions and acting in the game.

Cause if it's the case, I could also adapt an existing code, and change the decision making mecanism.

I will take a look at the HLSDK.

thank you

The Storm 27-02-2007 21:56

Re: bot sdk
 
You can use the algoritms from other bots without a problem, you just must understand the HLSDK, how HL and its engine work, ones you get it you will be able to directly add futures in your bot. :)

stross 28-02-2007 09:58

Re: bot sdk
 
thanks, for now I will begin to work on the decision mecanism and testing it on a small example. If I have the time at the end of my work placement, I will implement it on a half-life bot.

++

Stross

The Storm 01-03-2007 13:09

Re: bot sdk
 
I wish you good luck. :)


All times are GMT +2. The time now is 04:02.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.