Iyouboushi's Home

イヨウボウシの宅

Archive for the ‘Programs’ Category

Posted by Iyouboushi on July - 5 - 2012 Comments Off on Battle Arena Help Thread

I’m just making a quick post to say that I’ve started a help thread on the board for the Battle Arena bot I’m working on. The help thread will contain a player’s use guide, a guide to making new monsters/bosses/weapons/techniques as well serve as the “I NEED HELP WITH THIS” to anyone who downloads this bot in the future.

I’m getting fairly close to releasing it. I’d just like to populate it a little more and do just a little more testing to make sure there’s no game breaking bugs in it.

The thread can be reached by clicking right here.

Categories: Battle Arena, Programs
Posted by Iyouboushi on June - 25 - 2012 Comments Off on Welcome to the Battle Arena

Hi everyone!

I’m writing this quick post to let people know that I’m not dead. Unfortunately, work on Kaiou has been put on the back burner but that’s because I’ve been working on a new mIRC game/bot. I call it Battle Arena

Those who visit the forums have probably already seen the post for this bot as I’ve been posting there nearly every day with development progress and examples of things. But if you haven’t, no worries. Allow me to quickly explain the concept.

The idea came to me when I had played a bit too much Devil May Cry. I thought “what if there was an mIRC game in which you could kill monsters and bosses and gain orbs and new weapons?” You know, like DMC. But IRC is pretty dead as of late (at least on Esper) so I didn’t want to make a full RPG as I had with #DBZRPG and Kaiou. I basically decided upon making a battle only bot. That is to say, there’s no real RPG elements in here; it’s simply log into the bot, join battles, kill stuff, get rewards, buy new skills/weapons/techniques/items and repeat. Hop out when you’ve had enough for a day.

So that’s what I’ve been building. The bot is completely automated in terms of the battle system. There doesn’t need to be a DM around to do !next and control monsters, like in Kaiou. Here players join the battle when the bot announces an open battle. After a few minutes, it will generate monsters/bosses and have them join the battle and the battle will start. When it’s a monster’s or boss’ turn, they will automatically do their things (better AI system than in Kaiou controls them). When it’s the player’s turn, there’s a few commands you can do (attack with a weapon, attack with a technique, do a skill, use an item). If the player idles for too long the bot will force their turn and skip over them. This is done so that someone can’t disappear for an hour and cause the battle to drag on forever (again, like in Kaiou).

There’s a bunch of weapons that can be bought and each weapon has a few techniques attached to them. Unlike in Kaiou, you can’t make your own techniques but rather have to buy them using red orbs that you earn from battle. You buy weapons using black orbs when you obtain via winning boss fights and being alive at the end of one.

That’s really the gist of what I’ve been working on thus far. I’m getting confident that the first version of this bot is ready for release, so I might release it by the end of July. In the mean time, I usually have it up in #BattleArena on Esper.net. Feel free to come on in, create a character and help me test this thing out.

Until next time!

Categories: Battle Arena, Programs
Posted by Iyouboushi on March - 30 - 2012 Comments Off on Kaiou 7.6 Released

Posted Image
7.6 has been released!  For the changelog and download links, continue after the jump.
Read the rest of this entry »

Categories: Featured, Kaiou, Programs
Posted by Iyouboushi on February - 17 - 2012 Comments Off on Work on Kaiou 7.6 Has Begun

I’ve begun work on Kaiou 7.6, finally after quite a bit of time.

The first thing I’m working on is adding the (long-needed) Monster Types. Basically monster types will act as templates for your newly created monsters. Let’s say you want to make a Dragon. You could, of course, create your dragon and then set everything manually (all the techs, skills, resistances, etc). But if you wanted to save some time you could use a pre-made template for Dragons that comes with some basic Dragon-like techs and skills, plus natural armor and resistances/weaknesses/etc and then add your own stuff to it afterwards.

 
Read the rest of this entry »

Categories: Kaiou, News, Programs
Posted by Iyouboushi on February - 1 - 2012 Comments Off on Kon’s Second Song: Jolly Roger Military

The awfulness continues!

I had Kon the C# Chatterbot write some more lyrics and put it with some more awful music. This one is a 58 second long metal song entitled Jolly Roger Military.

Good luck understanding SHOUTY (the name of the voice) in this one.

Categories: Kon, Music
Posted by Iyouboushi on January - 27 - 2012 Comments Off on Kon’s First Song: Yo Dawg!

What happens when a C# Chatterbot writes a song? Well, I’ll tell you this: it isn’t a masterpiece!

Using my C# Chatterbot, Kon, to write all the lyrics and the tone of the song, I have created an awful 52 second-long “rap” entitled: Yo Dawg! Click here to download it

I would say “enjoy!” but I’m not sure that’s possible. XD

Categories: Kon, Music
Posted by Iyouboushi on December - 15 - 2011 Comments Off on Kon version 1.5.2

Version 1.5.2 is now available for download!

As mentioned, I’ve added the auto perform stuff to this version. Since making that preview post, I’ve actually added a little more to it. The commands recognized are: JOIN, MSG, SAY, RAW and WAIT. Also, if you use MYBOTNAME (in all caps like that) it will replace it with the bot’s current nick on the server.

Other things added/updated/fixed in this version: The bot can now recognize multiple admins in the config file (just add more <admin> than one like you do with <user>), two new admin level commands (!msg and !raw), the filter was updated a little, and I fixed two bugs relating to RandomTalk.

Overall I’m pretty proud of this version. Hopefully Kon will continue to improve.

DOWNLOAD
Binaries
Source

Categories: Featured, Kon, Programs
Posted by Iyouboushi on December - 9 - 2011 Comments Off on Kaiou Updater 1.0.2

This is just a quick update to the site to let people know that the Kaiou Updater has been updated to version 1.0.2. It should be working again, for the the very few people left who still use it.

Download: Version 1.0.2

Categories: Kaiou, Programs
Posted by Iyouboushi on December - 6 - 2011 Comments Off on Kaiou 7.5d

Posted Image
7.5d has been released! For the changelog of what’s new in this version and the download link keep reading after the jump! Read the rest of this entry »

Categories: Featured, Kaiou, Programs
Posted by Iyouboushi on December - 2 - 2011 Comments Off on Auto Perform In Kon 1.5.2

This is just a quick update to let everyone know that I have added the auto perform code into Kon. This post will be a short explanation of how it works so that when the version is released you’ll know how to do it.

Right now the commands will be read from perform.kon which is a plain text file that can be opened in any plain text editor (notepad works fine for it). The commands that are recognized for the auto perform are: JOIN, SAY, MSG and WAIT.

JOIN – Joins a channel
SAY and MSG both work the same way here and lets you have the bot send a message to someone or say something to a channel when the bot joins the server.
WAIT – This command causes the bot to pause for a few seconds inbetween commands. Use this if you have a lot of commands set in the auto perform so that the bot doesn’t flood the server and get booted off.

So what you’ll do is open kon.perform in your favorite plain text editor and add a command one to a line. For example:

JOIN #KonBot
MSG NICKSERV identify mypassword
WAIT
SAY #KonBot hello all my peeps!

And then save it. When the bot is run the next time, it’ll automatically do all of those commands. I’ll include a perform.kon.example file that will basically show exactly that in case you forget.

I’m not sure when I’ll release this update. I want to test it a little while longer and make sure there’s no issues with it before I do. But I’m sure it’ll be soon. :)

Categories: Kon, Programs

Featured Posts

Battle Arena 4.0 – Release

Version 4.0 has been in development for almost three full years but it’s finally ready to be officially released. As you can imagine it’s full of additions, changes and fixes. Look after the jump for the changelog and the download link. Moving forward I am not sure if I’ll continue to post “full versions” here […]

Battle Arena 3.2 – Release

It took over a year but it’s finally here! Battle Arena 3.2 is done and is now available for download.  As usual it’s chalk full of additions, changes and fixes — most of which will be listed after the jump.  Hope everyone has happy holidays.  See you in 2017.

Battle Arena version 3.2 Is Almost Done!

It’s been nine long months and Battle Arena has undergone a lot of various new additions, changes and fixes.  The final release of version 3.2 is drawing closer but still has a little ways to go.  As it stands today, here’s some of the main highlights:   ADDITIONS: Added the Supply Run type battle. In […]

Bleach 666 – EMPTY HALL OF THE PUPPET TEMPLE

Chapter 666 – EMPTY HALL OF THE PUPPET TEMPLE [Unix] [MangaStream] The chapter was released a day earlier than usual! Woohoo! Though, was it really a chapter to get excited over? Click the read more and see the summary and some thoughts (as usual).

Search my site

Twitter Updates