Viewing Single Trivia

1
Tornado Outbreak uses an in-house engine that incorporates a heavily modified version of RAD Game Tools' Granny 3D SDK. Unlike most video games that make use of the Granny 3D SDK, assets are compressed into one ZLIB archive that uses the .bgw extension. The core engine itself is written in C++, but also makes use of Lua scripting as well.
person Larrye calendar_month February 27, 2022
Developer Shane Whitfield's experience on the project:
https://web.archive.org/web/20120801081454/http://www.shanewhitfield.com/ShaneWhitfield/Tornado_Outbreak.html

Scott Bilas's experience on the project and the usage of Lua:
https://this.scottbilas.com/#prj-tornado-outbreak

Simple unpacker and repacker for the .bgw files that document the game using the highest level of ZLIB compression:
https://github.com/SamuraiOndo/tornado-outbreak-bgw/blob/main/bgw.py

Comments (0)


You must be logged in to post comments.

Related Games