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

Pages: [1] 2 3 4
1
Bot Tavern / Discerpo Inscribo
« on: April 20, 2007, 05:06:02 PM »
Hmm..thats odd. It says his virus is ready, but it refuses to fire even when it walks right up to an enemy...grrrr...

2
Can we jack up mutations really high to let them evolve really quickly?

3
DNA - General / Would this work?
« on: April 15, 2007, 09:52:28 AM »
So then maybe set it down to like 25000?

4
DNA - General / Would this work?
« on: April 14, 2007, 10:16:47 PM »
Could I use this if I wanted my bot to shoot nrg towards fellow bots when it was full of nrg anyways, to serve as a kind of medic?

Code: [Select]
' Medic Gene
cond
 *.eye5 0 =
  *.nrg 32000 >
  *.refeye *.myeye = or
start
-2 .shoot store
 *.refvelup .up store
stop

5
Newbie / Apoptosis in Dawinbots?
« on: April 14, 2007, 09:18:24 PM »
Lol. I wouldn't exactly reccomend that one personally. *shudders*

6
Bot Tavern / Discerpo Inscribo
« on: April 14, 2007, 05:33:47 PM »
Well, after 3 months of completely forgetting about darwin bots, I'm back again, and will probably be working more on my bot now  

I'm surprised I'm still in F1 (I'll still be out pretty quickly though, seeing as how I'm like 26 out of 30 right now, lol).

7
Off Topic / Merry Christmas!
« on: January 05, 2007, 07:01:41 PM »
This is late, but Merry Xmas to you all

8
Newbie / hey guys
« on: December 22, 2006, 10:26:03 PM »
hello  

9
Newbie / King for a day
« on: December 14, 2006, 04:00:29 PM »
erm sure I'll enter him in   ...wait, is this the one that destroys itself?   lol

10
Bot Tavern / Discerpo Inscribo
« on: December 14, 2006, 03:58:17 PM »
Quote from: Jez
Rofl, it is deleting it's own genes! Well spotted Light.  

Kage,

with G2 and G10 fixed it'll beat at least the first three bots in F1 league, it drew 3 all v Anon Terrifica when I tested a fixed version just now, won't do a full run until you release it as an entry in league.

Your original bot also works, if it hadn't been for the fact that it didn't repro unless tied to I would have seen how far it went in league, as it is it would be starvation matches v all the F2 bots that it didn't find and kill so haven't bothered yet. It you want it entered as is just say.


Okay, thanks a lot. (you are talking about the non-gene destroying version right?)

11
Bot Tavern / Discerpo Inscribo
« on: December 13, 2006, 08:11:20 PM »
Well here it um...is.  I haven't looked at the bot you guys suggested, but as of now it doesn't move attack or spin, even when it sees food...I messed this one up pretty good this time  

Code: [Select]
'Discerpo Inscribo v1.6
'Made by Kage
'Latin for Dividing Entity
'It fights best against
'tie feeders because it quickly
'reproduces into multiple cells
'when it has been tied and overpowers
'its foe from all angles

cond
*.robage 0 =
start
7 989 store
stop

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

cond
7 *989 !=
start
-2 .shoot store
stop

cond
*.eye5 20 >
*.vtimer 1 =
start
100 .vshoot store
stop

cond
*.eye5 0 >
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
stop

cond
*.eye5 50 >
*.refeye *.myeye !=
start
-6 .shoot store
*.refvelup .up store
stop

cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimdx store
stop

cond
*.tiepres 0 !=
*.nrg 5000 > or
start
50 .repro store
stop

cond
*.waste 40 >
start
.backshot inc
-4 .shoot store
*.waste .shootval store
stop

cond
*.mkvirus 0 !=
start
*.mkvirus .delgene store
stop

cond
*.slime 300 <
start
100 .mkslime store
stop

cond
 *.poison 500 <
start
 50 .strpoison store
stop

cond
 *.shell 250 <
start
 100 .mkshell store
stop

12
Bot Tavern / Discerpo Inscribo
« on: December 11, 2006, 03:48:05 PM »
Even when it sees food it no longer tries to eat

13
Bot Tavern / Discerpo Inscribo
« on: December 08, 2006, 05:40:36 PM »
Quote from: Jez
When I looked at your bot before, when the settings had been mostly sorted, they were handicapped because they didn't look for veg. That used to be ok in the leagues, but for some reason it seems to be more of a problem now.

They did seem to hunt veg ok if it got within their field of view though. (Once costs were proporitional and 100)

Either a search for veg routine or a more explosive birth routine (bots leaving parents territory) might help. When the j buddy drop is done and the settings are fixed in stone for league, when I rerun all the bots, I'll have a better idea of what strategies work best and which are a bit old hat. Certainly some of the older winning routines don't look like they will function as well as they used to.

EDIT

Also, when you tick and untick the F1 conditions; start the sim once ticked then stop it; untick F1; set costs. Otherwise F1 settings don't seem to be set properly. Just thought that might be problem.


A erm...search routine?

14
Bot Tavern / Discerpo Inscribo
« on: December 07, 2006, 12:49:46 PM »
Quote from: Jez
(As posted in league settings by Nums), check that your costs are proportional and at 100%. unfortunately using the league settings in the latest DB version tends to set this at zero, meaning your bot won't get any reward for firing shots. Tick and untick the F1 settings option first so that it is as close to default as possible.

It's not a code fault, it's a settings fault and Eric is working on the problem as we speak.


wait...most of the time they like don't move, they don't seem to want to eat the veggies most of the time...should I add something in so they will eat them?

15
Bot Tavern / Missing bots
« on: December 05, 2006, 06:07:37 PM »
Thanks, I have no idea if the other ones are on the site though  , sorry.

Pages: [1] 2 3 4