Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Making a bot
Making a bot [message #408872] Fri, 30 October 2009 17:36 Go to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

I was wondering how to make a bot for my server, but my problem is idk where to start.

can you guys tell me what program to start out with like.
Visual Studio Pro 2005
VB
?


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: Making a bot [message #408888 is a reply to message #408872] Sat, 31 October 2009 01:18 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
http://www.renevo.com/files/folders/ren/entry136.aspx

That's a link to blazeregulator.net 1.5. It's what allot of bots are based on because it includes the source code. Take a look at it and see if any of it makes sense to you. It's the first bot for renegade (AFAIK) that was open source and as such is one of simplest. I believe it evolved into todays current brenbot.

Personally, I think a finished bot written in C++ as a plug-in would be nice.



Re: Making a bot [message #408893 is a reply to message #408872] Sat, 31 October 2009 04:15 Go to previous messageGo to next message
Sladewill is currently offline  Sladewill
Messages: 291
Registered: January 2009
Location: United Kingdom
Karma: 0
Recruit

Yup i pratically based on in that, but it failed ubberly when reading the ssgm logs so i gave up and coded C++ one

FT-Owners - Sladewill,Snazy2007,Willdy
http://FT-Gaming.com for more info...
Re: Making a bot [message #409080 is a reply to message #408872] Sun, 01 November 2009 22:52 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

so what should i use to open it?

C#
C++
VS 2005?


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: Making a bot [message #409091 is a reply to message #408872] Mon, 02 November 2009 02:42 Go to previous messageGo to next message
CarrierII is currently offline  CarrierII
Messages: 3804
Registered: February 2006
Location: England
Karma: 0
General (3 Stars)

VS 2005 should work. (It should also be noted that C# and C++ aren't programs, but programming languages, for the record, I assume this is in C++)

Renguard is a wonderful initiative
Toggle Spoiler
Re: Making a bot [message #409094 is a reply to message #408872] Mon, 02 November 2009 03:10 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
If he's writing it as a plug-in for SSGM then VisualStudio will open it for him, but he will need to write it in C++.
If he's trying to modify BR.NET then that will also open in VisualStudio, but I believe it's written in VB.

If it was me, I would go for the plug-in option. It would be better performance wise (not reading log files, too much I/O is a real CPU hitter), and you'll find more support for C++ and writing SSGM plug-in's on this forum.

However, it seems clear that you're a beginner. I would not aim so high for a first project.
There's throwing yourself in at the deep end, then there's going for a swim with sharks in a baby seal costume.



Re: Making a bot [message #410038 is a reply to message #408872] Mon, 09 November 2009 19:14 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

how would i start the plug in code?

are you ever on msn anymore?


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide

[Updated on: Mon, 09 November 2009 19:15]

Report message to a moderator

Re: Making a bot [message #410039 is a reply to message #408872] Mon, 09 November 2009 19:15 Go to previous messageGo to next message
raven
Messages: 595
Registered: January 2007
Location: Toronto, Ontario
Karma: 0
Colonel
http://www.renegadeforums.com/index.php?t=search

http://www.google.com/


-Jelly Administrator
-Exodus Administrator
Re: Making a bot [message #410041 is a reply to message #408872] Mon, 09 November 2009 19:29 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

sorry but i really was not asking you to input anything about what i'm asking for.

my post was for reborn and anyone that can tell me a code to start eh ssgm plug in for my bot..


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: Making a bot [message #410042 is a reply to message #408872] Mon, 09 November 2009 19:38 Go to previous messageGo to next message
raven
Messages: 595
Registered: January 2007
Location: Toronto, Ontario
Karma: 0
Colonel
Those two links can Smile

But I guess you want the easy way out. Download SSGM2.0.2 from somewhere, there is example plugin source code there. You can strip out the example stuff and use that as a base for one.


-Jelly Administrator
-Exodus Administrator
Re: Making a bot [message #410064 is a reply to message #408872] Mon, 09 November 2009 23:33 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
I would download SSGM2.02 like raven suggested and have a gander at the plug-in example source code. Some links below to help you...

SSGM 2.02 which contains the plug-in example: http://black-cell.net/downloads/index.php?act=view&id=30

Plug-in's that have been released on Black-cell: http://black-cell.net/downloads/index.php?act=category&id=7

Plug-in's that I have released: http://spencerelliott.co.uk/downloads.html




Re: Making a bot [message #410103 is a reply to message #408872] Tue, 10 November 2009 07:21 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

well I'm a little delayed on everything i want to work on just moved and found a nice PC in the house we moved into so i just got it formatted and all that.

so I'm not gonna be able to start on this until i get my desktop over here.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: Making a bot [message #410104 is a reply to message #408872] Tue, 10 November 2009 07:24 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
I wish you the best of luck. However, I still urge you to consider a smaller task first. You're aiming very high.


Re: Making a bot [message #410114 is a reply to message #410104] Tue, 10 November 2009 08:11 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
Grab a copy of YaRR.

goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: Making a bot [message #410116 is a reply to message #410104] Tue, 10 November 2009 08:18 Go to previous messageGo to next message
raven
Messages: 595
Registered: January 2007
Location: Toronto, Ontario
Karma: 0
Colonel
reborn wrote on Tue, 10 November 2009 08:24

I wish you the best of luck. However, I still urge you to consider a smaller task first. You're aiming very high.


What he said. If you have to be shown even the smallest stuff, you may want to consider trying simple things first. Starting on something like a bot will require you to have full understanding of SSGM (since you're doing it in a plugin) and some windows API stuff like threading or winsock.

How much experience do you have in doing this kind of stuff?


-Jelly Administrator
-Exodus Administrator
Re: Making a bot [message #410118 is a reply to message #410116] Tue, 10 November 2009 09:08 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

raven wrote on Tue, 10 November 2009 09:18

reborn wrote on Tue, 10 November 2009 08:24

I wish you the best of luck. However, I still urge you to consider a smaller task first. You're aiming very high.


What he said. If you have to be shown even the smallest stuff, you may want to consider trying simple things first. Starting on something like a bot will require you to have full understanding of SSGM (since you're doing it in a plugin) and some windows API stuff like threading or winsock.

How much experience do you have in doing this kind of stuff?

none


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: Making a bot [message #410126 is a reply to message #410118] Tue, 10 November 2009 11:02 Go to previous messageGo to next message
Omar007 is currently offline  Omar007
Messages: 1711
Registered: December 2007
Location: Amsterdam
Karma: 0
General (1 Star)
Distrbd21 wrote on Tue, 10 November 2009 17:08

raven wrote on Tue, 10 November 2009 09:18

reborn wrote on Tue, 10 November 2009 08:24

I wish you the best of luck. However, I still urge you to consider a smaller task first. You're aiming very high.


What he said. If you have to be shown even the smallest stuff, you may want to consider trying simple things first. Starting on something like a bot will require you to have full understanding of SSGM (since you're doing it in a plugin) and some windows API stuff like threading or winsock.

How much experience do you have in doing this kind of stuff?

none

If you dont even know some basics this definately isnt a good idea to start on.
If i where you i would take something easier first and then make a bot. Thumbs Up

Maybe start with a basic script or something if you want to start with renegade coding?


PS. This is not to demotivate you or anything and you may ignore all i said Razz

PSPS. Did you ever program in another language???


http://tiberiumredux.omarpakker.nl/Old Unused Parts/Plaatjes/PromoteBanner_Hades_small.jpg

[Updated on: Tue, 10 November 2009 11:04]

Report message to a moderator

Re: Making a bot [message #410131 is a reply to message #410126] Tue, 10 November 2009 11:52 Go to previous messageGo to next message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

Omar007 wrote on Tue, 10 November 2009 12:02

Distrbd21 wrote on Tue, 10 November 2009 17:08

raven wrote on Tue, 10 November 2009 09:18

reborn wrote on Tue, 10 November 2009 08:24

I wish you the best of luck. However, I still urge you to consider a smaller task first. You're aiming very high.


What he said. If you have to be shown even the smallest stuff, you may want to consider trying simple things first. Starting on something like a bot will require you to have full understanding of SSGM (since you're doing it in a plugin) and some windows API stuff like threading or winsock.

How much experience do you have in doing this kind of stuff?

none

If you dont even know some basics this definately isnt a good idea to start on.
If i where you i would take something easier first and then make a bot. Thumbs Up

Maybe start with a basic script or something if you want to start with renegade coding?


PS. This is not to demotivate you or anything and you may ignore all i said Razz

PSPS. Did you ever program in another language???

i made a small program with VB 6 can't say what it is cus its not allowed on the forums.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Re: Making a bot [message #410143 is a reply to message #410131] Tue, 10 November 2009 14:54 Go to previous messageGo to next message
Omar007 is currently offline  Omar007
Messages: 1711
Registered: December 2007
Location: Amsterdam
Karma: 0
General (1 Star)
Quote Stack

Ah k Razz

Well if you wrote VB and you do want to start a project like this (with no knowledge on C++, winsock etc) i would suggest building in on of BR.NET


http://tiberiumredux.omarpakker.nl/Old Unused Parts/Plaatjes/PromoteBanner_Hades_small.jpg

[Updated on: Tue, 10 November 2009 14:55]

Report message to a moderator

Re: Making a bot [message #410144 is a reply to message #410114] Tue, 10 November 2009 15:09 Go to previous messageGo to next message
Hex is currently offline  Hex
Messages: 858
Registered: March 2004
Karma: 0
Colonel
Hex wrote on Tue, 10 November 2009 15:11

Grab a copy of YaRR.



goztow wrote on Tue, 11 May 2010 08:00

If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).


reborn wrote on Fri, 29 January 2010 23:37

std is for pro's. Razz
Re: Making a bot [message #410146 is a reply to message #408872] Tue, 10 November 2009 15:16 Go to previous messageGo to next message
Sladewill is currently offline  Sladewill
Messages: 291
Registered: January 2009
Location: United Kingdom
Karma: 0
Recruit

Maybe it might be an idea to learn VB.net first it makes things easier when translating stuff from one language to another.

FT-Owners - Sladewill,Snazy2007,Willdy
http://FT-Gaming.com for more info...
Re: Making a bot [message #410183 is a reply to message #408872] Tue, 10 November 2009 19:50 Go to previous message
Distrbd21 is currently offline  Distrbd21
Messages: 743
Registered: September 2008
Karma: 0
Colonel

right now I'm trying to get all the programs i had again

and yes i saw yarr it is a nice but i would like to have more on it though maybe i can learn how to add stuff to it.


Live Your Life Not Some one Else's.| Sharing Is Caring

http://dsgaming.us/distrbd21/Distrbd21%20siggy.png

Cookie Jar

Suicide
Previous Topic: pt skins - logo
Next Topic: any one have
Goto Forum:
  


Current Time: Thu May 23 12:54:28 MST 2024

Total time taken to generate the page: 2.21976 seconds