Darwinbots Forum
Welcome To Darwinbots => Newbie => Topic started by: Ramiro on August 27, 2006, 04:41:51 PM
-
Hello
I am a biochemist from Argentina. I have found DBots recently and it seems very interesting. I tried some boring simulations with the default bots but I would like to try some of the ones that are posted in the BESTIARY section but I cant donwload them. I tried "save target as" already and left clicking but nothing. How can in download them?
Thak You
-
Welcome to DB
All of the links older than the forum move got broken, so try copying the actual bot into a text document and saving it into the Darwinbots directory
For example, copy this into a text document and save it as Animal Minimalis.txt in your bots directory:
'Animal_Minimalis
'Contains everything necessary for it
'to survive and reproduce.
cond
*.eye5 0 >
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
stop
cond
*.eye5 50 >
*.refeye *.myeye !=
start
-1 .shoot store
*.refveldx .dx store
*.refvelup .up store
stop
cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimdx store
stop
cond
*.nrg 20000 >
start
20 .repro store
stop
end
-
Welcome, Ramiro. The best way imo is to just copy the code for a bot in the bestiary, create a .txt file and paste the code. Put the file in the robot folder. I suspect most of these bots are not compatible in version 2.42. It whould be nice if somebody could add what version of DB they created the bot for.
-
...try copying the actual bot into a text document and saving it into the Darwinbots directory....
Right. I guess we posted at the same time, Elite.
-
Thaks! I will try that. Are there any modifications needed for use the code with version 2.37.7b???
-
Simpler bots are going to work fairly well in either version. Bots with a lot of code probably won't. Other than that the best way is to try both versions and compare the differences
-
Hiya Ramiro, welcome to DB!
The code works much the same in different versions, older bots often don't have some of the newer abilities needed to survive in the newer versions of DB, some of the bots used bugs that have been fixed.
If you find a bot that doesn't work and want to know why then please feel free to ask!