• Screenshot 1
  • Screenshot 2
  • Screenshot 3

Description

Bfm, the Brutal File Manager is a combined file manager and first person shooter game. The basic idea is to represent different folders on your computer as rooms in a 3D environment.

Then, armed to your teeths you go through these rooms and delete files by shooting att them. Take a look at the screenshots section and you'll see what it's all about.

Bfm is written in Java and uses the hardware accelerated 3D library Java3D. That means that it should run on all platforms that have Java and Java3D. It is tested on Linux and Windows.

The whole thing started as a project in our programming class in school, and the development has continued even though we have graduated.

Bfm is released under the GNU General Public License.

"Brutal File Manager" features:

Requirements:


These installation notes apply to UNIX-like systems. It's written quite detailed so that hopefully everyone understands.

The best way to install Bfm on your system is to use a .jar-file. The Bfm package already contains such a file so you can skip the first step in the installation, especially if you just have a JRE installed.

Run the following commands to create a .jar-file file (requires a JDK):
cd src
javac Bfm.java
jar cmf manifest Bfm.jar *.class images

As root, move 'Bfm.jar' to a suitable place (in this example /usr/share/bfm):
mkdir /usr/share/bfm
mv Bfm.jar /usr/share/bfm/

Edit 'bfm' with an editor of your choice (here: NEdit) so that the path in it matches the place where Bfm.jar can be found. The next step is to move the start script (still as root):
nedit bfm
mv bfm /usr/bin

Before you run Bfm you should setup bfm.conf and change the settings the way you want. It is recommended to enable safe mode unless you really want to remove files and before you know how Bfm works. The shotgun for instance spreads its shots in a cone which you should be aware of.

As a user, copy bfm.conf to your home dir and edit it to customize the settings:
mkdir ~/.bfm
cp bfm.conf ~/.bfm/
nedit ~/.bfm/bfm.conf

Take a look at the default bfm.conf for an explanation of all settings (the list of available keyboard keys can be found here: KEYS). The first location Bfm will look for a config file is /etc/bfm/bfm.conf which can be used to set system wide settings. The second location is ~/.bfm/bfm.conf, the settings found here will override previous loaded settings. There's also a flag to specify a config file (this was added with Windows users in mind), start Bfm with the -c flag followed by a path to bfm.conf.

Now it's time to get ready for the ultimate file managing experience - Bfm :)
bfm

If you want to try Bfm without installing it or haven't got root access you can run the folowing:
java -jar Bfm.jar

User Reviews for Brutal File Manager FOR LINUX 1

  • for Brutal File Manager FOR LINUX
    Brutal File Manager FOR LINUX combines file management with first-person shooter gameplay. A unique concept for tech-savvy users.
    Reviewer profile placeholder Emily Johnson
SoftPas

SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.

Recent

Help

Subscribe to newsletter


© Copyright 2024, SoftPas, All Rights Reserved.