Author Topic: What are conspecs  (Read 3782 times)

Offline havingphun

  • Bot Builder
  • **
  • Posts: 54
    • View Profile
What are conspecs
« on: October 15, 2011, 09:47:25 AM »
I have heard of conspecs but what are they? How do they work? Is there any advantages or disadvantages of them?

Offline Panda

  • Global Moderator
  • Bot Destroyer
  • *****
  • Posts: 476
  • Computer Science Undergraduate (nerd)
    • View Profile
Re: What are conspecs
« Reply #1 on: October 15, 2011, 09:53:52 AM »
Well, conspec is just the system that bots use to tell if the from the "same species". It is the system that you'd use to keep friendly bots from fighting.

Offline havingphun

  • Bot Builder
  • **
  • Posts: 54
    • View Profile
Re: What are conspecs
« Reply #2 on: October 15, 2011, 10:02:47 AM »
ok i thought it was a more advanced thing but even a simple one like this is a conspec:

Code: [Select]
cond
*.myeye *.refeye !=
start...

Offline Panda

  • Global Moderator
  • Bot Destroyer
  • *****
  • Posts: 476
  • Computer Science Undergraduate (nerd)
    • View Profile
Re: What are conspecs
« Reply #3 on: October 15, 2011, 10:52:20 AM »
Yeah, even that is a conspec, I've given you an example in another post of one that I thought of a while ago but never actually wrote.