QSP: Difference between revisions
(→TXT2GAM: +source code) |
(copy edit) |
||
Line 21: | Line 21: | ||
There is a flavor of QSP named [[#AeroQSP Shell|AeroQSP Shell]] for making Flash games, making QSP playable in a web browser. | There is a flavor of QSP named [[#AeroQSP Shell|AeroQSP Shell]] for making Flash games, making QSP playable in a web browser. | ||
Another web player that | Another web player that is implemented using WebAssembly and HTML5 is [[#qSpider|qSpider]]. | ||
==Interpreters== | ==Interpreters== | ||
Line 31: | Line 31: | ||
===QSP Player for Android=== | ===QSP Player for Android=== | ||
There | There are multiple Android players: | ||
*[https://github.com/seedhartha/QuestPlayer Quest Player by seedhartha] | *[https://github.com/seedhartha/QuestPlayer Quest Player by seedhartha] | ||
Line 65: | Line 65: | ||
===QSP Player for PocketBook=== | ===QSP Player for PocketBook=== | ||
QSP version for PocketBook (e-books). Developers Page: | QSP version for PocketBook (e-books). [http://fedorchenko.net/qsp.php Developers Page] [https://github.com/yuryfdr/pbqsp GitHub] | ||
*[https://qsp.su/attachments/qsp_for_pb_100.zip Version 1.00] | *[https://qsp.su/attachments/qsp_for_pb_100.zip Version 1.00] | ||
Line 82: | Line 82: | ||
Principal differences: | Principal differences: | ||
# The content is rendered by means of the browser. There is full support of HTML, CSS and | # The content is rendered by means of the browser. There is full support of HTML, CSS and JavaScript. | ||
# Decoration is separated from the game code | # Decoration is separated from the game code | ||
# It is easier to port the player by moving the platform independent part of the logic into a common | # It is easier to port the player by moving the platform independent part of the logic into a common JavaScript framework | ||
# Support for mobile platforms (Android, iOS) | # Support for mobile platforms (Android, iOS) | ||
Links: | Links: | ||
* Universal player for Windows on the Awesomium engine [https://github.com/Nex-Otaku/quest-navigator-awesomium | * Universal player for Windows on the Awesomium engine [https://github.com/Nex-Otaku/quest-navigator-awesomium GitHub] | ||
* QSP library branch, modified for Quest Navigator [https://github.com/Nex-Otaku/qsplib-experimental | * QSP library branch, modified for Quest Navigator [https://github.com/Nex-Otaku/qsplib-experimental GitHub] | ||
* JS framework (core) [https://github.com/Nex-Otaku/quest-navigator-core | * JS framework (core) [https://github.com/Nex-Otaku/quest-navigator-core GitHub] | ||
* Library project for Android standalone applications [https://github.com/Nex-Otaku/quest-navigator-library-android GitHub] | * Library project for Android standalone applications [https://github.com/Nex-Otaku/quest-navigator-library-android GitHub] | ||
===Fastqsp=== | ===Fastqsp=== | ||
Faster than the classic player. Author - Graylord. | Faster than the classic player. Author - Graylord. | ||
*[https://github.com/graylor/FastQSP | *[https://github.com/graylor/FastQSP GitHub] | ||
===Qqsp=== | ===Qqsp=== | ||
Alternate player for | Alternate player for QSP games.The interface is rewritten using Qt. Author - Sonnix. | ||
The new player should be fully compatible with the old one. Save games are compatible between the players. The player has all the functionality and settings from the original. There are also a couple of additional settings. You can enable the display of the | The new player should be fully compatible with the old one. Save games are compatible between the players. The player has all the functionality and settings from the original. There are also a couple of additional settings. You can enable the display of the HTML code of the current page. You can enable the autostart of the last downloaded game. | ||
The player supports HTML5 and video. | The player supports HTML5 and video. | ||
Line 133: | Line 133: | ||
* [https://qsp.su/ QSP.su] - the official site | * [https://qsp.su/ QSP.su] - the official site | ||
* [https://wiki.qsp.su/ Wiki] - documentation and guides | * [https://wiki.qsp.su/ Wiki] - documentation and guides | ||
* [https://github.com/QSPFoundation/qsp Source code] - source code on | * [https://github.com/QSPFoundation/qsp Source code] - source code on GitHub | ||
* [https://ifwiki.ru/QSP QSP] - page on the | * [https://ifwiki.ru/QSP QSP] - page on the Russian IFWiki | ||
[[Category:Authoring system]] | [[Category:Authoring system]] |
Revision as of 09:05, 15 September 2023
QSP | |
---|---|
Authoring system | |
Links | Home page Download |
Developer | Valeriy Argunov |
Interaction style | Choice |
Systems | Windows, macOS, Linux, Android, Other |
System details | Various other systems (Pocket PC, Sony PSP, PocketBook, Flash). |
Latest version | 5.7.0 / 19 Oct 2010 |
Status | |
Multimedia support | Colour, graphics, sound |
License | GPL v2 |
Notes | Language: Russian. |
Browse the software database | |
Edit this infobox |
Quest Soft Player
Quest Soft Player is a text-based game developing system leaning towards the choice-based interface (there is an option to make a parser game). It includes a cross-platform player and a couple of utilities for game development.
Originally developed by Valeriy "Byte" Argunov, it has a big and stable Russian community.
The program is cross-platform, working on Windows, PocketBook, Android, Windows CE / Windows Mobile, Linux / Unix, MacOS, Sony PSP, BeOS / Haiku. The player is licensed under GPLv2, some utilities and libraries are LGPLv2.
There is a flavor of QSP named AeroQSP Shell for making Flash games, making QSP playable in a web browser. Another web player that is implemented using WebAssembly and HTML5 is qSpider.
Interpreters
QSP Player for Windows
Basic archive of the interpreter (Windows version) Version 5.7.0:
QSP Player for Android
There are multiple Android players:
QSP Player for MacOS
Version 5.7.0 alpha:
QSP Player for Linux
Version 5.7.0 corresponds to revision 63e49c6a47ffd027c926b81c35422a78d851a674
Linux x86
The basic archive of the interpreter for Linux x86 platforms. Built on Ubuntu 10.04
Linux x86_64
The basic archive of the interpreter for Linux x86_64 platforms. Built on Ubuntu 10.04
Player QSP CE
Version of the interpreter for Pocket PC 2003 - Windows Mobile 6.1 devices. Only QVGA displays are supported. Version 5.7.0 beta 0.7.1:
qsPSP
Port of the interpreter on the Sony PSP. Currently, graphics and sounds are not supported, otherwise it is a fully functioning platform on which you can play any QSP-games without restrictions.
QSP Player for PocketBook
QSP version for PocketBook (e-books). Developers Page GitHub
qSpider
A web player. Author - werewolf. The latest release is here:
AeroQSP Shell
QSP on Flash with enhanced graphics support. To work, you need a pre-installed Flash plug-in for Internet Explorer. Version 5.7.0.5:
Quest Navigator is created as the next step in the development of the QSP platform, in place of the outdated classic player and AeroQSP. Author - Nex-Otaku (Леонид Черненко)
Principal differences:
- The content is rendered by means of the browser. There is full support of HTML, CSS and JavaScript.
- Decoration is separated from the game code
- It is easier to port the player by moving the platform independent part of the logic into a common JavaScript framework
- Support for mobile platforms (Android, iOS)
Links:
- Universal player for Windows on the Awesomium engine GitHub
- QSP library branch, modified for Quest Navigator GitHub
- JS framework (core) GitHub
- Library project for Android standalone applications GitHub
Fastqsp
Faster than the classic player. Author - Graylord.
Qqsp
Alternate player for QSP games.The interface is rewritten using Qt. Author - Sonnix. The new player should be fully compatible with the old one. Save games are compatible between the players. The player has all the functionality and settings from the original. There are also a couple of additional settings. You can enable the display of the HTML code of the current page. You can enable the autostart of the last downloaded game.
The player supports HTML5 and video. Versions:
- Win32 Qt 5.9.3 (stable)
- Win64 Qt 5.9.3 (stable)
- Win32 Qt 5.10.1 (experimental)
- Win64 Qt 5.10.1 (experimental)
- macOS
- Linux
- Source code
Useful programs
Game editor QGen
Version 4.0 beta 1:
Source code:
TXT2GAM
Utility for converting text files to QSP format. Allows you to write games in any text editor.
Source code:
GamConv
GUI-shell for the utility TXT2GAM
Links
- QSP.su - the official site
- Wiki - documentation and guides
- Source code - source code on GitHub
- QSP - page on the Russian IFWiki
Authoring systems | |
---|---|
By style | Parser • Choice • Parser-choice hybrid |
By system | Browser • Android • iOS • Linux • macOS • Windows |
Browse | Stable authoring systems • Search form • Drilldown |
Other software | Interpreters • Utilities |