Building DreamScape
DreamScape documentation index
.
Instructions
Load the following files each into a different invocation of ScriptX, quitting ScriptX after each file finishes loading.
!mkdream.sx
Builds the LibraryContainer
dream.sxl
. This library contains the
Tracking
,
Animation
, and
Dream
interface and implementation modules.
!mkstart.sx
Builds the TitleContainer
dream.sxt
. This title contains the splash screen, and a start action defined in
startup.sx
.
!mkrooms.sx
Builds a room TitleContainer
rooms/
roomname
.sxt
for each
rooms/
roomname
sub-folder in the
rooms
folder.
!mkprods.sx
Builds a product TitleContainer
products/
prodname
.sxt
for each
products/
prodname
sub-folder in the
products
folder.
Next, follow the
Instructions on Running DreamScape.