Browse Source
games/yamagi-quake2: Updated for version 8.60.
games/yamagi-quake2: Updated for version 8.60.
- upstream release - build system: cmake -> make - default game data dir: /usr/share/quake2 -> /usr/share/games/quake2 Signed-off-by: Ruoh-Shoei LIN <lin.ruohshoei+sbo@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/333/head
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
10 changed files with 75 additions and 77 deletions
-
16games/yamagi-quake2/README
-
2games/yamagi-quake2/ctf.sh
-
12games/yamagi-quake2/doinst.sh
-
4games/yamagi-quake2/quake2.desktop
-
2games/yamagi-quake2/quake2.sh
-
2games/yamagi-quake2/rogue.sh
-
12games/yamagi-quake2/slack-desc
-
2games/yamagi-quake2/xatrix.sh
-
86games/yamagi-quake2/yamagi-quake2.SlackBuild
-
14games/yamagi-quake2/yamagi-quake2.info
@ -1,12 +1,18 @@ |
|||
yamagi-quake2 (Yamagi Quake II Client) |
|||
|
|||
This is an enhanced client for Id Software's legendary Quake II. It |
|||
focuses on single-player. Features include rock-solid stability and |
|||
AMD64 support. |
|||
Yamagi Quake II is an enhanced client for id Software's Quake II with |
|||
focus on offline and cooperative gameplay. |
|||
|
|||
Both the gameplay and the graphics are unchanged, but many bugs in |
|||
the last official release were fixed and some nice to have features |
|||
like widescreen support and a modern OpenGL 3.2 renderer were added. |
|||
|
|||
In comparison with the original client Yamagi Quake II is fully 64-bit |
|||
clean and works perfectly on modern processors and operating systems. |
|||
|
|||
Before playing, copy your Quake2 data files into the appropriate |
|||
subdirectories of /usr/share/quake2 ( or "$HOME/.yq2"). Please refer |
|||
to the README files in /usr/doc/yamagi-quake2-8.20/ for details. |
|||
to the README files in /usr/doc/yamagi-quake2-8.60/ for details. |
|||
|
|||
To get a reasonable default configuration, copy |
|||
/usr/doc/yamagi-quake2-8.51/yq2.cfg to your baseq2 directory. |
|||
/usr/doc/yamagi-quake2-8.60/yq2.cfg to your baseq2 directory. |
@ -1,2 +1,2 @@ |
|||
#!/bin/sh |
|||
exec /usr/share/quake2/quake2 +set basedir /usr/share/quake2 +set game ctf $* |
|||
exec /usr/share/games/quake2/quake2 +set basedir /usr/share/games/quake2 +set game ctf $* |
@ -1,3 +1,13 @@ |
|||
if [ -x /usr/bin/update-desktop-database ]; then |
|||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |
|||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |
|||
fi |
|||
|
|||
if [ -x /usr/bin/update-mime-database ]; then |
|||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 |
|||
fi |
|||
|
|||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then |
|||
if [ -x /usr/bin/gtk-update-icon-cache ]; then |
|||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 |
|||
fi |
|||
fi |
@ -1,7 +1,7 @@ |
|||
[Desktop Entry] |
|||
Name=Quake 2 |
|||
Name=Yamagi Quake II |
|||
GenericName=Quake 2 |
|||
Exec=quake2 |
|||
Icon=Quake2 |
|||
Type=Application |
|||
Categories=Game; |
|||
Categories=Game;Shooter |
@ -1,2 +1,2 @@ |
|||
#!/bin/sh |
|||
exec /usr/share/quake2/quake2 +set basedir /usr/share/quake2 $* |
|||
exec /usr/share/games/quake2/quake2 +set basedir /usr/share/games/quake2 $* |
@ -1,2 +1,2 @@ |
|||
#!/bin/sh |
|||
exec /usr/share/quake2/quake2 +set basedir /usr/share/quake2 +set game rogue $* |
|||
exec /usr/share/games/quake2/quake2 +set basedir /usr/share/games/quake2 +set game rogue $* |
@ -1,2 +1,2 @@ |
|||
#!/bin/sh |
|||
exec /usr/share/quake2/quake2 +set basedir /usr/share/quake2 +set game xatrix $* |
|||
exec /usr/share/games/quake2/quake2 +set basedir /usr/share/games/quake2 +set game xatrix $* |
Write
Preview
Loading…
Cancel
Save
Reference in new issue