Hi,
This is really only an "issue" to make you aware of a contribution
I've made a Python script for converting a CyberBoard Scenario .gsn to a VASSAL module .vmod. You can find it at
The script is gsnexport.py and is used like
./gsnexport.py <SCENARIO_FILE> [<OPTIONS>]
Pass the option --help to see more about the available options. For example, the option --patch allows you to pass the name of a Python script that will patch the generated VASSAL module.
There's also a general Python module (library) for extracting information from a CyberBoard gamebox or scenario: cyberboard.py.
I hope you or others may find this useful.
Yours,
Christian
Hi,
This is really only an "issue" to make you aware of a contribution
I've made a Python script for converting a CyberBoard Scenario
.gsnto a VASSAL module.vmod. You can find it atThe script is
gsnexport.pyand is used likePass the option
--helpto see more about the available options. For example, the option--patchallows you to pass the name of a Python script that will patch the generated VASSAL module.There's also a general Python module (library) for extracting information from a CyberBoard gamebox or scenario:
cyberboard.py.I hope you or others may find this useful.
Yours,
Christian