Index of /AXP/OpenVMS/FreeSCI/

NameLast ModifiedSizeType
../ -  Directory
freesci-0.3.5/2026-Jul-22 14:30:00-  Directory
FREESCI.EXE2026-Jul-23 13:18:501.7Mapplication/x-msdos-program
README.txt2026-Jul-23 16:26:372.2Ktext/plain; charset=utf-8
SDL$SHR.EXE2026-Jul-23 13:21:23761.1Kapplication/x-msdos-program
freesci-0.3.5.zip2026-Jul-23 13:21:06941.4Kapplication/zip
porting.txt2026-Jul-23 16:26:543.5Ktext/plain; charset=utf-8
readme_openvms.txt2026-Jul-23 16:27:078.9Ktext/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 

Webserver 1.0