<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PoultryInMotion</id>
	<title>DOSBoxWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PoultryInMotion"/>
	<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/Special:Contributions/PoultryInMotion"/>
	<updated>2026-05-07T02:43:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=GAMES:Star_Wars:_Dark_Forces&amp;diff=4448</id>
		<title>GAMES:Star Wars: Dark Forces</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=GAMES:Star_Wars:_Dark_Forces&amp;diff=4448"/>
		<updated>2012-07-22T22:19:18Z</updated>

		<summary type="html">&lt;p&gt;PoultryInMotion: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=Star Wars: Dark Forces&lt;br /&gt;
|image=[[Image:Dark Forces Box Cover.jpg]]&lt;br /&gt;
|caption=Box art for Dark Forces&lt;br /&gt;
|developer=LucasArts&lt;br /&gt;
|publisher=LucasArts&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|gversion=1.0 (Build 2)&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''DARK.EXE'''&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|setup='''SETUP.EXE'''&lt;br /&gt;
|dos4gw=Externally&lt;br /&gt;
|dos32a=Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
==Making it work without the CD==&lt;br /&gt;
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:&lt;br /&gt;
# Run the (obviously '''full''') installation. For this example, let's assume you installed the game to c:\games\DARK\&lt;br /&gt;
# Copy D:\CD.ID to the root of the DOSBox drive that you are running from (e.g. c:\games\ which you are mounting as drive C in DOSBox)&lt;br /&gt;
# Edit DRIVE.CD (e.g. c:\games\DARK\DRIVE.CD) and change ''X'' to C (or whatever your hard drive is).&lt;br /&gt;
#* 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\ :&lt;br /&gt;
#** ''[autoexec]''&lt;br /&gt;
#** ''mount d .''&lt;br /&gt;
Now you can play the game without the CD!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optimum configuration==&lt;br /&gt;
&lt;br /&gt;
(Note: The below was tested and confirmed to work using DOSBox v0.74)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have the game installed, you may find that it runs at a very low (mostly unplayable) framerate even on a modern system.  To get the game running it&amp;amp;rsquo;s best, edit the following entries in the [[dosbox.conf]] file (note: change the &amp;amp;ldquo;&amp;lt;code&amp;gt;fullresolution&amp;lt;/code&amp;gt;&amp;amp;rdquo; setting below to match your monitor&amp;amp;rsquo;s native resolution):&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[sdl]&lt;br /&gt;
&lt;br /&gt;
fullscreen=true&lt;br /&gt;
fullresolution=1280x800&lt;br /&gt;
output=openglnb&lt;br /&gt;
sensitivity=250&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[render]&lt;br /&gt;
&lt;br /&gt;
aspect=true&lt;br /&gt;
scaler=none&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[cpu]&lt;br /&gt;
&lt;br /&gt;
cycles=max&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[dos]&lt;br /&gt;
&lt;br /&gt;
xms=false&lt;br /&gt;
ems=false&lt;br /&gt;
umb=false&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most important of the above entries is &amp;amp;ldquo;&amp;lt;code&amp;gt;output=openglnb&amp;lt;/code&amp;gt;&amp;amp;rdquo;.  This tells DOSBox to use the OpenGL renderer. (note: the &amp;amp;ldquo;nb&amp;amp;rdquo; in &amp;amp;ldquo;&amp;lt;code&amp;gt;openglnb&amp;lt;/code&amp;gt;&amp;amp;rdquo; means &amp;amp;ldquo;&amp;lt;u&amp;gt;'''n'''&amp;lt;/u&amp;gt;o &amp;lt;u&amp;gt;'''b'''&amp;lt;/u&amp;gt;i-linear&amp;amp;rdquo; filtering. This keeps the pixels looking &amp;amp;ldquo;pixelated&amp;amp;rdquo; and more true to the original game).  This setting utilizes the power of your hardware accelerated graphics card to render the display and increases the frame rate from &amp;amp;ldquo;slideshow&amp;amp;rdquo; speed, to a silky-smooth hundreds of frames per second. For more information on output settings, see [[Configuration:SDL]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, make sure to use the &amp;amp;ldquo;&amp;lt;code&amp;gt;xms=false, ems=false, umb=false&amp;lt;/code&amp;gt;&amp;amp;rdquo; settings as shown above, since this game runs in &amp;amp;ldquo;DOS/4GW Protected Mode&amp;amp;rdquo; and therefore has it&amp;amp;rsquo;s own memory management system. Activating Extended (XMS) or Expanded (EMS) memory managers will interfere with the game&amp;amp;rsquo;s memory manager and possibly cause memory corruption and undesirable gameplay effects. For more information on DOS/4GW DOS memory extenders and helpful hints on using them with Protected Mode games, see these external sites:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.tenberry.com/dos4g/index.html Tenberry Software - DOS4G] (Original creators of DOS/4G and DOS/4GW)&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://http://dos32a.narechk.net/index_en.html Narech Kontcell - DOS/32] (A free and more memory efficient drop-in replacement for DOS/4G and DOS/4GW)&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://dos32a.narechk.net/manual/html/user/3.htm DOS/32 - How to use with games] (Specific information on how to use the DOS/32 DOS extender EXE in place of the memory inefficient DOS/4GW EXE that came with your favorite games--and more!)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see [[TOOLS:DOS32A]]&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, also see personal suggestions in the [[{{TALKPAGENAME}}|talk page]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The 3-level-only demo==&lt;br /&gt;
&lt;br /&gt;
{{Infobox Game&lt;br /&gt;
|title=Star Wars: Dark Forces SE (Freeware Demo)&lt;br /&gt;
|image=&lt;br /&gt;
|caption=&lt;br /&gt;
|developer=LucasArts&lt;br /&gt;
|publisher=LucasArts&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|gversion=1.0L (Build 1)&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''DARK.EXE'''&lt;br /&gt;
|installer='''D:\DARKSE\INSTALL.EXE'''&lt;br /&gt;
|setup='''SETUP.EXE'''&lt;br /&gt;
|dos4gw=Externally&lt;br /&gt;
|dos32a=Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is a freeware demo that lets you play only the first 3 levels. Once you complete level 3, the &amp;quot;next mission&amp;quot; button is just treated like the exit button (both display an ad for the full game before exiting).&lt;br /&gt;
&lt;br /&gt;
===Installation requirement===&lt;br /&gt;
'''D:\DARKSE\INSTALL.EXE''' has a special requirement. You must [[MOUNT]] the '''entire''' CD-ROM drive and only then &amp;quot;[[Commands#CD|CD]]&amp;quot; your way into it (in other words: you can't just directly mount '''DARKSE''' itself). Here is how to do it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Z:\&amp;gt;mount d d:\&lt;br /&gt;
Z:\&amp;gt;d:&lt;br /&gt;
D:\&amp;gt;cd DARKSE&lt;br /&gt;
D:\DARKSE&amp;gt;install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Making it work ===&lt;br /&gt;
The game will run quite well in DOSBox, but there are two points to note:&lt;br /&gt;
&lt;br /&gt;
* Run SETUP.EXE (it will also run automatically after a successful completion of the installation) and choose your settings.&lt;br /&gt;
* 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:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[autoexec]&lt;br /&gt;
mount d d:\ -t cdrom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(assuming your CD-ROM drive is D, of course)&lt;br /&gt;
&lt;br /&gt;
===Making it work without the CD===&lt;br /&gt;
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:&lt;br /&gt;
# Install the game. For this example, let's assume you installed it to c:\games\DARKSE\&lt;br /&gt;
# Create c:\games\DARKSE\'''CD'''&lt;br /&gt;
# Copy D:\CD.ID to c:\games\DARKSE\CD\&lt;br /&gt;
# Create c:\games\DARKSE\CD\'''DARKSE'''&lt;br /&gt;
# Create c:\games\DARKSE\CD\DARKSE\'''DARK'''&lt;br /&gt;
# Copy every '''GOB''' file that '''doesn't already exist''' in c:\games\DARKSE\ to c:\games\DARKSE\CD\DARKSE\DARK\&lt;br /&gt;
# Create c:\games\DARKSE\CD\DARKSE\DARK\'''LFD'''&lt;br /&gt;
# Copy every '''LFD''' file that '''doesn't already exist''' in c:\games\DARKSE\LFD\ to c:\games\DARKSE\CD\DARKSE\DARK\LFD\&lt;br /&gt;
# Put this [[dosbox.conf]] file in c:\games\DARKSE\ :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[autoexec]&lt;br /&gt;
mount d cd -t cdrom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now you can play the game without the CD!&lt;br /&gt;
&lt;br /&gt;
===Tip for those who eventually move from the demo to the full game===&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>PoultryInMotion</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=GAMES:Star_Wars:_Dark_Forces&amp;diff=4447</id>
		<title>GAMES:Star Wars: Dark Forces</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=GAMES:Star_Wars:_Dark_Forces&amp;diff=4447"/>
		<updated>2012-07-22T22:13:42Z</updated>

		<summary type="html">&lt;p&gt;PoultryInMotion: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=Star Wars: Dark Forces&lt;br /&gt;
|image=[[Image:Dark Forces Box Cover.jpg]]&lt;br /&gt;
|caption=Box art for Dark Forces&lt;br /&gt;
|developer=LucasArts&lt;br /&gt;
|publisher=LucasArts&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|gversion=1.0 (Build 2)&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''DARK.EXE'''&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|setup='''SETUP.EXE'''&lt;br /&gt;
|dos4gw=Externally&lt;br /&gt;
|dos32a=Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
==Making it work without the CD==&lt;br /&gt;
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:&lt;br /&gt;
# Run the (obviously '''full''') installation. For this example, let's assume you installed the game to c:\games\DARK\&lt;br /&gt;
# Copy D:\CD.ID to the root of the DOSBox drive that you are running from (e.g. c:\games\ which you are mounting as drive C in DOSBox)&lt;br /&gt;
# Edit DRIVE.CD (e.g. c:\games\DARK\DRIVE.CD) and change ''X'' to C (or whatever your hard drive is).&lt;br /&gt;
#* 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\ :&lt;br /&gt;
#** ''[autoexec]''&lt;br /&gt;
#** ''mount d .''&lt;br /&gt;
Now you can play the game without the CD!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optimum configuration==&lt;br /&gt;
&lt;br /&gt;
(Note: The below was tested and confirmed to work using DOSBox v0.74)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have the game installed, you may find that it runs at a very low (mostly unplayable) framerate even on a modern system.  To get the game running it&amp;amp;rsquo;s best, edit the following entries in the [[dosbox.conf]] file (note: change the &amp;amp;ldquo;&amp;lt;code&amp;gt;fullresolution&amp;lt;/code&amp;gt;&amp;amp;rdquo; setting below to match your monitor&amp;amp;rsquo;s native resolution):&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[sdl]&lt;br /&gt;
&lt;br /&gt;
fullscreen=true&lt;br /&gt;
fullresolution=1280x800&lt;br /&gt;
output=openglnb&lt;br /&gt;
sensitivity=250&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[render]&lt;br /&gt;
&lt;br /&gt;
aspect=true&lt;br /&gt;
scaler=none&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[cpu]&lt;br /&gt;
&lt;br /&gt;
cycles=max&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[dos]&lt;br /&gt;
&lt;br /&gt;
xms=false&lt;br /&gt;
ems=false&lt;br /&gt;
umb=false&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most important of the above entries is &amp;amp;ldquo;&amp;lt;code&amp;gt;output=openglnb&amp;lt;/code&amp;gt;&amp;amp;rdquo;.  This tells DOSBox to use the OpenGL renderer. (note: the &amp;amp;ldquo;nb&amp;amp;rdquo; in &amp;amp;ldquo;&amp;lt;code&amp;gt;openglnb&amp;lt;/code&amp;gt;&amp;amp;rdquo; means &amp;amp;ldquo;&amp;lt;u&amp;gt;'''n'''&amp;lt;/u&amp;gt;o &amp;lt;u&amp;gt;'''b'''&amp;lt;/u&amp;gt;i-linear&amp;amp;rdquo; filtering. This keeps the pixels looking &amp;amp;ldquo;pixelated&amp;amp;rdquo; and more true to the original game).  This setting utilizes the power of your hardware accelerated graphics card to render the display and increases the frame rate from &amp;amp;ldquo;slideshow&amp;amp;rdquo; speed, to a silky-smooth hundreds of frames per second. For more information on output settings, see [[Configuration:SDL]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, make sure to use the &amp;amp;ldquo;&amp;lt;code&amp;gt;xms=false, ems=false, umb=false&amp;lt;/code&amp;gt;&amp;amp;rdquo; settings as shown above, since this game runs in &amp;amp;ldquo;DOS/4GW Protected Mode&amp;amp;rdquo; and therefore has it&amp;amp;rsquo;s own memory management system. Activating Extended (XMS) or Expanded (EMS) memory managers will interfere with the game&amp;amp;rsquo;s memory manager and possibly cause memory corruption and undesirable gameplay effects. For more information on DOS/4GW DOS memory extenders and helpful hints on using them with Protected Mode games, see these external sites:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.tenberry.com/dos4g/index.html Tenberry Software - DOS4G] (Original creators of DOS/4G and DOS/4GW)&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://http://dos32a.narechk.net/index_en.html Narech Kontcell - DOS/32] (A free and more memory efficient drop-in replacement for DOS/4G and DOS/4GW)&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://dos32a.narechk.net/manual/html/user/3.htm DOS/32 - How to use with games] (Specific information on how to use the DOS/32 DOS extender EXE in place of the memory inefficient DOS/4GW EXE that came with your favorite games--and more!)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, also see personal suggestions in the [[{{TALKPAGENAME}}|talk page]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The 3-level-only demo==&lt;br /&gt;
&lt;br /&gt;
{{Infobox Game&lt;br /&gt;
|title=Star Wars: Dark Forces SE (Freeware Demo)&lt;br /&gt;
|image=&lt;br /&gt;
|caption=&lt;br /&gt;
|developer=LucasArts&lt;br /&gt;
|publisher=LucasArts&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|gversion=1.0L (Build 1)&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''DARK.EXE'''&lt;br /&gt;
|installer='''D:\DARKSE\INSTALL.EXE'''&lt;br /&gt;
|setup='''SETUP.EXE'''&lt;br /&gt;
|dos4gw=Externally&lt;br /&gt;
|dos32a=Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is a freeware demo that lets you play only the first 3 levels. Once you complete level 3, the &amp;quot;next mission&amp;quot; button is just treated like the exit button (both display an ad for the full game before exiting).&lt;br /&gt;
&lt;br /&gt;
===Installation requirement===&lt;br /&gt;
'''D:\DARKSE\INSTALL.EXE''' has a special requirement. You must [[MOUNT]] the '''entire''' CD-ROM drive and only then &amp;quot;[[Commands#CD|CD]]&amp;quot; your way into it (in other words: you can't just directly mount '''DARKSE''' itself). Here is how to do it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Z:\&amp;gt;mount d d:\&lt;br /&gt;
Z:\&amp;gt;d:&lt;br /&gt;
D:\&amp;gt;cd DARKSE&lt;br /&gt;
D:\DARKSE&amp;gt;install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Making it work ===&lt;br /&gt;
The game will run quite well in DOSBox, but there are two points to note:&lt;br /&gt;
&lt;br /&gt;
* Run SETUP.EXE (it will also run automatically after a successful completion of the installation) and choose your settings.&lt;br /&gt;
* 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:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[autoexec]&lt;br /&gt;
mount d d:\ -t cdrom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(assuming your CD-ROM drive is D, of course)&lt;br /&gt;
&lt;br /&gt;
===Making it work without the CD===&lt;br /&gt;
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:&lt;br /&gt;
# Install the game. For this example, let's assume you installed it to c:\games\DARKSE\&lt;br /&gt;
# Create c:\games\DARKSE\'''CD'''&lt;br /&gt;
# Copy D:\CD.ID to c:\games\DARKSE\CD\&lt;br /&gt;
# Create c:\games\DARKSE\CD\'''DARKSE'''&lt;br /&gt;
# Create c:\games\DARKSE\CD\DARKSE\'''DARK'''&lt;br /&gt;
# Copy every '''GOB''' file that '''doesn't already exist''' in c:\games\DARKSE\ to c:\games\DARKSE\CD\DARKSE\DARK\&lt;br /&gt;
# Create c:\games\DARKSE\CD\DARKSE\DARK\'''LFD'''&lt;br /&gt;
# Copy every '''LFD''' file that '''doesn't already exist''' in c:\games\DARKSE\LFD\ to c:\games\DARKSE\CD\DARKSE\DARK\LFD\&lt;br /&gt;
# Put this [[dosbox.conf]] file in c:\games\DARKSE\ :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[autoexec]&lt;br /&gt;
mount d cd -t cdrom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now you can play the game without the CD!&lt;br /&gt;
&lt;br /&gt;
===Tip for those who eventually move from the demo to the full game===&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>PoultryInMotion</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=GAMES:Star_Wars:_Dark_Forces&amp;diff=4446</id>
		<title>GAMES:Star Wars: Dark Forces</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=GAMES:Star_Wars:_Dark_Forces&amp;diff=4446"/>
		<updated>2012-07-22T22:05:18Z</updated>

		<summary type="html">&lt;p&gt;PoultryInMotion: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=Star Wars: Dark Forces&lt;br /&gt;
|image=[[Image:Dark Forces Box Cover.jpg]]&lt;br /&gt;
|caption=Box art for Dark Forces&lt;br /&gt;
|developer=LucasArts&lt;br /&gt;
|publisher=LucasArts&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|gversion=1.0 (Build 2)&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''DARK.EXE'''&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|setup='''SETUP.EXE'''&lt;br /&gt;
|dos4gw=Externally&lt;br /&gt;
|dos32a=Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
==Making it work without the CD==&lt;br /&gt;
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:&lt;br /&gt;
# Run the (obviously '''full''') installation. For this example, let's assume you installed the game to c:\games\DARK\&lt;br /&gt;
# Copy D:\CD.ID to the root of the DOSBox drive that you are running from (e.g. c:\games\ which you are mounting as drive C in DOSBox)&lt;br /&gt;
# Edit DRIVE.CD (e.g. c:\games\DARK\DRIVE.CD) and change ''X'' to C (or whatever your hard drive is).&lt;br /&gt;
#* 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\ :&lt;br /&gt;
#** ''[autoexec]''&lt;br /&gt;
#** ''mount d .''&lt;br /&gt;
Now you can play the game without the CD!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optimum configuration==&lt;br /&gt;
&lt;br /&gt;
(Note: The below was tested and confirmed to work using DOSBox v0.74)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have the game installed, you may find that it runs at a very low (mostly unplayable) framerate even on a modern system.  To get the game running it&amp;amp;rsquo;s best, edit the following entries in the [[dosbox.conf]] file (note: change the &amp;amp;ldquo;&amp;lt;code&amp;gt;fullresolution&amp;lt;/code&amp;gt;&amp;amp;rdquo; setting below to match your monitor&amp;amp;rsquo;s native resolution):&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[sdl]&lt;br /&gt;
&lt;br /&gt;
fullscreen=true&lt;br /&gt;
fullresolution=1280x800&lt;br /&gt;
output=openglnb&lt;br /&gt;
sensitivity=250&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[render]&lt;br /&gt;
&lt;br /&gt;
aspect=true&lt;br /&gt;
scaler=none&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[cpu]&lt;br /&gt;
&lt;br /&gt;
cycles=max&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[dos]&lt;br /&gt;
&lt;br /&gt;
xms=false&lt;br /&gt;
ems=false&lt;br /&gt;
umb=false&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most important of the above entries is &amp;amp;ldquo;&amp;lt;code&amp;gt;output=openglnb&amp;lt;/code&amp;gt;&amp;amp;rdquo;.  This tells DOSBox to use the OpenGL renderer. (note: the &amp;amp;ldquo;nb&amp;amp;rdquo; in &amp;amp;ldquo;&amp;lt;code&amp;gt;openglnb&amp;lt;/code&amp;gt;&amp;amp;rdquo; means &amp;amp;ldquo;&amp;lt;u&amp;gt;'''n'''&amp;lt;/u&amp;gt;o &amp;lt;u&amp;gt;'''b'''&amp;lt;/u&amp;gt;i-linear&amp;amp;rdquo; filtering. This keeps the pixels looking &amp;amp;ldquo;pixelated&amp;amp;rdquo; and more true to the original game).  This setting utilizes the power of your hardware accelerated graphics card to render the display and increases the frame rate from &amp;amp;ldquo;slideshow&amp;amp;rdquo; speed, to a silky-smooth hundreds of frames per second. For more information on output settings, see [[Configuration:SDL]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, make sure to use the &amp;amp;ldquo;&amp;lt;code&amp;gt;xms=false, ems=false, umb=false&amp;lt;/code&amp;gt;&amp;amp;rdquo; settings as shown above, since this game runs in &amp;amp;ldquo;DOS/4GW Protected Mode&amp;amp;rdquo; and therefore has it&amp;amp;rsquo;s own memory management system. Activating Extended (XMS) or Expanded (EMS) memory managers will interfere with the game&amp;amp;rsquo;s memory manager and possibly cause memory corruption and undesirable gameplay effects. For more information on DOS/4GW DOS memory extenders and helpful hints on using them with Protected Mode games, see these external sites:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.tenberry.com/dos4g/index.html Tenberry Software - DOS4G] (Original creators of DOS/4G and DOS/4GW)&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://http://dos32a.narechk.net/index_en.html Narech Kontcell - DOS/32] (A free and more memory efficient drop-in replacement for DOS/4G and DOS/4GW)&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://dos32a.narechk.net/manual/html/user/3.htm DOS/32 - How to use with games] (Specific information on how to use DOS/32 with your favorite games)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, also see personal suggestions in the [[{{TALKPAGENAME}}|talk page]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The 3-level-only demo==&lt;br /&gt;
&lt;br /&gt;
{{Infobox Game&lt;br /&gt;
|title=Star Wars: Dark Forces SE (Freeware Demo)&lt;br /&gt;
|image=&lt;br /&gt;
|caption=&lt;br /&gt;
|developer=LucasArts&lt;br /&gt;
|publisher=LucasArts&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|gversion=1.0L (Build 1)&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''DARK.EXE'''&lt;br /&gt;
|installer='''D:\DARKSE\INSTALL.EXE'''&lt;br /&gt;
|setup='''SETUP.EXE'''&lt;br /&gt;
|dos4gw=Externally&lt;br /&gt;
|dos32a=Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is a freeware demo that lets you play only the first 3 levels. Once you complete level 3, the &amp;quot;next mission&amp;quot; button is just treated like the exit button (both display an ad for the full game before exiting).&lt;br /&gt;
&lt;br /&gt;
===Installation requirement===&lt;br /&gt;
'''D:\DARKSE\INSTALL.EXE''' has a special requirement. You must [[MOUNT]] the '''entire''' CD-ROM drive and only then &amp;quot;[[Commands#CD|CD]]&amp;quot; your way into it (in other words: you can't just directly mount '''DARKSE''' itself). Here is how to do it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Z:\&amp;gt;mount d d:\&lt;br /&gt;
Z:\&amp;gt;d:&lt;br /&gt;
D:\&amp;gt;cd DARKSE&lt;br /&gt;
D:\DARKSE&amp;gt;install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Making it work ===&lt;br /&gt;
The game will run quite well in DOSBox, but there are two points to note:&lt;br /&gt;
&lt;br /&gt;
* Run SETUP.EXE (it will also run automatically after a successful completion of the installation) and choose your settings.&lt;br /&gt;
* 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:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[autoexec]&lt;br /&gt;
mount d d:\ -t cdrom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(assuming your CD-ROM drive is D, of course)&lt;br /&gt;
&lt;br /&gt;
===Making it work without the CD===&lt;br /&gt;
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:&lt;br /&gt;
# Install the game. For this example, let's assume you installed it to c:\games\DARKSE\&lt;br /&gt;
# Create c:\games\DARKSE\'''CD'''&lt;br /&gt;
# Copy D:\CD.ID to c:\games\DARKSE\CD\&lt;br /&gt;
# Create c:\games\DARKSE\CD\'''DARKSE'''&lt;br /&gt;
# Create c:\games\DARKSE\CD\DARKSE\'''DARK'''&lt;br /&gt;
# Copy every '''GOB''' file that '''doesn't already exist''' in c:\games\DARKSE\ to c:\games\DARKSE\CD\DARKSE\DARK\&lt;br /&gt;
# Create c:\games\DARKSE\CD\DARKSE\DARK\'''LFD'''&lt;br /&gt;
# Copy every '''LFD''' file that '''doesn't already exist''' in c:\games\DARKSE\LFD\ to c:\games\DARKSE\CD\DARKSE\DARK\LFD\&lt;br /&gt;
# Put this [[dosbox.conf]] file in c:\games\DARKSE\ :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[autoexec]&lt;br /&gt;
mount d cd -t cdrom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now you can play the game without the CD!&lt;br /&gt;
&lt;br /&gt;
===Tip for those who eventually move from the demo to the full game===&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>PoultryInMotion</name></author>
	</entry>
</feed>