REGoth icon indicating copy to clipboard operation
REGoth copied to clipboard

Should be possible to load .DAT-Files (compiled scripts) from VDFS-Archives

Open ataulien opened this issue 8 years ago • 0 comments

Currently they can only be loaded directly from a file. Loading is done inside ScriptEngine::loadDAT, hte problem is, that Daedalus::DaedalusVM only provides a constructor which takes a path to the file to load from.

It should also provide an overload to load from a VDFS-FileIndex (see other content loaders) or from raw-data.

This is needed for better mod-support.

ataulien avatar Oct 13 '17 18:10 ataulien