
hab ich leider schon am anfang probiert ..im terminal und nomal aber nichts passiert ...
falls man im ordner wakfu ankama-wakfu startet passiert gar nicts beim java launcher kommt der error: wakfu installationfolder can not found ...ich kann aber nichts verändern
#place ourselves in the game directory
old_path=`pwd`
if [[ $1 == -* ]] && [[ -d "$path/game" ]]; then
cd $path/game
elif [[ -d "$1" ]]; then
cd $1
shift
else
error "Wakfu installation folder can not be found."
exit 1
ich glaube das hier ist das problem er findet den Pfad nicht !
falls man im ordner wakfu ankama-wakfu startet passiert gar nicts beim java launcher kommt der error: wakfu installationfolder can not found ...ich kann aber nichts verändern
#place ourselves in the game directory
old_path=`pwd`
if [[ $1 == -* ]] && [[ -d "$path/game" ]]; then
cd $path/game
elif [[ -d "$1" ]]; then
cd $1
shift
else
error "Wakfu installation folder can not be found."
exit 1
ich glaube das hier ist das problem er findet den Pfad nicht !