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

Pages: [1]
1
Newbie / system variables meanings
« on: October 14, 2006, 05:45:33 AM »
Well it's the 2.37.6 version. But if it's fixed in newer version's it might be a little inefficient use of your time to go fix it in old versions

2
Newbie / system variables meanings
« on: October 13, 2006, 06:45:57 PM »
No I didn't put them on autotroph (I just checked). But like I said I'll get a newer version when I have some time to get into this a bit.

3
Newbie / system variables meanings
« on: October 10, 2006, 03:06:42 PM »
Damn I actually forgot to check the help inside the program, usually in open source projects help functions are extremly limited. But that was exactly what I was looking for, thanks. I'm going to read that when I have some time (and upgrade to a newer version).

Thanks  

edit:

Quote
aimsx   -----   Rotates me anti-clockwise by the value stored into this location.
aimdx   -----   Rotates me clockwise by the value stored in this location.
   Syntax.   (25 .aimdx store) will store a value of 25 in my memory location 5 (.aimdx)
      I will rotate by this amount. The input value must be in the range of 1 to 1256.

so the number 1256 equals a 360 degree turn? or 180? or 1256 degrees?

4
Newbie / system variables meanings
« on: October 10, 2006, 12:09:09 PM »
Hi,

I'm new to this but it seems like fun and I study computer science so I should be able to do this.

I'm having trouble finding a acomplete list of all the sysvars meanings, like at *.up you can put the acceleration in the upwards direction for the comming cycle. There are loads more of these variables and I would like to find a complete list of them with their meanings.

Another thing I came across is the following:

If I run the following bot:

Code: [Select]
'bot

end

I keep getting more and more bots, how come? it does not have a gene to reproduce (it doesn't have gene's at all). This behaviour also shows with a trivial first gene.

Thanks in advance

Pages: [1]