project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Wesley

Pages: [1]
1
hiho
i would like to habe an sign for each map that shows me how much player it can be played with(i hate it to spawn as civilian in coop games :P)
also i would like to ask if the maximum number of 8 units is hardcodet for each site?
its sometimes a lil bit boring to play coop, 2 on 8, the aliens dont got a chance, and having only 2, or 1 soldier for each of the players istn much of a help, the aliens die anyway :P

2
Coding / compiling the svn: need help to install the .pk3's correctly
« on: August 31, 2007, 02:08:53 pm »
hi
i was about to compile the svn version to actually see how far you are(and to help debug if help is needed^^)
my problem with compiling is, that the game compiles without errors, but doesnt recognises where the .pk3's are in.

here are 2 examples wich whont work for me:
[additional information: i try to install it in the home dir to pack it as an package and to install/remove/update it easier]
Code: [Select]
./configure --prefix=/usr --datadir=share
make || return 1
make prefix=$startdir/pkg/usr install
cp -t $startdir/pkg/usr/share/ufoai/base/ base/*.pk3
this way it whont work since he trys to create the /usr/share/ufoai dir without the root rights.(u maybe see in the last line where the stuff is supposed to come in)

Code: [Select]
./configure --prefix=/usrthis way would work, since he installs himself correctly into the pkg/ dir, but still seeks the pk3's in this pkg dir, wich is deleted after building the package.

i already posted a topic about this problem in the board for the utility i use to create this package but i dont know who to ask actually.
some additional information:
-OS: ArchLinux
-used Utility(to create package): AUR // makepkg

Pages: [1]