rpms/nexuiz/devel darkplaces-quake.autodlrc, NONE, 1.1 darkplaces-quake.desktop, NONE, 1.1 darkplaces-quake.sh, NONE, 1.1 nexuiz.desktop, NONE, 1.1

Jon Ciesla limb at fedoraproject.org
Tue May 26 20:23:21 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/nexuiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27790

Added Files:
	darkplaces-quake.autodlrc darkplaces-quake.desktop 
	darkplaces-quake.sh nexuiz.desktop 
Log Message:
Whoops.



--- NEW FILE darkplaces-quake.autodlrc ---
[MESSAGELIST]
[MESSAGE]
	[TITLE]Please click 'Accept' to allow internet access.[/TITLE]
	[TEXT]In order to play DarkPlaces Quake, a modified version of the id Software game Quake, the original Quake 1 datafiles are needed.

Click Accept to download the shareware version of the Quake 1 datafiles, which can be freely downloaded from the internet.

If you own the full version of Quake 1 you can use that instead.  See the Linux Quake HOWTO at http://tldp.org/HOWTO/Quake-HOWTO-2.html for information how to extract the data files from your Quake 1 CD, extract them to ~/.darkplaces/id1, and run DarkPlaces Quake again.

Please click Accept to allow access to the internet to download the necessary datafiles.[/TEXT]
[/MESSAGE]
[/MESSAGELIST]

[FILELIST]
[FILE]
	[FILENAME]quakesw-1.0.6.tar.gz[/FILENAME]
	[MD5]663b749612d55de29f74966ec3168918[/MD5]
	[PATH]$HOME/.darkplaces[/PATH]
	[MIRRORS]
		[URL]ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/quake-data/quakesw-1.0.6.tar.gz[/URL]
		[URL]ftp://ftp.de.freebsd.org/pub/FreeBSD/ports/distfiles/quake-data/quakesw-1.0.6.tar.gz[/URL]
	[/MIRRORS]
[/FILE]
[/FILELIST]


--- NEW FILE darkplaces-quake.desktop ---
[Desktop Entry]
Name=DarkPlaces Quake
Comment=Multiplayer, deathmatch oriented first person shooter
Encoding=UTF-8
Icon=darkplaces
Exec=darkplaces-quake-sdl-wrapper
Terminal=false
Type=Application
Categories=Game;ActionGame;


--- NEW FILE darkplaces-quake.sh ---
#!/bin/bash

# Wrapper script for launching Quake with darkplaces

base=~/.darkplaces
pak=$base/id1/pak0.pak
rc=0

if [ ! -f $pak ] ; then
    /usr/share/autodl/AutoDL.py /usr/share/darkplaces/quake.autodlrc
    rc=$?
    if [ $rc -eq 0 -o $rc -eq 2 ] ; then
        cd $base
        tar zxf quakesw-1.0.6.tar.gz && rm -f quakesw-1.0.6.tar.gz
        rc=$?
    fi
fi

[ $rc -eq 0 ] || exit $rc

exec darkplaces-${0/*darkplaces-quake-/} -quake -basedir $base "$@"


--- NEW FILE nexuiz.desktop ---
[Desktop Entry]
Name=Nexuiz
Comment=Multiplayer, deathmatch oriented first person shooter
Encoding=UTF-8
Icon=nexuiz
Exec=nexuiz-sdl-wrapper
Terminal=false
Type=Application
Categories=Game;ActionGame;




More information about the fedora-extras-commits mailing list