You are not logged in.

#1 2006-08-16 13:44:03

sula
Member
Registered: 2005-08-07
Posts: 93

[request] FIFE

For the ones that have never heard about FIFE: this project is an open source engine that aims to be a platform for the creation of 2D RPGs. We do also provide support for the assets of the original Fallout games. So FIFE will be a good choice for the creation of Fallout-like & even non-Fallout-like games under all major platforms (Linux, Windows, Mac) with the emphasis on easy modding.

http://www.fifengine.de
http://wiki.fifengine.de

I tried to do this alone but i'm still lacking skills sad

I think it is very interesting project ,definately worth to be looked into.
Thanks!

Offline

#2 2006-08-16 16:17:34

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Re: [request] FIFE

A beginning PKGBUILD.
It compiles fine but I don't really understand how it is supposed to work big_smile
Feel free to update it!

# Contributor: Sebastien Piccand <sebcactus>
pkgname=fife
pkgver=2006.1
pkgrel=1
pkgdesc=""
url=""
depends=('openal' 'libvorbis' 'lua' 'sdl_ttf' 'sdl_image' 'guichan=0.4.0' 'boost')
makedepends=('scons')
source=(http://dl.sourceforge.net/fife/FIFE_${pkgver}_src.tar.bz2)
md5sums=('0efeb5bf5fe1acc30313dce49e477414')

build() {
  cd $startdir/src/src
  sed -i 's|bool LZSSDecoder::LZSSDecode|bool LZSSDecode|' src/engine/maploaders/fallout/lzssdecoder.h
  scons
  mkdir -p $startdir/pkg/usr/share/fife
  cp -ar ../content $startdir/pkg/usr/share/fife
  install -m755 src/guitest/guitest $startdir/pkg/usr/share/fife
  install -m755 src/menutest/menutest $startdir/pkg/usr/share/fife
  install -m755 src/testproject/testproj $startdir/pkg/usr/share/fife
  mkdir $startdir/pkg/usr/bin
# need to create the appropriate binaries

Note: guichan 0.4.0 is available in AUR

Offline

#3 2006-08-16 19:51:09

sula
Member
Registered: 2005-08-07
Posts: 93

Re: [request] FIFE

Heh i dont know myself smile
I will try ,but feel free to contribute yourself.

For those who want to try this may be usable:
http://wiki.fifengine.de/index.php?titl … pile_guide

Offline

Board footer

Powered by FluxBB