Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - -venom-

Pages: 1 2 [3] 4
31
F1 bots / Animal Minimaxis 2 (F1)(-Venom-)-05.01.07
« on: January 11, 2007, 08:39:42 PM »
cond
*.vtimer 0 =
start
3 .mkvirus store
stop

woh I just realized that there is an error in my code the 12 gene should say

13 .mkvirus store

not 3

my fault redface.gif

so could someone change that in the bestiary and were ever else

(omg can you run him through the league again this is a major change in his attack)

32
Bot Tavern / yes I am braging
« on: January 11, 2007, 03:49:03 PM »
o I was looking at one of the other posts and I quess it got copied

and thank you

33
Bot Tavern / yes I am braging
« on: January 10, 2007, 06:49:11 PM »
because of my "newness" to the DB world I never expected for one of my first bots to ever win against any league bots.

but to my amazement when I checked a new post in one of the league topics I saw my bot in the 23rd position "yay".

P.S.
Quote
I would call that a comet worm I think.Animal Minimalis was run several days ago so I forget if there were any obvious improvements but it was fun to watch it running away from Discerpo!
yes it is very funny to watch him chase or be chased!!!

and yes I know I'm braging

34
Bot Tavern / Beginners Collection of Bots
« on: January 10, 2007, 06:33:54 PM »
what about including a viral bot?

I see that you have or are including most other types of bots.

I have found the viral bots one of the most fun to play with (ya I'm evil)

35
Bot Tavern / I hope this is the right place :(
« on: January 07, 2007, 08:08:51 PM »
Quote
Posted Yesterday, 01:02 PM
No, no, no; don't listen to me!

I'd obviously already started drifting off into dreamland when I wrote that. It makes no sense. Listen to what Light said instead. happy.gif

lol ok

thanks that is working much better

36
DNA - General / sexualy reproductive bots
« on: January 06, 2007, 07:46:44 PM »
Quote from: Endy
If you're using viruses, you need to give the plants the gene deletion dna like The One uses. Otherwise the plants will gain animal dna and either start hunting down your bots or will become conspecs.

Also need to keep dna length to some max 30 worked pretty well for me.

well my virus deletes everything so they do not reproduce and dont evolve

37
Bot Tavern / I hope this is the right place :(
« on: January 06, 2007, 07:35:36 PM »
ok these are part of the genes. the trouble im having is
that the bot still seeks out and eats any thing that gets in its way
can you please point out the error in the dna.

' Genes 1,2,3 viral genes
cond
 *.robage 0 =
start
 7 989 store
stop

cond
 *.vtimer 0 =
start
 3 .mkvirus store
stop

cond
 7 *989 !=
start
 67 .memloc store
 101 67 store
stop

' Gene 4 food finder
cond
 *.eye5 0 >
 *.memval *67 =
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
 400 .vshoot store
stop

' Gene 5 eat food
cond
 *.eye5 40 >
 *.memval *67 =
start
 -6 .shoot store
 *.refvelup 30 add .up store
stop

38
Bot Tavern / I hope this is the right place :(
« on: January 06, 2007, 05:16:26 PM »
yes I could but wouldn't that make them attack there own kind too

unless.....

39
DNA - General / sexualy reproductive bots
« on: January 06, 2007, 04:55:38 PM »
ahh man
o well back to viruses

40
DNA - General / sexualy reproductive bots
« on: January 05, 2007, 11:13:12 PM »
how do you make them? I know you have to change .repro to .sexrepro
but do you have to make them make a tie?

if so how do you get them to go near each other with out them eating each other?

HELP PLZ

a bot download would be nice!!!!

41
Newbie / How did you find DarwinBots?
« on: January 05, 2007, 06:27:42 PM »
googling for robotics

42
DNA - General / can viruses transmit only a certain gene
« on: January 05, 2007, 06:17:16 PM »
Quote from: MacadamiaNuts
Put the gene number before the .mkvirus command.

1 .mkvirus store transmits the first gene

*.thisgene .mkvirus store transmits the virus gene itself.

10 rnd .mkvirus store transmits a random gene from 1 to 10.

PS. That guy in the avatar... isn't Adam Savage?

o ok thanks alot

and yes that is adam savage

43
Newbie / hello every one
« on: January 05, 2007, 04:35:47 PM »
hi  

as you can see im new to the whole darwin bots thing
I am 16 and very into biology and robotics. I am also new
to computer programing so I only know some basics for the db dna code
and lua.

I have programed one -working- bot so far (linky)

 

44
DNA - General / can viruses transmit only a certain gene
« on: January 05, 2007, 04:24:55 PM »
is it possible to make a virus that can transmit an entire gene
like this one

' let the bot die at age 5000
cond
*.robage 5000 >
start
-2 .shoot store
*.nrg .shootval store
stop

so that the virus will kill its victim at age 5000 or what ever

45
Bot Tavern / I hope this is the right place :(
« on: January 05, 2007, 03:38:41 PM »
ok I'v changed it now it still hunts for food and randomly keeps
shooting a newer virus. im thinking of making it only attack
bots that are infected with it's virus. but I dont know how (yet)


'Animal_Minimaxis 2
'By: -venom-
'orij by nums
'now eats to gain energy and randomly fires
'virus wich deletes the infected bots genes and
'replaces them with a new gene that continualy
'spreads the virus.
'  
'note: virus spreads better in v 2.42.9s  


' Gene 1 Food Finder
cond
 *.eye5 0 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

' Gene 2 Eat Food
cond
 *.eye5 50 >
 *.refeye *.myeye !=
start
-1 .shoot store
 *.refvelup .up store
stop

' Gene 3 shoot back
cond
 *.shflav 0 !=
 *.shflav -2 !=
start
 1256 *.shang sub .aimshoot store
 8 .shootval store
 400 .vshoot store
 0 .shflav store
stop

' Gene 4,5,6,7 Avoiding others
cond
 *.eye5 0 =
 *.refeye *.myeye = or
start
 314 rnd .aimdx store
stop

cond
start
*.refbody 2 div dup
stop

cond
*.eye5 0 >
*.body >
*.refeye 1 >
start
-15 .up store
stop

cond
*.eye5 50 >
*.body >
*.refeye 1 >
start
.setaim .shoot store
*.aim .shootval store
stop

' Gene 8 make shell
cond
 *.shell 250 <
start
 100 .mkshell store
stop

' Gene 9 make slime
cond
 *.slime 100 <
start
 1000 .mkslime store
stop

' Gene 10 Reproduce
cond
 *.nrg 15000 >
start
 30 .repro store
stop

' Gene 11,12,13 virus genes
cond
 *.robage 0 =
start
 7 989 store
stop

cond
 *.vtimer 0 =
start
 3 .mkvirus store
stop

cond
 7 *989 !=
start
 400 .vshoot store
 *.thisgene .mkvirus *.vtimer -1 mult 1 add mult store
 676 .myeye store
 676 *.memloc store
 *.mkvirus 1 add .delgene *.mkvirus *.thisgene sub dup mult sgn mult
 *.thisgene 1 rnd 2 mult -1 add add .delgene store
stop
end

'EDIT: Added to Bestiary

Pages: 1 2 [3] 4