Server Help

Bot Questions - Java BDK

Anonymous - Sat Dec 28, 2002 4:17 am
Post subject: Java BDK
Are there any Java bot sources for SS out there?
I read somewhere that TW had Java bots, but wouldn't release them as Java is too easy to reverse engineer.
The reason why I want Java is because it is free, unlike all the MS tools I see being used (C++, VB, etc).

--
http://sscont.net/smong - stuff for palmtops
Dr Brain - Sat Dec 28, 2002 10:02 am
Post subject:
You could port the Mervbot to java. I thought about doing this, but because I have so much else on my plate, I decided not to, as the C++ one works fine.
Mine GO BOOM - Sat Dec 28, 2002 1:34 pm
Post subject:
http://sourceforge.net/projects/dev-cpp/

Dev-C++ is open source and a very nice compiler that i have used a few times. You just have to be able to build your own projects from the source files given to you, since most projects included in source packages will be either a makefile or for Visual C.

As for the java bot, yes Trench Wars does have one. Dock> made it as a project for himself, and it works very well. He has decidecidedinst releasing it publicly due to the fact that you stated; its very easy to reverse engineer java.

PS> SpellCheck = good
Anonymous - Sat Dec 28, 2002 4:18 pm
Post subject:
Hmm 3 downloads, I choose the small 2mb one. Now I have an IDE and example projects, no binaries or headers, etc. Were they the other two 10-15mb files? Or do I need a separate download from else where? (Something about minigw was mentioned). Also a warning to other people installing it, the "do not asscoiate .c .h etc" files option does _not_ work, but can be changed from one of the IDE's menus.

Code: Show/Hide

devcpp4970-gcc295.exe 11562684   11595  i386 .exe (32-bit Windows)
devcpp4970-gcc32.exe  14223634   30466  i386 .exe (32-bit Windows)
devcpp4970exe.exe     2329120    4054  i386  .exe (32-bit Windows)

Dr Brain - Sat Dec 28, 2002 11:25 pm
Post subject:
I got the compiler installed, but couldnt make the DLLs build properly, so i stuck with VC++6.0.

If anyone ever gets it working, please, please post it here! or else grav_mgun.gif
Anonymous - Fri Jan 03, 2003 6:44 pm
Post subject:
After some waiting and looking around I found that win98 users need to download some updates from M$ to make it work (I'll reboot in a sec and report back later).

The Bloodshed website is much more helpful than the Source Forge one.
It turns you that the smaller binary is just the IDE, the other two are different versions, the gcc32 won't compile the samples while gcc295 will.
One thing I have learnt is that system() can be used to emulate batch commands.
Anonymous - Sat Jan 04, 2003 6:03 am
Post subject:
If you have win98 and windres.exe won't work add --use-temp-file to the windres part of the makefile (you have to compile using a DOS box as the IDE overwrites the makefile..)

http://sourceforge.net/forum/message.php?msg_id=1614941
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group