Thursday, July 28, 2005

new version

Here is the progress for the last month.

Version 0.25:
Image Hosted at ImageHosting.us

I added some more things , but removed allot more, because I think code restructuring is needed. I want to make program more flexible, so maximum amount of information can be loaded from the config files.


Image Hosted at ImageHosting.us
Also the model in this version is provided by Denny Priyono.

current version can be downloaded as always from here.
fant.zip

P.S. My image hosting service by imagehosting.us, failed me big time. They introduced the new service , and my old links are useless right now :( Pretty sad, not only the links have to be rewritten by hand, in my blog and screen shot pages, but some of them are gone , and missing somehow. And one more thing , they reduced their web space amount from 25 to 10 MB. So I think I might use something else in the future.

Wednesday, July 27, 2005

Q2 Clanbot

Well I am pretty busy right now , with my job , some other project and my game, so I don't have a time to update my blog.

Well here is my program that I made about a year ago. It is called
Q2 Clanbot, and is actually a chat bot for IRC networks, with some additional features as clan / players management.

I was really satisfied with results , as the bot implementation wasn't that easy as theoretical part. I used Markov's algorithm for the reference , also the bot learns new words from users chatting at IRC channel, that's why the bot can learn any language.

And one more thing. The master controls the bot, so the bot needs to identify the master. The master is identified as:

[user name] + ! + [address] = master

for example
[DMINATOR] + ! + [Q2DM1nator@^pR^DMINATOR.users.quakenet.org] = DMINATOR!Q2DM1nator@^pR^DMINATOR.users.quakenet.org

The latest bot version can be downloaded from:
clanbot.rar