![]() |
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 |
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! |
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 |
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. :)
|
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 |
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.