Difference between revisions of "GAMES:Star Wars: Dark Forces"

From DOSBoxWiki
Jump to navigationJump to search
m (Reverted edits by Asdfraewfgregrawgwarf (talk) to last revision by Alarik)
 
(20 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
{{Infobox Game
 
{{Infobox Game
 
|title=Star Wars: Dark Forces
 
|title=Star Wars: Dark Forces
|image=
+
|image=[[Image:Dark Forces Box Cover.jpg]]
|caption=
+
|caption=Box art for Dark Forces
 
|developer=LucasArts
 
|developer=LucasArts
 
|publisher=LucasArts
 
|publisher=LucasArts
 
|released=1995
 
|released=1995
|version=1.0 (Build 2)
+
|version=[[Version0.74|0.74]]
 +
|gversion=1.0 (Build 2)
 
|status=Perfect
 
|status=Perfect
 
|executable='''DARK.EXE'''
 
|executable='''DARK.EXE'''
 
|installer='''INSTALL.EXE'''
 
|installer='''INSTALL.EXE'''
|setup='''SETUP.EXE'''}}
+
|setup='''SETUP.EXE'''
 +
|dos4gw=Externally
 +
|dos32a=Yes
 +
}}
  
'''Star Wars: Dark Forces''' is first-person shooter (with no network capabilities) that is halfway between the basic playability of [[GAMES:Doom|Doom]] and the advanced playability of Duke Nukem 3D.
+
'''Star Wars: Dark Forces''' is first-person shooter (single person only - no multiplay) that is halfway between the basic playability of [[GAMES:Doom|Doom]] and the advanced playability of [[GAMES:Duke Nukem 3D|Duke Nukem 3D]].
  
 
==Making it work without the CD==
 
==Making it work without the CD==
Line 18: Line 22:
 
# Run the (obviously '''full''') installation. For this example, let's assume you installed the game to c:\games\DARK\
 
# Run the (obviously '''full''') installation. For this example, let's assume you installed the game to c:\games\DARK\
 
# Copy D:\CD.ID to c:\games\DARK\
 
# Copy D:\CD.ID to c:\games\DARK\
# Put this [[dosbox.conf]] file in c:\games\DARK\ :
+
# Edit DRIVE.CD (e.g. c:\games\DARK\DRIVE.CD) and change ''X'' to C (or whatever your hard drive is).
<pre>
+
#* DRIVE.ID doesn't support more than one letter. If it's a problem for you, you can leave the original DRIVE.ID alone (assuming it contains the letter D), and alternatively put this [[dosbox.conf]] file in c:\games\DARK\ :
[autoexec]
+
#** ''[autoexec]''
mount d .
+
#** ''mount d .''
</pre>
 
 
Now you can play the game without the CD!
 
Now you can play the game without the CD!
  
If you're using a shortcut and you have your DARK forces directory on it's own mount, simply edit the file DRIVE.ID (It's in the DARK folder) so that it uses the DARK directory letter.
+
==Optimum configuration==
  
For example, if you had mounted /DARK/ as C, you would replace the letter in DRIVE.ID to C instead of D.
+
See personal suggestions in the [[{{TALKPAGENAME}}|talk page]].
Note, DRIVE.ID doesn't support more than one letter, so you'll have to mount it yourself if you need to use a different location.
+
 
 +
<br style="clear: both" />
  
 
==The 3-level-only demo==
 
==The 3-level-only demo==
 +
 
{{Infobox Game
 
{{Infobox Game
|title=Star Wars: Dark Forces SE
+
|title=Star Wars: Dark Forces SE (Freeware Demo)
 
|image=
 
|image=
 
|caption=
 
|caption=
Line 38: Line 43:
 
|publisher=LucasArts
 
|publisher=LucasArts
 
|released=1995
 
|released=1995
|version=1.0L (Build 1)
+
|version=[[Version0.72|0.72]]
 +
|gversion=1.0L (Build 1)
 
|status=Perfect
 
|status=Perfect
 
|executable='''DARK.EXE'''
 
|executable='''DARK.EXE'''
 
|installer='''D:\DARKSE\INSTALL.EXE'''
 
|installer='''D:\DARKSE\INSTALL.EXE'''
|setup='''SETUP.EXE'''}}
+
|setup='''SETUP.EXE'''
 +
|dos4gw=Externally
 +
|dos32a=Yes
 +
}}
  
 
This is a freeware demo that lets you play only the first 3 levels. Once you complete level 3, the "next mission" button is just treated like the exit button (both display an ad for the full game before exiting).
 
This is a freeware demo that lets you play only the first 3 levels. Once you complete level 3, the "next mission" button is just treated like the exit button (both display an ad for the full game before exiting).
Line 86: Line 95:
 
The demo version and the full version share the same save-file (DARKPILO.CFG). Therefore, if you like the demo and end up getting the full game, just copy over DARKPILO.CFG from the demo to the full game, and you'll be able to start playing directly in level 4 with your saved player from the demo.
 
The demo version and the full version share the same save-file (DARKPILO.CFG). Therefore, if you like the demo and end up getting the full game, just copy over DARKPILO.CFG from the demo to the full game, and you'll be able to start playing directly in level 4 with your saved player from the demo.
  
==DOS32A==
+
[[Category:First-person shooter games]]
If you want the game to run better and faster, don't forget to replace its DOS4GW.EXE file with [[TOOLS:DOS32A|DOS32A]].
 

Latest revision as of 07:22, 18 November 2015

Star Wars: Dark Forces
Dark Forces Box Cover.jpg
Box art for Dark Forces
Developer LucasArts
Publisher LucasArts
Released 1995
Status Perfect
Tested on 0.74
Tested game version 1.0 (Build 2)
Links Compatibility List
Commands
Executable DARK.EXE
Installer INSTALL.EXE
Setup SETUP.EXE
DOS Extender
DOS4GW.EXE Externally
Works with DOS32A Yes

Star Wars: Dark Forces is first-person shooter (single person only - no multiplay) that is halfway between the basic playability of Doom and the advanced playability of Duke Nukem 3D.

Making it work without the CD

Even if you choose full installation, the game still demands you to insert the CD every time you want to play. Luckily, it just does a simple file check. So here's how to bypass that check:

  1. Run the (obviously full) installation. For this example, let's assume you installed the game to c:\games\DARK\
  2. Copy D:\CD.ID to c:\games\DARK\
  3. Edit DRIVE.CD (e.g. c:\games\DARK\DRIVE.CD) and change X to C (or whatever your hard drive is).
    • DRIVE.ID doesn't support more than one letter. If it's a problem for you, you can leave the original DRIVE.ID alone (assuming it contains the letter D), and alternatively put this dosbox.conf file in c:\games\DARK\ :
      • [autoexec]
      • mount d .

Now you can play the game without the CD!

Optimum configuration

See personal suggestions in the talk page.


The 3-level-only demo

Star Wars: Dark Forces SE (Freeware Demo)
Developer LucasArts
Publisher LucasArts
Released 1995
Status Perfect
Tested on 0.72
Tested game version 1.0L (Build 1)
Links Compatibility List
Commands
Executable DARK.EXE
Installer D:\DARKSE\INSTALL.EXE
Setup SETUP.EXE
DOS Extender
DOS4GW.EXE Externally
Works with DOS32A Yes

This is a freeware demo that lets you play only the first 3 levels. Once you complete level 3, the "next mission" button is just treated like the exit button (both display an ad for the full game before exiting).

Installation requirement

D:\DARKSE\INSTALL.EXE has a special requirement. You must MOUNT the entire CD-ROM drive and only then "CD" your way into it (in other words: you can't just directly mount DARKSE itself). Here is how to do it:

Z:\>mount d d:\
Z:\>d:
D:\>cd DARKSE
D:\DARKSE>install

Making it work

The game will run quite well in DOSBox, but there are two points to note:

  • Run SETUP.EXE (it will also run automatically after a successful completion of the installation) and choose your settings.
  • While the game has no CD protection per se, there is no choice for a full installation. Therefore, most of the game is played directly from the CD-ROM. Use this dosbox.conf file to support that behavior:
[autoexec]
mount d d:\ -t cdrom

(assuming your CD-ROM drive is D, of course)

Making it work without the CD

Since the game has no CD protection, but also no choice for a full installation, here is a way to copy just the needed files from the CD-ROM and thus simulate a CD-free full installation:

  1. Install the game. For this example, let's assume you installed it to c:\games\DARKSE\
  2. Create c:\games\DARKSE\CD
  3. Copy D:\CD.ID to c:\games\DARKSE\CD\
  4. Create c:\games\DARKSE\CD\DARKSE
  5. Create c:\games\DARKSE\CD\DARKSE\DARK
  6. Copy every GOB file that doesn't already exist in c:\games\DARKSE\ to c:\games\DARKSE\CD\DARKSE\DARK\
  7. Create c:\games\DARKSE\CD\DARKSE\DARK\LFD
  8. Copy every LFD file that doesn't already exist in c:\games\DARKSE\LFD\ to c:\games\DARKSE\CD\DARKSE\DARK\LFD\
  9. Put this dosbox.conf file in c:\games\DARKSE\ :
[autoexec]
mount d cd -t cdrom

Now you can play the game without the CD!

Tip for those who eventually move from the demo to the full game

The demo version and the full version share the same save-file (DARKPILO.CFG). Therefore, if you like the demo and end up getting the full game, just copy over DARKPILO.CFG from the demo to the full game, and you'll be able to start playing directly in level 4 with your saved player from the demo.