Ok, I have made some digging to get Settlers work with save and save space in /home. First off be shure to get the right IPK, around 180 MB. There are an IPK package that is only 70 MB, that doesnt work. To save space (gamefiles are total around 400 MB) in /home/user, you can move this file Settlers/sprites.bar to MyDocs and symlink it back. Code: ln -s /home/user/MyDocs/preenv/settlers/sprites.bar /home/user/webos/com.gameloft.app.settlers/Settlers/sprites.bar That way you will save 350MB. Actually that would be possible with other games that contains big files. Next, to be able to save game you have to change rights on Settlers/Save. (as root) Code: chmod 777 -R /home/user/webos/com.gameloft.app.settlers/Settlers/Save I thinks thats it. And I hope I got the code right.
ln -s /home/user/MyDocs/preenv/settlers/sprites.bar /home/user/webos/com.gameloft.app.settlers/Settlers/sprites.bar
chmod 777 -R /home/user/webos/com.gameloft.app.settlers/Settlers/Save