the-infocom-files / infidel

Infidel
3 stars 3 forks source link

Build Game #2

Closed AlexProudfoot closed 5 years ago

AlexProudfoot commented 5 years ago

Build the game using the ZILF toolset. Eliminate compilation and startup errors where necessary.

AlexProudfoot commented 5 years ago

Ensure the main file has a release and a version. The names of included files should be in lower case for linux/macos compilations.

AlexProudfoot commented 5 years ago

The compiler reports 1 error.

[error MDL0112] syntax.zil:588: too many prepositions in syntax definition
  [info MDL0101] did you mean to separate them with OBJECT?
  in INSERT-FILE called at infidel.zil:30
  in IFILE called at infidel.zil:45
AlexProudfoot commented 5 years ago

The following statement should be removed from syntax.zil. I'm not sure what was intended but this wont work.

<SYNTAX SLEEP DOWN ON OBJECT = V-SLEEP> ;"lie down"
AlexProudfoot commented 5 years ago

Tidy the main file. Remove extraneous statements.

AlexProudfoot commented 5 years ago

No build errors.