PDA

View Full Version : Can't get my levels running


mellevelence
01-26-2002, 01:02 AM
How am I supposed to get the levels I build able for me to play? I went into setup and tried it that way but it just started the game from Hollywood. Did the same thing when I clicked on the icon in the folder. images/icons/frown.gif

Ding Bat
01-26-2002, 02:26 AM
To use setup, go to the user level section then select select user level hit return then esc then save and launch images/icons/shocked.gif

Or at a DOS prompt type Duke3d map [your map name] images/icons/wink.gif

Kef Nukem
01-26-2002, 05:10 AM
1. Open Dos
2. Go to your Duke Dir.
3. Run the following line: duke3d.exe map URMAP.map

or just "duke3d.exe ?" (without the "" images/icons/smile.gif ) to see how to run this and that. I think this has been asked for a million times now.

mellevelence
01-26-2002, 02:01 PM
Thank You Kef.

blanketbath
01-26-2002, 10:12 PM
Try using this map launcher. It's a really great programme

ftp.sunet.se/pub/games/PC/3drealms/duke3d/other/launchers/dm315.zip

Guest
01-27-2002, 12:55 AM
Type the following at the command line:

duke3d -map (mapname).map

Adding the file extension (i.e .exe) to the program name is not required to execute a program or batch (.bat) file in MS-DOS.

if you want you can set the skill mode, along with other parameters, at the command line simply by typing /s# (# being the skill number i.e 3 is 'Come Get Some' and 2 is, 'Let's Rock')

Ding Bat
01-28-2002, 02:41 AM
Originally posted by Dave B:
Adding the file extension (i.e .exe) to the program name is not required to execute a program <font size="2" face="Verdana, Arial">You also don't need the - infront of MAP nor the .map after the map NAME.

Quote by Kef
3. Run the following line: duke3d.exe map URMAP.map
<font size="2" face="Verdana, Arial">Isn't that what I said.