hogsy / chronon

This is an open-source reimplementation of Anachronox, built on top of the Quake 2 engine (which funnily enough is the same engine Anachronox was developed upon).
https://hogsy.me
GNU General Public License v2.0
49 stars 3 forks source link

"Cinema" system, for handling cinematics #24

Open hogsy opened 2 years ago

hogsy commented 2 years ago

These are very nicely documented for us, for the most part.

# cineid = number [0,998]
# script = name : version : blockcount
# block = name : flags
# path = order : name : type : flags : timeofs : maxlen : color : count
# node = type : flags : timelen : other-data

Of course, we're lacking explanations on what these mean/do right now but I think I get the general structure.

# denotes a comment line.