New beta-build for OpenGothic: v1.0.2207

This page summarizes the projects mentioned and recommended in the original post on /r/worldofgothic

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • OpenGothic

    Reimplementation of Gothic 2 Notr

  • quests are implemented mostly in scripts. the window of the quest log is implemented here: https://github.com/Try/OpenGothic/blob/master/game/game/questlog.cpp. game scripts then create topics and set their status by calling these functions

  • gothic-2-addon-scripts

    Gothic 2 Addon Scripts | A repository containing reconstructed scripts for the 2003's video game Gothic 2: Night of the Raven in 8 different languages. Also includes the "unified" scripts intended for use in mods.

  • Infos are basically what drives game dialogues. Each has a function (usually executed when dialogue option is selected by player) which primarily makes NPCs say things but also can update "quest" variables or add an entry into "quest" log (bizzarely, scripts can't read from it). Infos also have a bunch of other things like a "condition" function to check if dialogue should be selectable, NPC associated with it etc. You can find them (already extracted from game files) here: https://github.com/VaanaCZ/gothic-2-addon-scripts/tree/2.7-EN/_work/Data/Scripts/Content/Story/Dialoge (link particularly to where dialogues/infos can be found).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ZenKit

    A re-implementation of file formats used by the early 2000's ZenGin

  • Got a brief look at OpenGothic code and, as far as I understood, it doesn't change the approach, original scripts are used and https://github.com/GothicKit/phoenix is used for parsing and executing them.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts