Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Doom 3 - Into Cerberon mod
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sat May 20, 2006 8:51 pm    Post subject: Doom 3 - Into Cerberon mod Reply with quote

Here's an ebuild for the Into Cerberon Descent-like mod preview.

/usr/local/portage/games-fps/doom3-cerberon/doom3-cerberon-0.0.3a.ebuild

Code:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit versionator games

MY_PV=$(delete_all_version_separators)
CODEWORD="Quartzon"
MOD="intocerberon"

DESCRIPTION="Descent-like mod for Doom 3"
HOMEPAGE="http://www.chmodoplusr.com/IntoCerberon/"
SRC_URI="http://www.doomwadstation.com/doom3tc/IntoCerberon_${MY_PV}_${CODEWORD}.zip"

LICENSE="as-is"
SLOT="0"
# Will probably work on amd64 also
KEYWORDS="~x86"
IUSE=""
RESTRICT="strip"

RDEPEND="games-fps/doom3"
DEPEND="app-arch/unzip"

S=${WORKDIR}

src_unpack() {
   unpack ${A}
   cd "${S}"

   rm "${MOD}"/*.lnk
}

src_install() {
   local dir=${GAMES_PREFIX_OPT}/doom3

   insinto "${dir}"
   doins -r "${MOD}" || die "doins failed"

   games_make_wrapper ${PN} "doom3 +set fs_game ${MOD}"
   make_desktop_entry ${PN} "Doom III - Into Cerberon (Preview)" doom3.png

   prepgamesdirs
}

pkg_postinst() {
   games_pkg_postinst

   elog "To play, start a multiplayer game."
   echo
}


Edit: Updated to version 0.0.3a


Last edited by PaulBredbury on Thu May 10, 2007 8:00 pm; edited 4 times in total
Back to top
View user's profile Send private message
GetCool
Guru
Guru


Joined: 23 Nov 2003
Posts: 324
Location: Madison, Wisconsin

PostPosted: Sun May 21, 2006 1:50 am    Post subject: Reply with quote

I never knew this mod existed. I'll have to try it out...
Back to top
View user's profile Send private message
-=GGW=- $ol!d $n4>|e
Veteran
Veteran


Joined: 12 Apr 2004
Posts: 1616
Location: USA

PostPosted: Sun May 21, 2006 2:40 am    Post subject: Reply with quote

schweet ^_^ can u send link to the bugzilla page so I can post back succes?
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sun May 21, 2006 2:56 am    Post subject: Reply with quote

This mod is at least a year away from being relevant for bugzilla - it's just a tech demo right now :P

Here's some Descent 1 & 2 ebuilds.
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Thu Nov 23, 2006 3:51 pm    Post subject: Reply with quote

I've updated the ebuild above for version 0.0.3, released yesterday :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum