VATSIM Utility. Converting Microsoft Flight Simulator X *.bgl files to *.sct (VRC/Euroscope sector files). Not really finished, but was good enough for basic sector files.
This project can't convert bgl files directly. You are supposed to provide "decompiled" bgl in xml format. Xml can be created from *.bgl with bglxml or similar utility.
You should have maven installed to build this project. And you may need Java as well )) Just run
mvn clean install
in a directory with pom.xml file. You will find fsxsct-1.0-SNAPSHOT-jar-with-dependencies.jar in target directory.
Run this jar and provide path to input and output files. Output file will be created if needed.
java -jar fsxsct-1.0-SNAPSHOT-jar-with-dependencies.jar test.xml test.sct