HurricaneBot: Difference between revisions
Gtamike TSGK (talk | contribs) mNo edit summary |
Gtamike TSGK (talk | contribs) mNo edit summary |
||
Line 39: | Line 39: | ||
The bot "speech" is in a very basic status and has been set with English text. | The bot "speech" is in a very basic status and has been set with English text. | ||
There are plans to develop this specific part and add languages. | There are plans to develop this specific part and add languages. | ||
== E.G. of server.cfg settings == | |||
<syntaxhighlight> | |||
//Hurricane Bot settings | |||
hrcbot_enabled 1 | |||
hrcbot_minplayers 0 | |||
hrcbot_maxplayers 5 | |||
hrcbot_handicap 65 | |||
hrcbot_motd 0 | |||
hrcbot_dialogmsg 1 | |||
hrcbot_freezeifnoplayers 0 | |||
hrcbot_spawnprotectionseconds 2 | |||
hrcbot_spawnprotectedhealth 125 | |||
hrcbot_player_spawnweapon smg1 | |||
hrcbot_clan "" | |||
</syntaxhighlight> | |||
== External links == | == External links == | ||
Line 46: | Line 62: | ||
* [http://www.hurrikhan.eu HurricaneBot Fixed 2012 Bots] | * [http://www.hurrikhan.eu HurricaneBot Fixed 2012 Bots] | ||
* [http://gtamike.tsgk.com/hrcbot-1.3.2-20121226.tar.gz Fixed 2012 Bots] | * [http://gtamike.tsgk.com/hrcbot-1.3.2-20121226.tar.gz HurricaneBot Fixed December 2012 Bots] | ||
[[Category:Multiplayer Mods]] | [[Category:Multiplayer Mods]] |
Revision as of 18:06, 2 April 2013
This mod for Source is no longer being developed. Download its last release here.
Overview
This is a server-side bot for Half Life 2 Deathmatch. It has been written mostly in order to fill a server with more opponents when there are not many players around. The current version of the bot has been reported to work with Half Life Deathmatch : Sources. In the future, more Steam servers mods will be supported.
Its current strength has been improved a lot since the original public availability.
Features
- Half Life 2 server-side fake player
- No manual waypoints. The analysis of each map is automatic.
Media
Being a pure binary add-on, there are not a lot of media available around right now.
History
A friend bought Half Life 2 around Christmas 2006 as its first FPS since years. Playing and training against bots sounded like a good thing at the time so I started to write one.
To guide a blind character unable to know what it has in its pockets in order to inflict pain to players was a bit harder than I expected but here it is.
Team
- Hurricane : Geek and computer scientist
Localized versions
Pain is an international language.
Anyway ...
The bot "speech" is in a very basic status and has been set with English text. There are plans to develop this specific part and add languages.
E.G. of server.cfg settings
//Hurricane Bot settings
hrcbot_enabled 1
hrcbot_minplayers 0
hrcbot_maxplayers 5
hrcbot_handicap 65
hrcbot_motd 0
hrcbot_dialogmsg 1
hrcbot_freezeifnoplayers 0
hrcbot_spawnprotectionseconds 2
hrcbot_spawnprotectedhealth 125
hrcbot_player_spawnweapon smg1
hrcbot_clan ""