ScottRomanowski
Forum Guru
- Joined
- Jul 31, 2010
- Messages
- 1,862
- Reaction score
- 2,456
- Location
- Massachusetts
- First name
- Scott
- Country
ScottRomanowski submitted a new resource:
Show VASSAL and VASL versions in .vsav or .vlog - Python program to show the version information
Show VASSAL and VASL versions in .vsav or .vlog - Python program to show the version information
Read more about this resource...If you're like me, you're playing PBEM games with several opponents, and each may be using different versions of VASSAL and VASL. To avoid incompatibility, here is a small Python (version 3) program to display the versions used in a .vsav or .vlog file so you can use the same versions. It is a command-line utility and takes the filename(s) of the file(s) to report on. If you don't provide an argument, it will print usage instructions. I had to ZIP it to upload it here; you will have to...