04 Aug 10, 10:21PM
ok i don't know how but i can't locate this file u are talking about (saved.cfg)...
well that's wiered... ive checked for all .cfg files on computer and there is none of them valled saved... not even part of the name is saved... :/:/
about luncher:
#!/bin/sh
set -e
HOMEASSAULT="$HOME/.assaultcube"
if [ ! -d $HOMEASSAULT ]; then
mkdir $HOMEASSAULT
cd $HOMEASSAULT
cp -r /usr/share/games/assaultcube/config .
ln -s /usr/share/games/assaultcube/packages .
ln -s /usr/share/games/assaultcube/bot .
fi
cd $HOMEASSAULT
exec /usr/lib/games/assaultcube/ac_client $@
that's how it looks like...
well that's wiered... ive checked for all .cfg files on computer and there is none of them valled saved... not even part of the name is saved... :/:/
about luncher:
#!/bin/sh
set -e
HOMEASSAULT="$HOME/.assaultcube"
if [ ! -d $HOMEASSAULT ]; then
mkdir $HOMEASSAULT
cd $HOMEASSAULT
cp -r /usr/share/games/assaultcube/config .
ln -s /usr/share/games/assaultcube/packages .
ln -s /usr/share/games/assaultcube/bot .
fi
cd $HOMEASSAULT
exec /usr/lib/games/assaultcube/ac_client $@
that's how it looks like...