What happens to saved data for new versions
From Talk:Saving
Jump to navigation
Jump to search
Revision as of 12 October 2017 at 15:43.
This is the thread's initial revision.
This is the thread's initial revision.
I found the saved data in <robocode>/robots/.data/<package>/<botname>.data/, where there seems to be no version numbers ;/
So what will the robocode do for different versions of the bots?
e.g. my bot has a default ScalarBot.data directory with some files in its jar, what happens if I run different versions of it with different default data directory?
And what happens to the saved data after battles? Will that conflict, or just deleted?