This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit d57ab24db1e8ff825fbe33bea7549ff755cd9940 Author: Alexandre Detiste <[email protected]> Date: Thu Oct 1 20:37:48 2015 +0200 add GOG id for new FPS sold: Quake 2 & 3, Wolf3D, S.O.D., RTCW --- data/quake2.yaml | 2 ++ data/quake3.yaml | 4 ++++ data/rtcw.yaml | 21 +++++++++++++-------- data/spear-of-destiny.yaml | 3 +++ data/wolf3d.yaml | 2 ++ 5 files changed, 24 insertions(+), 8 deletions(-) diff --git a/data/quake2.yaml b/data/quake2.yaml index d4c991d..7166af4 100644 --- a/data/quake2.yaml +++ b/data/quake2.yaml @@ -37,6 +37,8 @@ packages: steam: id: 2320 path: "common/Quake 2" + gog: + game: quake_ii_quad_damage install_to: usr/share/games/quake2 install_to_docdir: - quake2_manual diff --git a/data/quake3.yaml b/data/quake3.yaml index 8a6bb95..cff9a0e 100644 --- a/data/quake3.yaml +++ b/data/quake3.yaml @@ -37,6 +37,8 @@ packages: steam: id: 2200 path: "common/Quake 3 Arena" + gog: + game: quake_iii_gold # We deliberately only put baseq3 in the search path, not # missionpack, so that the engine doesn't think missionpack # is installed unless its pak0.pk3 is present. @@ -131,6 +133,8 @@ packages: steam: id: 2350 path: "common/Quake 3 Arena/missionpack" + gog: + game: quake_iii_gold expansion_for: quake3-data debian: depends: quake3-data (>= 38) diff --git a/data/rtcw.yaml b/data/rtcw.yaml index 6a4b103..d270ad1 100644 --- a/data/rtcw.yaml +++ b/data/rtcw.yaml @@ -10,12 +10,25 @@ missing_langs: [de,es,it] # Like Jedi Academy, there isn't much point in compressing this .deb. compress_deb: false +help_text: | + Install Return to Castle Wolfenstein from CD-ROM using Windows or Wine, + or install it from Steam <http://store.steampowered.com/app/9010/>, + and tell game-data-packager the installation directory. + + Steam installations would typically be in: + C:/Program Files/Steam/steamapps/common/Return to Castle Wolfenstein + + GOG.com sells these versions: "Audio and text: Deutsch, English", + while Steam only currently sells the English one. + packages: rtcw-data: langs: [en,fr] steam: id: 9010 path: "common/Return to Castle Wolfenstein" + gog: + game: return_to_castle_wolfenstein # GDP version will be suffixed to this, e.g. : 1.42b+39 version: 1.42b @@ -67,14 +80,6 @@ packages: - license_fr.txt - license_en.txt -help_text: | - Install Return to Castle Wolfenstein from CD-ROM using Windows or Wine, - or install it from Steam <http://store.steampowered.com/app/9010/>, - and tell game-data-packager the installation directory. - - Steam installations would typically be in: - C:/Program Files/Steam/steamapps/common/Return to Castle Wolfenstein - files: main/sp_pak1.pk3: alternatives: diff --git a/data/spear-of-destiny.yaml b/data/spear-of-destiny.yaml index 20b1352..4f7087d 100644 --- a/data/spear-of-destiny.yaml +++ b/data/spear-of-destiny.yaml @@ -10,6 +10,9 @@ steam: id: 9000 path: common/Spear of Destiny +gog: + game: wolfenstein_3d_and_spear_of_destiny + help_text: | If you do not provide any files to be packaged, game-data-packager will automatically download the demo version of Spear of Destiny diff --git a/data/wolf3d.yaml b/data/wolf3d.yaml index 5300e5c..2f82185 100644 --- a/data/wolf3d.yaml +++ b/data/wolf3d.yaml @@ -54,6 +54,8 @@ packages: steam: id: 2270 path: common/Wolfenstein 3D + gog: + game: wolfenstein_3d_and_spear_of_destiny url_misc: https://3drealms.com/catalog/wolfenstein-3d_25/ install_to: usr/share/games/wolf3d install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

