Resources Game Viewer
Viewing of games resources

About plugins

Quest Viewer supports the plugins allowing to support other games, and also to export graphic resources to other formats. The plugin represents a script in the Python programming language.

Plugins are divided into two types: games expansions and expansion of graphic resources export. To add a plugin to the program, it is enough to transfer a script with the *.py expansion to the plugins folder in a program root. When importing plugins are identified on prefixes in a name of scripts: "g_" – for games plugins and "a_" – for animation export plugins. For plugin debugging it is necessary to run the QuestViewer_debug.exe program, at the same time together with the program the console will open. The program uses Python 3.4.

The expansions adding support of other games can be loaded into a repository on the website, after that they will be available in the Manager of plugins in the program.