Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: MailMan on April 07, 2003, 06:52 PM

Poll
Question: What is the favored bot-style?
Option 1: Console window votes: 5
Option 2: Basic GUI votes: 7
Option 3: Highly elaborate GUI votes: 15
Option 4: Other (explain in post) votes: 2
Title: Bot style preference
Post by: MailMan on April 07, 2003, 06:52 PM
My favorite style is console.
Title: Re:Bot style preference
Post by: tA-Kane on April 07, 2003, 10:47 PM
An elaborate GUI with an option to do console only is nice.

Simple GUIs are good for newbies, who don't know how to navigate an elaborate GUI, and want to see more than a console can give.

It's hard to strike a balanced between elaborate and simple GUIs, but if you can do that, it'll increase your bot's potential user base.
Title: Re:Bot style preference
Post by: Camel on April 07, 2003, 11:20 PM
it's always good to make apps as customizable as possible, but there is a tradeoff once you near bloatwear territory. if you can organize options well, and make the app as intuitive as possible, you can avoid bloatwear pretty effectively. of course, it's easier said than done :-X
Title: Re:Bot style preference
Post by: K on April 08, 2003, 02:18 PM
My current bot runs in a console environment, but I usually run it with a GUI plugin, so I chose the last option.
Title: Re:Bot style preference
Post by: Skywing on April 08, 2003, 11:08 PM
I designed BinaryChat with a rather comprehensive GUI; however, it's also accessible over RFC-compatible Telnet, which might also count as console-ish.
Title: Re:Bot style preference
Post by: Camel on April 08, 2003, 11:20 PM
Quote from: Skywing on April 08, 2003, 11:08 PM
I designed BinaryChat with a rather comprehensive GUI; however, it's also accessible over RFC-compatible Telnet, which might also count as console-ish.
ish. very ish.
Title: Re:Bot style preference
Post by: c0ol on April 10, 2003, 04:44 PM
Quote from: tA-Kane on April 07, 2003, 10:47 PM
An elaborate GUI with an option to do console only is nice.

Simple GUIs are good for newbies, who don't know how to navigate an elaborate GUI, and want to see more than a console can give.

It's hard to strike a balanced between elaborate and simple GUIs, but if you can do that, it'll increase your bot's potential user base.

uhh the whole point of a GUI is so you dont have to know how to work it, it is supposed to be obvious.  A textbased interface is usually alot easier for an experianced user who knows how to use hence VI vs. M$ Word.
Title: Re:Bot style preference
Post by: Yoni on April 10, 2003, 09:56 PM
A bit off-topic, but I wouldn't compare vi and MSWord. I would definitely prefer MSWord for school-homework-type stuff. Each one has its uses.
Title: Re:Bot style preference
Post by: c0ol on April 10, 2003, 11:16 PM
its just 1 extreme to another, in VI u can fly around like nothing with all those commands, though it does take forever to learn.  With word any nub can use it, but its more cumbersome to even an experianced user.
Title: Re:Bot style preference
Post by: Skywing on April 11, 2003, 07:06 AM
Quote from: c0ol on April 10, 2003, 11:16 PM
its just 1 extreme to another, in VI u can fly around like nothing with all those commands, though it does take forever to learn.  With word any nub can use it, but its more cumbersome to even an experianced user.
Try writing an english paper in Word and then writing it in VI.  You'll see what he's talking about.
Title: VI vs. Word
Post by: Kp on April 11, 2003, 10:46 AM
I usually write my papers in vi, then switch over to Netscape / Word to check formatting codes and print.  I've tried writing papers in Word, but it's too hard to go back.  Command mode is good. ;)