Bots and Simulations > DNA - General
my tryouts. Help plz
Numsgil:
It may be broken. It's one of those things no ones ever really used, so there isn't really a way to test it...
PY, maybe you should hunt down to see if you can find the bit of code for Racial Memory. It may be misplaced/broken/gone all together.
PurpleYouko:
here's the code.
--- Code: ---If Abs(rob(t).Ties(j).last) > 1 Then
rob(t).Ties(j).last = rob(t).Ties(j).last - Sgn(rob(t).Ties(j).last)
If rob(t).Ties(j).last > 47 And rob(t).Ties(j).last < 68 Then 'should copy the memory locations 971 to 990 from parent to child. One per cycle.
If rob(t).mem(1038 - rob(t).Ties(j).last) = 0 And rob(rob(t).Ties(j).pnt).mem(1038 - rob(t).Ties(j).last) <> 0 Then
rob(t).mem(1038 - rob(t).Ties(j).last) = rob(rob(t).Ties(j).pnt).mem(1038 - rob(t).Ties(j).last)
End If
End If
End If
--- End code ---
It's in "Linklen"
Numsgil:
That could explain part of my problem... I think I commented linklen out and rewrote it.
*Cracks knuckles* Let's see about that racial memory working again then.
Navigation
[0] Message Index
[*] Previous page
Go to full version