Page 1 of 2

bots?

Posted: Sun May 20, 2007 11:54 am
by Minipixel
Hi,

Got some questions about the bots (doh hehe).

(1) For what language (so vb?vb.net?C++? etc) will there come a bot development kit?
(2) Will there be any restrictions while making your bot? (while programming)
(3) Will there be an official bot world, will there be build options too (which we always missed in Active Worlds)?
(4) Will there be an official bot team, and which lang. must they know then?


Thats it i think else i would add it. :P

Re: bots?

Posted: Sun May 20, 2007 12:09 pm
by Edwin
Hi :)
(1) For what language (so vb?vb.net?C++? etc) will there come a bot development kit?
The official Bot SDK will probably be made in C or C++. But someone could write wrappers for other languages if necessary.
(2) Will there be any restrictions while making your bot? (while programming)
I'm not sure what kind of restrictions you are talking about, maybe you could explain this a little more.
(3) Will there be an official bot world, will there be build options too (which we always missed in Active Worlds)?
Probably, but I'm not sure about the building rights. You could still just ask for building rights.
(4) Will there be an official bot team, and which lang. must they know then?
If there will be a bot team they would probably need to know some C and C++. Unless there's a bot SDK wrapper for another language.

Some of the answers to your questions may change in the future but this is as it stands right now.

Posted: Sun May 20, 2007 2:18 pm
by Rudy
Please write a vb wrapper :P
i don't feel like learning a new language :|

Posted: Sun May 20, 2007 2:38 pm
by Edwin
Rudy wrote:Please write a vb wrapper :P
i don't feel like learning a new language :|
The last major release of VB6 was 9 years ago, don't you think it's time to move to something newer? Maybe I will write a .Net wrapper which will automaticly support VB.Net

Edit: changed automaticly supports VB6 to VB.Net

Posted: Sun May 20, 2007 3:02 pm
by Rudy
why should i move on :|
i can't kill my best friend

Posted: Sun May 20, 2007 3:05 pm
by Edwin
Rudy wrote:why should i move on :|
i can't kill my best friend
Don't kill it, put it to rest :-P

Posted: Sun May 20, 2007 3:11 pm
by Rudy
put it to the rest in peace ¬¬

Posted: Sun May 20, 2007 3:13 pm
by Edwin
Rudy wrote:put it to the rest in peace ¬¬
fine. :?

Posted: Sun May 20, 2007 3:14 pm
by Rudy
Edwin wrote:
Rudy wrote:put it to the rest in peace ¬¬
fine. :?
:| why the :? ?

Posted: Sun May 20, 2007 4:57 pm
by Minipixel
Rudy wrote:
Edwin wrote:
Rudy wrote:put it to the rest in peace ¬¬
fine. :?
:| why the :? ?
Really want arguments against vb? the list will probly so long that this topic cant load anymore and you get a time out.;)
On the other side, with vb you can make big things easily in a few minutes which saves some time.
Well for bots its good enough, but i preffer C++ or vb.net..

Posted: Sun May 20, 2007 6:00 pm
by Rudy
yes i know it sucks :P
but i'm used to vb now, and it took me quite long to learn it.
so if i start with c# or c++, it will take me even a longer time to be really good at it :(

but if VP doesn't support Vb bots, it might be a great chance to start with c# ^^

Posted: Thu May 24, 2007 1:47 pm
by K-4U
pleaasseee, make a vb6 wrapper!
i just don't get VB.net or C++!

Posted: Fri Aug 24, 2007 10:23 am
by Edwin
I just figured out how to make a wrapper for VB6 so I can still make a wrapper for it. :)
Edit: I have to figure out another way to do it because what I was thinking of doesn't allow me to create events. :(

Posted: Sun Aug 26, 2007 4:37 pm
by K-4U
Public event <eventname> (arguments)

Posted: Sun Aug 26, 2007 8:14 pm
by Edwin
K-4U wrote:Public event <eventname> (arguments)
I would do that if I was going to write a separate VB SDK, but I want to create a wrapper around a C library.