[Scummvm-tracker] [ScummVM :: Bugs] #12322: Unknown game variant for ags
ScummVM :: Bugs
trac at scummvm.org
Mon Mar 15 23:24:35 UTC 2021
#12322: Unknown game variant for ags
-------------------------+--------------------------
Reporter: FakeShemp | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Component: Engine: AGS
Version: | Resolution:
Keywords: unknown-game | Game:
-------------------------+--------------------------
Comment (by criezy):
Thank you.
I added the detection in f6ac15f486 however the game uses plugins we do
not currently support, and thus will not start.
{{{
Plugin 'ags-spritefont-plugin' is not yet supported
Plugin 'ags-spritefont-plugin' could not be loaded (expected 'ags-
spritefont-plugin')
Plugin 'agslua' is not yet supported
Plugin 'agslua' could not be loaded (expected 'agslua')
}}}
Hopefully 'ags-spritefont-plugin' is the same as 'AGSSpriteFont' (which we
already have) under a different name.
The 'agslua' plugin is maybe https://github.com/ericoporto/agslua. Since
the source code is available and it seems to use the same lua version we
already have in ScummVM, there is hope. But it might take time before we
support it.
--
Ticket URL: <https://bugs.scummvm.org/ticket/12322#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list