home *** CD-ROM | disk | FTP | other *** search
- @rem ---------------------------------------------------------------------------
- @rem - CCLAUNCH - COMMAND & CONQUER Launchingprogram by Jacob Pedersen - v2.03 -
- @rem ---------------------------------------------------------------------------
- @echo off
-
- set autostart=none
- rem Specifies (cd)-version, (hd)-version or prompt for interactive choice (none)
-
- set cc_drive=c
- rem The harddisk-letter where your C&C versions are installed
-
- set cdrom_path=\games\c&c\c&ccdrom
- rem The path to the dir where you have installed your C&C CD-ROMs
-
- set hdisk_path=\games\c&c\c&chd
- rem The path to the dir where you have installed your C&C CD-ROM rip-off
-
- set gdi_path=\games\c&c\c&cdata\gdi
- rem The path to the dir where you have your GDI-GENERAL.MIX file
-
- set gdi_general_mix=general.mix
- rem The name of the GDI-GENERAL.MIX file (In your GDI dir)
-
- set nod_path=\games\c&c\c&cdata\nod
- rem The path to the dir where you have your NOD-GENERAL.MIX file
-
- set nod_general_mix=general.mix
- rem The name of the NOD-GENERAL.MIX file (In your NOD dir)
-
- set cov_path=\games\c&c\c&cdata\covert
- rem The path to the dir where you have your COVERT-GENERAL.MIX file
-
- set cov_general_mix=general.mix
- rem The name of the COVERT-GENERAL.MIX file (In your COVERT dir)
-
- set has_covert=yes
- rem Specifies whether you have COVERT OPERATIONS or not (yes, no)
-
- set cdrom_dir=\games\c&c\c&chd\cdrom
- rem The path to the dir where you have your other .MIX files
-
- set seperate_savegames=yes
- rem Specifies whether you want to keep your savegames global, (same for CD-
- rem ROM version and HD version) and seperated
-
- set pick_coll=yes
- rem Specifies whether you want to interactivly pick a multiplayer map collec-
- rem tion (yes/no)
-
- set def_coll=1
- rem Which collection you want to run if pick_coll=no; 0-9.
- rem (0 = Normal (Normal maps))
-
- set coll_path=\games\strategi\c&c\c&cdata\multimap
- rem The path to the dir where you have your multiplayer-map collections
-
- set quicklaunch=on
- rem Specifies whether to use the ability to quickly launch C&C
-
- set def_socket=0
- rem The socket ID used by default if none other is specified (0-16383)
- rem (applies only to quicklaunch=on!)
-
- set def_parameters=
- rem If no parameter(s) is specified when CC run, these will be used
- rem (applies only to quicklaunch=off!)
-
- set gamedat_dir=\games\c&c\c&cdata\gamedats
- rem specifies where your GAME.DAT-files are located (Real GAME.DAT must be here
- rem too!)
-
- set autouse_gamedat=none
- rem specifies whether you what to automaticly use normal, none (allows you to
- rem pick) or a number between 1-9
-
- set has_vpic=no
- rem Specifies whether you have VPIC or not (yes, no)
-
- set vpic_path=c:\vpic
- rem The path to VPIC (including drive!)
-
- cclaunch %1 %2 %3 %4 %5
-