I'm trying to make battles reproducible by randomly generating starting positions from a known seed, however this feature doesn't seem to work. By playing about with manually setting these values I have discovered that the first two numbers in the string seem to set bot 1's x position and bot 2's x position, while I can't see any effect by changing any others.
Another issue I have is that I want different starting positions for each round, is this supported?
You can see the code I'm using here: https://github.com/MikeWorth/RoboNucleicAcid/blob/master/src/rna/RobotLeague.java#l53
Thanks,
Mike