Isaacariah Posted December 25, 2005 Report Posted December 25, 2005 Hi there, I am a visual basic programmer and I am very interested in creating a bot. From the c++ and java examples around I have not been able to gather sufficient info to do this, and I was wondering if anyone can point me in the right direction? Are these bots actual clients that connect to the zone server? Or do they work on top of the continuum client? If its the former, where can I get hold of some kind of RFC-like do!@#$%^&*ent of the different data sent/received? Thanks in advance Isaac
»Purge Posted December 25, 2005 Report Posted December 25, 2005 The current bots are actual clients that connect to the game using the SubSpace Protocol. A VB bot was already made by Catid, but he quit VB and went to C++ because he said VB was too slow. He posted his VB bot here, open-source.
»SOS Posted December 25, 2005 Report Posted December 25, 2005 Note that that bot is very very very old and might not even connect anymore. Most do!@#$%^&*entation is also a bit outdated...The best resource is the C++ MERVBot.Catid also posted some protocol (RFC-like) stuff on catid.ssihosting.com
»D1st0rt Posted December 28, 2005 Report Posted December 28, 2005 RedStar at one point was using a VB bothttp://wiki.minegoboom.com/index.php/StarBot
Yoink Posted December 29, 2005 Report Posted December 29, 2005 (edited) VB is too slow to execute and should not be used for bots =/ Starbot was an example of this. Edit: Kewlair used Catid's older VB version of MERVbot, he just called it something else (Starbot). He was quite reluctant to release the source code =[ Edited December 29, 2005 by Yoink
»SOS Posted December 30, 2005 Report Posted December 30, 2005 (edited) VB is too slow to execute and should not be used for bots =/ [moderator mode]Keep such flamebait off SSForum! Thank you.[/moderator mode] Edited December 30, 2005 by SOS
»Ceiu Posted December 30, 2005 Report Posted December 30, 2005 VB is slow and all, but it could work just fine for a bot. You sheep need to find your own opinions or try ...you know... actually developing software? Of course, the 'slowness' is all relative to exactly how awful your code is, so perhaps you should look to yourself before !@#$%^&*ing at a language that is used for things far more time-sensitive than an online asteroids robot. (Also, someone I know is [slowly] working on a .net core, which would allow you to use VB.net; if its not too slow, of course.)
Yoink Posted December 31, 2005 Report Posted December 31, 2005 VB is too slow to execute and should not be used for bots =/ [moderator mode]Keep such flamebait off SSForum! Thank you.[/moderator mode]That's not flamebait, that's the truth
»D1st0rt Posted December 31, 2005 Report Posted December 31, 2005 The design of a program these days is much more important than the language you use. You can make stuff in VB that blows past something in C if it is poorly written.
Recommended Posts