Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Bot..
Goto page 1, 2  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  Soccer.dll Post :: Post A plugin i might make...  View next topic  
Author Message
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sat Aug 13, 2005 1:53 am    Post subject: Bot.. Reply to topic Reply with quote

Erm, im trying to learn how to configure zone bots, like create my own etc, but i dont know where i would start, im not sure if C++ is even part of making bots, can anyone give me some headers on how to, or atleast where to start? links, threads, anything would help and be greatly appreciated. thanks
_________________
Unknown Webmaster, Confused Game Player
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
50% Packetloss
Server Help Squatter


Age:40
Gender:Gender:Male
Joined: Sep 09 2003
Posts: 561
Location: Santa Clarita, California
Offline

PostPosted: Sat Aug 13, 2005 2:03 am    Post subject: Reply to topic Reply with quote

Setting up a bot doesn't require programming knowledge. But if you wish to make your own plugins, then you need to know C++ for mervbot plugins.
http://catid.ssihosting.com

Also, there are other bot cores, so C++ isn't your only choice: you can learn Java if you wish.

I don't think you know what you are getting yourself into if you wish to learn how to program. C/C++ is not an easy thing to learn if you are completely computer illiterate. By the looks of your English, I would say you have little hope of mastering any language.
_________________
Current Terror Alert Level
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Sat Aug 13, 2005 2:07 am    Post subject: Reply to topic Reply with quote

You should start with C++ before you get started with bots.

At least get into the basics and look at some MERVbot code, unless you want to try something different like TWCore, which requires knowledge of Java.

Edit: Had some time cooking up those links and 50% posted before me. Also, Grammar Queens like Sharl can turn into a computer programmer anyday. The key thing is devotion.
Back to top
View users profile Send private message Add User to Ignore List
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sat Aug 13, 2005 2:15 am    Post subject: Reply to topic Reply with quote

hey 50%, i'v tried learning C++, yes its hard...and what do you mean by this >
Quote:
By the looks of your English, I would say you have little hope of mastering any language.
..i dont understand what your trying to say..

And purge, thanks for the links. And 50%, thanks for your help too.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Sat Aug 13, 2005 2:48 am    Post subject: Reply to topic Reply with quote

Way I learned to program: get someone else's code, and change things. Add little bonus features to someone else's bot, make your own !sheep like command or something, and figure out what all those compiler errors mean. They usually give you line numbers to get started at wondering why it doesn't compile.

Of course, this is also why Ekted hates my coding style, because it isn't one. Its just a random glob of whatever code I've been last working with. When playing with ASSS, my other projects began to look like it for a while too. So maybe my method of learning isn't the best. But hey, it worked.
Back to top
View users profile Send private message Add User to Ignore List Send email
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sat Aug 13, 2005 2:59 am    Post subject: Reply to topic Reply with quote

Yea i was thinking of just taking a code, and modifing if to my style, But im not so sure yet.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
50% Packetloss
Server Help Squatter


Age:40
Gender:Gender:Male
Joined: Sep 09 2003
Posts: 561
Location: Santa Clarita, California
Offline

PostPosted: Sat Aug 13, 2005 3:38 am    Post subject: Reply to topic Reply with quote

For shit's sake, don't program anything until you learn the language. Pick up a book, take a class in college, or read online tutorials until you have a clear understanding of everything.

No one likes reading some script kiddy's code, and no one wants to help you when you can help yourself by just learning the language. MineGoBoom had prior computer language knowledge before he jumped into C -- analogy: he learned latin first then jumped right into English. You won't be able to do that and it's bad practice anyway.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Assassin2684
Server Help Squatter


Age:34
Gender:Not sure
Joined: Jul 27 2004
Posts: 990
Location: Florida
Offline

PostPosted: Sat Aug 13, 2005 8:00 am    Post subject: Reply to topic Reply with quote

Well im reading the C++ books for dummies. Its helping me out fine.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Mr Ekted
Movie Geek


Gender:Gender:Male
Joined: Feb 09 2004
Posts: 1379
Offline

PostPosted: Sat Aug 13, 2005 8:44 am    Post subject: Reply to topic Reply with quote

Mine GO BOOM wrote:
Of course, this is also why Ekted hates my coding style, because it isn't one.


I don't hate anything. I just like to light fires under people's asses to push them. Socratic Method baby. Making people defend themselves helps them to understand their own choices better, and possibly to change/improve. It also helps me improve by getting engaged in some technical dialog.

I always knew I disliked C++, but it didn't really occur to me why until I told someone and they fought back. icon_smile.gif
_________________
4,691 irradiated haggis!
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Sat Aug 13, 2005 1:05 pm    Post subject: Reply to topic Reply with quote

50% Packetloss wrote:
MineGoBoom had prior computer language knowledge before he jumped into C

Actually, my prior knowledge was that I hacked up the Perl code for the old forums before, and learned Perl in the same mannor as I mentioned I learned C. Before that, playing around with other people's QBasic programs to learn that.

I do own two programming books (excluding any college text books, which are completely useless and I only bought to do homework). Perl 5 How-To: The Definitive Perl 5 Problem-Solver and Programming Microsoft Windows CE by Douglas Boling, first edition that I cannot find anywhere. The first one was great as a referance for doing things such as sorting, file/directory manipulation, and all the other little tricks in Perl. The second was exactly what I needed to start doing random Windows GUI and more specifically, for Windows CE (newer releases are know as Pocket PC). Beyond that, everything I've picked up has been editing and reading other people's source code.
Back to top
View users profile Send private message Add User to Ignore List Send email
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sat Aug 13, 2005 3:53 pm    Post subject: Reply to topic Reply with quote

Well, you're still cooler.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sat Aug 13, 2005 4:39 pm    Post subject: Reply to topic Reply with quote

Quote:
For shit's sake, don't program anything until you learn the language. Pick up a book, take a class in college, or read online tutorials until you have a clear understanding of everything.


First of all. im only 15, i cant take a class in college. 2) I am reading some tutorials online, 3) You dont have to be such an ass, when all im asking for is help.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Sat Aug 13, 2005 4:46 pm    Post subject: Reply to topic Reply with quote

Hey! I'm also 15. icon_smile.gif
Back to top
View users profile Send private message Add User to Ignore List
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sat Aug 13, 2005 4:55 pm    Post subject: Reply to topic Reply with quote

Purge, you also know more about SS/Cont. then me lol...
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
50% Packetloss
Server Help Squatter


Age:40
Gender:Gender:Male
Joined: Sep 09 2003
Posts: 561
Location: Santa Clarita, California
Offline

PostPosted: Sat Aug 13, 2005 7:03 pm    Post subject: Reply to topic Reply with quote

There aren't age limits on college classes, just go to a community college and enroll. At 15 you should be in high school, there are probably computer classes that you can enroll in there.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Sat Aug 13, 2005 7:54 pm    Post subject: Reply to topic Reply with quote

Some high schools offer partnerships with local community colleges that will let you take classes for free or for high school credit. Ask your guidence counceler to be sure.
_________________
SubSpace Discretion: A Third Generation SubSpace Client
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sat Aug 13, 2005 8:22 pm    Post subject: Reply to topic Reply with quote

I am in HS, I Have Taken a computer class, which we learned HTML, and web design. This year, i have to take online school. Which im not sure if im able to, but i will look into it. And Bak, i will talk with my counceler.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Sat Aug 13, 2005 10:42 pm    Post subject: Reply to topic Reply with quote

Yeah, here in NYC I enrolled in some college classes in the City University of New York (CUNY). I took A+ Certification courses in hardware/software, which helps me more than reading a book. Then I took the A+ Exam and passed.

By the way, my high school sucks. I can't take any computer classes until my senior year, which I get to choose it from the electives.
Back to top
View users profile Send private message Add User to Ignore List
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Sat Aug 13, 2005 11:24 pm    Post subject: Reply to topic Reply with quote

lol my school is just as retarded.. i cant take "computer science ap" which i think you'd learn java because i'm not past algebra 2 yet... (i'm 16 btw) so i'd have to wait til next year.. otherwise i'll just self-teach myself or something.
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Sun Aug 14, 2005 11:22 am    Post subject: Reply to topic Reply with quote

You should probably take an intro cs class before going to AP if you haven't already
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Sun Aug 14, 2005 2:07 pm    Post subject: Reply to topic Reply with quote

there IS no class before ap is the problem. the only way i can teach myself is through tutorials on the internet and books. nothing else since the community college near me is on quarter systems and i believe they start after my high school does and i'll be too busy to go take the class so yea.. i pretty much will have to wait to take the AP class before i can do anything else
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sun Aug 14, 2005 2:49 pm    Post subject: Reply to topic Reply with quote

d1s wrote:
You should probably take an intro cs class before going to AP if you haven't already

Why? Just to waste more of your life being stupid?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Sun Aug 14, 2005 5:44 pm    Post subject: Reply to topic Reply with quote

<-- Doesn't wanna waste life being stupid.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Sun Aug 14, 2005 6:12 pm    Post subject: Reply to topic Reply with quote

You must've had that thought for 15 years already.
Back to top
View users profile Send private message Add User to Ignore List
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Mon Aug 15, 2005 2:33 am    Post subject: Reply to topic Reply with quote

actualy, only for about 2-3 years. i realized how important education was, and then i started caring....but this is all going off topic..
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 248 page(s) served in previous 5 minutes.

phpBB Created this page in 0.596848 seconds : 49 queries executed (74.8%): GZIP compression disabled