If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

SandScript (ActiveX)

From The Cutting Room Floor
Jump to navigation Jump to search

Click to upload a new image...Dummy link

SandScript

Developer: Viqua Games
Publisher: PlayFirst
Platform: ActiveX
Released in US: 2007


DevTextIcon.png This game has hidden development-related text.


This cactus is UNDER CONSTRUCTION
This article is a work in progress.
...Well, all the articles here are, in a way. But this one moreso, and the article may contain incomplete information and editor's notes.

SandScript is pretty much a word-guessing game you'd see on the App Store nowadays. At least it has Middle Age theming.

Batch Script

A file named activextest.bat exists at the root of the game content.

REM variables for testing
REM ALL PATHS ARE RELATIVE TO DIRECTORY CONTAINING THIS FILE

REM Set this to the name of the executable to run

set EXE=sandscript.exe

REM Set this to where you want the html file to be built

set TESTDIR=.

REM Set this to the path to the version.h file. The version.h file must
REM contain the version number, with the first line being in the format:
REM #define VERSION 1, 0, 0, 28

set VERSIONH=..\version.h