DoomPC V1.0 [30/12/06] ---------------------- DoomPC is a Win32 port of Doom. It is basically a version of DoomGL 1.1 without OpenGL. What's new in V1.0: ------------------- - Initial release. Debug build. Everything should be there. How to use DoomPC: ------------------- - First create a "Doom" folder on your PC. - Copy the main doom wad (doom.wad for the commercial version, doom1.wad for the shareware version, doom2.wad for Doom 2, etc.). - Copy files from DoomPCB??.zip to this folder. - Command line parameters are identical to the orignal Doom ones. Here a list: http://www.doomworld.com/pageofdoom/parameter.html Most of them should work (you can use -file to add PWADs for example). To add command line parameters you need to create a shorcut to your DoomPC.exe and add parameters manually in this shortcut by using a text editor. You can change resolution by using the -width & -height on the command line. Network: ........ Currently, only TCP/IP via Wifi infrastructure mode has been successfully tested. To launch a multiplayer game, you need to know each devices IP addresses. TCP/IP game is cross-platform (PC/pocketPC) and cross-version (software/OpenGL). So far the following combinations have been successfully tested: - DoomPC (PC) / DoomPC (PC) - DoomPC (PC) / DoomPPC (PocketPC) - DoomGL (PC) / DoomPPC (PocketPC) network command line parameters: -net ... : numeric id of this device (1-4) ...: List of IP addresses of others devices. Example for a 2 player game starting on Doom episode 1 mission 1: Device 1 IP address = 192.168.2.2 Device 2 IP address = 192.168.2.3 Device 1 command line= -warp 1 1 -net 1 192.168.2.3 Device 2 command line= -net 2 192.168.2.2 +++++++++++++++++++++++++++++++++++++++++++ doomrc.cfg options +++++++++++++++++++++++++++++++++++++++++++ DoomPC parameters are in the doomrc.cfg file. Any comments, bug reports, etc. are welcome. Credits: -------- DoomPPC engine port: Michaël Ryssen Donation: --------- If you want to support DoomPC, please make a donation: mryssen@gmail.com E-mail address: mryssen@gmail.com HTTP: http://kokak.free.fr/DoomGLES.htm DoomGLES forum: http://www.pocketgamer.org/forumdisplay.php?&forumid=58 Michaël Ryssen.