Software and published by Activision. Set in 2145 in the Union Aerospace Corporation (UAC) research center on Mars, it is a reimagining of the original Doom, with completely new graphics and game engine. WWW: http://www.doom3.com/ PR: ports/91877 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: garga (mentor)
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
|
|
exec ./doom.x86 "$@"
|