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 - Gambit

Pages: 1 2 3 [4]
46
Newbie / Internet Mode
« on: April 27, 2008, 09:00:06 PM »
no vista

yes I have the 2.1 but this one is inside a folder inside the 2.1 directory. should I move it out into the open with the 2.1 exe?

47
Interesting behaviour bots / Communitus_Friendlius
« on: April 27, 2008, 08:47:27 PM »
OOOH!
whats the self destruct command!?!?....erm...please... lol

I wanted something like that originally. so that they produce 1 big offspring and die. I kinda wanted them to be single celled humans... sorta


and I'm okay with them popping. they limit thier own population that way. its designed to prolong the race. not much care for individuals.

48
Newbie / Internet Mode
« on: April 27, 2008, 08:41:36 PM »
It sounds amazing and I'm dying to test out my Communitus_Friendlius but I cant get it to work. I dont know what to put in the FTP Server box

I'm running 2.43.1j

"run-time error '5'"
"invalid procedure call or argument"

"C:\Program Files\DarwinBots\F1leaguetable.txt doesnt exist"

thats what I keep getting when I try to do the F1 league thingamajig


and internet sharing gives me

"run time error '76'"
"path not found"

both of these suggest I'm missing program files. where can I download em?

49
Interesting behaviour bots / Communitus_Friendlius
« on: April 27, 2008, 08:25:12 PM »
but I like em big.
and they only reproduce at 20000 body. thier body cuts in almost half after breeding


any idea how to make them less suseptable to that mutation I mentioned? they mutate changing the > symbol to a <

then the babies have babies and so on and it just goes nuts like 10k bots in a little cluster and it locks up.


50
Interesting behaviour bots / Communitus_Friendlius
« on: April 27, 2008, 07:37:24 PM »
'If there is no food then look for some randomly.
cond
 *.eye5 0 =
 *.refeye *.myeye = or
start
 314 rnd .aimdx store
 10 .up store
stop

'peripheral vision left
cond
 *.eye1 0 >
start
 52 .aimsx store
 *.refeye *.myeye !=
stop

peripheral vision right
cond
 *.eye1 9 >
 *.refeye *.myeye !=
start
 52 .aimdx store
stop

'if you find something chase it
cond
 *.eye5 0 >
 *.refnrg 3000 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

'Attack the food if its strong enough but dont kill it. Let it live so you can feed on it later. Though bigger bots may accidentally kill prey.
cond
 *.eye5 50 >
 *.refnrg 3000 >
 *.refeye *.myeye !=
start
 16 .shootval store
 -1 .shoot store
 *.refvelup .up store
stop

'poop
cond
*.waste 200 >
start
.backshot inc
-4 .shoot store
*.waste .shootval store
stop

'if you find something that isnt food (a relative) heal it if it needs
cond
*.eye5 50 >
*.refeye *.myeye =
*.refnrg 5000 <
*.nrg 5000 >
start
-2 .shoot store
stop

'if you get huge reproduce
cond
*.body 20000 >
start
40 .repro store
stop

'if you find a strong relative kill it (to control population)
cond
*.eye5 50 >
*.refeye *.myeye =
*.refnrg 10000 >
start
-1 .shoot store
stop

end


this bot is built around helping its species as a whole. it preserves food, heals the weak, kills the rich. its really kind of a communist actually...

it has peripheral vision to make it an effective hunter. but it lacks shells poisons venom or ties or any of that advanced stuff. it does very well against any packaged bots from previous versions and is the best bot I've made so far.

its biggest problem is it has a high tendancy to get this nasty mutational disease. it takes out the breeding condition causing it to breed itself to death and all the offspring breed. it locks up the program very quickly. if you turn off mutations you'll be amazed as its effectiveness though.

Pages: 1 2 3 [4]