Skip to content

Implemented optional packageName in scx files

Cedric Seehausen requested to merge ScenarioManagerFileFormatChange into master

This should reduce the load times for starting Scx files via the CLI. There was also the alternative for giving the Package name via console (with -p [package name]) to reduce this time but now it should always be fast without this (of course only for scx files with an package name)

Merge request reports