Index of /OpenVMS/LATEST_ALPHA/FreeSCI/
| Name | Last Modified | Size | Type |
| ../ | | - | Directory |
| freesci/ | 2026-Aug-28 15:10:18 | - | Directory |
| FREESCI.EXE | 2026-Aug-28 17:25:28 | 1.7M | application/x-msdos-program |
| README.txt | 2026-Jul-23 16:26:37 | 2.2K | text/plain; charset=utf-8 |
| SDL$SHR.EXE | 2026-Jul-23 13:21:23 | 761.1K | application/x-msdos-program |
| freesci.zip | 2026-Aug-28 17:19:19 | 1.4M | application/zip |
| porting.txt | 2026-Jul-23 16:26:54 | 3.5K | text/plain; charset=utf-8 |
| readme_openvms.txt | 2026-Jul-23 16:27:07 | 8.9K | text/plain; charset=utf-8 |
______ _____ _____ _____ _____ _ ____ ___ _____
| ___| / ___/ __ \_ _| | _ | | | | | \/ |/ ___|
| |_ _ __ ___ ___\ `--.| / \/ | | | | | |_ __ ___ _ __ | | | | . . |\ `--.
| _| '__/ _ \/ _ \`--. \ | | | | | | | '_ \ / _ \ '_ \| | | | |\/| | `--. \
| | | | | __/ __/\__/ / \__/\_| |_ \ \_/ / |_) | __/ | | \ \_/ / | | |/\__/ /
\_| |_| \___|\___\____/ \____/\___/ \___/| .__/ \___|_| |_|\___/\_| |_/\____/
| |
|_|
# Compiled binaries
# SDL-1.2.14
# FreeSCI-0.3.5 for OpenVMS Alpha
SUPPORTED
---------
King's Quest 4
Police Quest 2
Leisure Suit Larry 2
Leisure Suit Larry 3
Space Quest 3
Quest for Glory 1
Colonel's Bequest
Conquests of Camelot
Codename ICEMAN
King's Quest 1 SCI remake
NOT supported
-------------
Quest for Glory 2
# To play:
# Download FREESCI.EXE
# Copy SDL libraries to SYS$SYSROOT:[SYSLIB]
copy SDL$SHR.EXE;1 SYS$SYSROOT:[SYSLIB]
copy SDL_MIXER$SHR.EXE;1 SYS$SYSROOT:[SYSLIB]
FREESCI :== $DISK:[PATH]FRESCI.EXE
set def DISK:[PATH.King_Quest4]
freesci
#####################################################################################
### Compile from sources ###
### Make sure you have CXX and MMK/MMS ###
### First build SDL-1.2.14 ###
# Compile SDL
# I have used the following disk path
DQB1:[000000.GAMES.SRC.SDL]
DQB1:[000000.GAMES.SRC.SDL_MIXER]
# Download MMK.EXE and UNZIP.EXE to some working directory ex.: DQB1:[000000.DATA]
mmk :== $DQB1:[000000.DATA]MMK.EXE
unzip :== $DQB1:[000000.DATA]UNZIP.EXE
# Download SDL zips to a working directory ex.: DQB1:[000000.GAMES.SRC]
# and extract
unzip sdl.zip
unzip sdl_mixer.zip
# Build SDL
set def DQB1:[000000.GAMES.SRC.sdl]
@configure
@build
DEFINE LIBSDL DQB1:[000000.GAMES.SRC.SDL.SRC]
DEFINE SDL DQB1:[000000.GAMES.SRC.SDL.INCLUDE]
# Download freesci-0.3.5.zip and unzip
set def DQB1:[000000.GAMES.SRC.freesci-0.3.5]
mmk