View Single Post
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#36
Originally Posted by Boemien View Post
I want this simplified way, or how to modify the desktop file to start the game from the icon?? And also, did you find a way for the "esc" button???
Okay, here ya go:

www.besh.com/~chad/kof.tgz

Download the above .tgz file to the top level of your MicroSD card.

Then in the terminal, type this:

sudo gainroot

mv /opt/kof /media/mmc1/kof.backup
(this backs up your current kof installation if you have one)

mv /media/mmc1/kof.tgz /opt
(this moves the new file to /opt on your N900)

cd /opt

tar -zxvf kof.tgz
(this unpacks the new files)

The permissions should all be maintained within the .tgz file, but just in case you can type:

chown -R user:root /opt/kof
and
chmod -R 755 /opt/kof

Now the .desktop file I previously uploaded should work fine.


Oh, and I never mapped a key to ESC. I can live without it since I entered the options screen to set my buttons and then just exited the game and re-launched it to play.
 

The Following User Says Thank You to cddiede For This Useful Post: