Not much happening in the forum right now...
Figured I'd take the opportunity to post on a few things I've been working on.
Getting more use out of delgene and vshoot:
Started using both vshoot and delgene for conspec ID via memloc/memval. At the start of their life both sysvars are set to different large negative values, this helps prevent viruses that only use inc I addition to allowing the bot the ability to safely use these for recognition. Since these values are always required to be activly checked for changes anyways(normally just being reset to zero) this combines resetting the recognition system with protecting the bot from viruses. Memloc is set to one of the two values at the start of their life as well, the actual conditions use the refrence of memloc to know which value to check against.
My virus, Myself:
In the same vein as delgene and vshoot, its actually better not to use zero for virus prevention. For 1G bots it's best to simply make your own gene at the start and whenever mkvirus is not equal to your own gene with vtimer equal to zero. In this way your bot can prevent regular viruses from utilizing mkvirus. While foreign viruses can still activate vshoot, the worst that'll happen is your bots will launch their own dna out with a decent chance of "infecting" other bots or alga.
Turning without turning:
Been working on a bot that doesn't actually rotate itself but instead moves it's eye5dir for sighting other bots, it's more of a beta-bot than anything else but it's interesting to see. Seems pretty decent they're able to move at a constant velocity, while still remaining on the lookout for food. Once it actually spots something it uses the standard setaim method for aiming. Still a work in progress as it continues to have problems with edges and the turning code could be better. Could likely also be useful for a MB like SeaSnake since the back bots could still be on the lookout for food to inform the head about.
Checker Veggie
Made a better veggie, it uses *.totalmyspecies to reproduce when it's total population is below it's old highest value. Not completly effective due to the slight surge that'll occur but I've found it works better than the standard energy check or simply trying to constantly repro.
I still think something should be done to prevent .totalmyspecies from being stored into memloc for leagues. Seems like it should still be able to be used, just not as a unique species number.
Alrighty, all I have for now. Hopefully this'll break the July 4th spell that seems to have settled over the place.