QuestViva.Legacy 6.0.0-beta.44

This is a prerelease version of QuestViva.Legacy.
dotnet add package QuestViva.Legacy --version 6.0.0-beta.44
                    
NuGet\Install-Package QuestViva.Legacy -Version 6.0.0-beta.44
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QuestViva.Legacy" Version="6.0.0-beta.44" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QuestViva.Legacy" Version="6.0.0-beta.44" />
                    
Directory.Packages.props
<PackageReference Include="QuestViva.Legacy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QuestViva.Legacy --version 6.0.0-beta.44
                    
#r "nuget: QuestViva.Legacy, 6.0.0-beta.44"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package QuestViva.Legacy@6.0.0-beta.44
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QuestViva.Legacy&version=6.0.0-beta.44&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=QuestViva.Legacy&version=6.0.0-beta.44&prerelease
                    
Install as a Cake Tool

Quest Viva

Quest Viva is an open-source system for creating and playing text adventure games. Designed for accessibility and flexibility, Quest Viva makes it easy for anyone to create a game without needing any previous experience of programming. For those who want more control, Quest Viva also offers powerful scripting capabilities.

Formerly known as Quest 5, Quest Viva is a modern cross-platform update, currently in development.

Features

  • User-Friendly Interface - Create text adventures with an intuitive editor, no coding required.
  • Powerful Scripting - Extend your games with custom logic using Quest's scripting language.
  • Cross-Platform - Games can be played in a web browser, or offline on Windows, Mac and Linux.
  • Multimedia Support - Add images and sounds to your games, run JavaScript, and embed videos.
  • Extensible and Open-Source - Modify and expand Quest to suit your needs.
  • Multiple languages - Quest Viva supports creating games in English, French, German, Spanish, Dutch, Portuguese and more.

Getting started

⚠️⚠️⚠️ If you just want to create a game, then please use Quest 5 for now ⚠️⚠️⚠️

For Developers testing and contributing to Quest Viva

  • Install Docker
  • Clone this GitHub repository
  • Run docker compose up --build

Community and Support


Sample compose.yml

services:
  webplayer:
    image: ghcr.io/textadventures/quest-viva-webplayer:latest
    ports:
      - "8080:8080"
    environment:
      Home__File: "/data/game.quest"
    volumes:
      - "/path/to/game.quest:/data/game.quest:ro"
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on QuestViva.Legacy:

Package Downloads
QuestViva.PlayerCore

Game player runtime for Quest Viva — load and query .aslx text adventure game files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.0-beta.44 30 7/23/2026
6.0.0-beta.43 37 7/21/2026
6.0.0-beta.42 45 7/19/2026
6.0.0-beta.41 61 7/16/2026
6.0.0-beta.40 46 7/15/2026
6.0.0-beta.39 48 7/14/2026
6.0.0-beta.38 46 7/13/2026
6.0.0-beta.37 55 7/13/2026
6.0.0-beta.36 57 7/12/2026
6.0.0-beta.35 57 7/10/2026
6.0.0-beta.34 55 7/9/2026
6.0.0-beta.33 60 7/8/2026
6.0.0-beta.32 58 7/6/2026
6.0.0-beta.31 57 7/5/2026
6.0.0-beta.30 61 7/5/2026
6.0.0-beta.29 60 7/5/2026
6.0.0-beta.28 52 7/4/2026
6.0.0-beta.27 69 7/3/2026
6.0.0-beta.26 60 6/28/2026
6.0.0-beta.25 95 6/28/2026