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
16
Newbie / zerobot sim
« on: January 24, 2007, 06:12:11 AM »
Quote from: EricL
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

o ok



now I feel stupid I thought it needed cond start stop

17
Newbie / zerobot sim
« on: January 23, 2007, 09:11:24 PM »
ok what exactly does a zero bot look like?

18
Bot Tavern / population control
« on: January 23, 2007, 08:56:53 PM »
I am having extreme population control issues with my evo sims they constantly reproduce even with my counter measures

more nrg required to repro = failed

kill bots upon certain age = failed (due to them not dieing just giving off nrg)

and one or two allways gets enof nrg to reproduce like a million times (making a lot of those annoyingly small bots)  

can anyone help me?

19
Newbie / New To Darwinbots
« on: January 21, 2007, 04:26:56 PM »
you cannot recreate the dna of any live microbes (as far as I know) the dna just dosnt work the same way.

20
Suggestions / chloroplasts
« on: January 21, 2007, 12:05:28 AM »
I was thinking for a more evolutionary based db we could have the ability for free nrg to be a gene insted of just given to the bot like a chloroplast gene?

I have no idea how to get this to work in db so I just thought id give my opinon

21
Newbie / zerobot sim
« on: January 20, 2007, 11:03:29 PM »
omg I have to try this

could some one explain how to get one going (like setings and a starting bot)?

22
Newbie / zerobot sim
« on: January 18, 2007, 09:24:29 PM »
ok I saw a topic about zerobot sims. I have just one thing to ask what the heck is a zerobot sim?

23
RANT / Who would you vote for...
« on: January 14, 2007, 08:18:25 PM »
everybody do the happy dance!!!!!

24
Off Topic / Panspermia
« on: January 14, 2007, 08:14:36 PM »
ahhh I have heard of this theory before and are not agenst or with it but for the sake of arguing:

this would have taken place billions of years ago so who is to say that billions of years in the past we were close
enof for this to have taken place and the key word is unlikely so that means it is not totally implauseable
but maby we are one of the very very tiny few (compared to the imenseness of the universe) planets that life could have spread to from another solar system.

25
F1 bots / Animal Minimaxis 3 (F1)(Vir)(venom)-14.01.07
« on: January 14, 2007, 07:48:14 PM »
thanks

and no problem

26
F1 bots / Animal Minimaxis 3 (F1)(Vir)(venom)-14.01.07
« on: January 14, 2007, 06:02:32 PM »
Code: [Select]
'Animal_Minimaxis 3
 'By: -venom-
 'orij by nums
 'now eats to gain energy, roams, and randomly fires
 'virus wich deletes the infected bots genes and
 'replaces them with a new gene that makes them fire
 'all there nrg untill they die.
 '(credit goes to henk for nrg drain)
 
 ' Gene 1 roam
 cond
 *.eye5 0 =
 start
 -4 .dn store
 4 .up store
 stop
 
 ' Gene 2 Food Finder
 cond
 *.eye5 0 >
 *.refeye *.myeye !=
 start
 *.refveldx .dx store
 *.refvelup 30 add .up store
 stop
 
 ' Gene 3 Eat Food
 cond
 *.eye5 50 >
 *.refeye *.myeye !=
 start
 -1 .shoot store
 *.refvelup .up store
 stop
 
 ' Gene 4 shoot back
 cond
 *.shflav 0 !=
 *.shflav -2 !=
 start
 1256 *.shang sub .aimshoot store
 8 .shootval store
 400 .vshoot store
 0 .shflav store
 stop
 
 ' Gene 5,6,7,8 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 9 make shell
 cond
 *.shell 250 <
 start
 100 .mkshell store
 stop
 
 ' Gene 10 make slime
 cond
 *.slime 100 <
 start
 1000 .mkslime store
 stop
 
 ' Gene 11 Reproduce
 cond
 *.nrg 9000 >
 start
 30 .repro store
 stop
 
 ' Gene 12,13,14,15 virus genes
 cond
 *.robage 0 =
 start
 7 989 store
 stop
 
 cond
 *.vtimer 0 =
 start
 14 .mkvirus store
 15 .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
 
 cond
  7 *989 !=
 *.robage 0 !=
 start
 -2 .shoot store
 *.nrg .shootval store
 stop
 
 ' Gene 16,17,18
 cond
 *.refeye *.myeye !=
 *.eye5 45 >
 start
 13 .tie *.robage sgn mult *.refage sgn mult store
 stop
 
 cond
 *.tiepres 0 >
 *.tienum 0 =
 start
 *.tiepres .tienum store
 stop
 
 cond
 *.tienum 0 >
 start
 -1 .tieloc store
 -1000 .tieval store
 stop
 
 end

my third bot im so happy  

I have added a crap load of goodies like roam, and I have changed my virus to handle far off foes

27
Newbie / Hello Everyone
« on: January 14, 2007, 03:20:48 PM »
hi and welcome to db

28
The Gene depository / Counterattack gene
« on: January 14, 2007, 03:10:17 PM »
ya I know I had it origonaly for -1 shots but then changed it to virus and never did any thing else with it

29
The Gene depository / Counterattack gene
« on: January 13, 2007, 11:18:45 PM »
Code: [Select]
cond
*.shflav 0 !=
*.shflav -2 !=
start
1256 *.shang sub .aimshoot store
8 .shootval store
400 .vshoot store
0 .shflav store
stop

woh I use the same code only mine fires back viruses

30
Short bots / T. Mosquito v1.03 (1G)(MacadamiaNuts)-14.01.07
« on: January 13, 2007, 10:59:01 PM »
nice bot !!!!!

Pages: 1 [2] 3 4