View Single Post
Posts: 5 | Thanked: 0 times | Joined on Nov 2010 @ Vlissingen - Netherlands
#588
Originally Posted by crash16 View Post

Install:
- the games are automatically installed in home/user/ folder.
dpkg -i <game>.deb
i tried your spotted asphalt5 file

how did you get the gamesave working?

Every time i make some progress in the game and exit it. The game save data is lost..

I tried these commands as well, these would get me working savegame..
Code:
$ mkdir -p /home/user/webos/gamesave 
$ ln -s /home/user/webos/gamesave /media/internal
$ chown -R user:root /home/user/webos/
$ chmod -R 755 /home/user/webos/
$ chown -R user:root /home/user/webos/gamesave
$ chmod -R 755 /home/user/webos/gamesave

Last edited by mrzippey; 2010-11-06 at 11:28.