I just installed the game but can’t seem to find anyway to run it. I ran a search and found two folders for the game but I don’t see any launcher in them its all just config files. Help me out please.
What version of OpenSUSE are you running and what Desktop Environment?
Did you install from the OpenSUSE Repos or from the website?
I’m using OpenSUSE 11.1 with KDE 4.2.1. Installed from the repos and then I just search for it from the application launcher and it shows up.
Otherwise just open a terminal up and type
bloodfrontier.sh
You can also make your own launcher by creating a text file on your desktop (or any folder where you’ll know it is) and name it Blood Frontier.
Then put this in it
[Desktop Entry]
X-SUSE-translate=true
Name=Blood Frontier
GenericName=Blood Frontier
Comment=Blood Frontier is a multiplayer/singleplayer third person shooter
Exec=bloodfrontier.sh
Icon=bloodfrontier
Terminal=false
Type=Application
$Encoding=UTF-8
Catagories=Game;ActionGame;Game;
And it will create the launcher for you.
Hope this helps!