maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Preenv webOS games compatibility list (https://talk.maemo.org/showthread.php?t=64392)

hellsing 2011-04-13 08:15

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by blakeyk1x (Post 985502)
how do i solve the black screen crash if i have installed using a .deb file. i didnt use a FILEBOX or anything like that. any help would be hugely appreciated

I've got exactly the same problem, is there an issue?
it's a segmentation fault error, when i launch it in xterm it crash with segmentation fault error

adi619 2011-04-13 08:56

Re: Preenv webOS games compatibility list
 
hello,
how do i solve the black screen crash if i have installed using a .deb file.

I also cannot get to work HAWX using preenv 0.1.7,this games and many more worked with ver0.1.4..please help

Thanks

travla 2011-04-13 09:06

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by adi619 (Post 987141)
hello,
how do i solve the black screen crash if i have installed using a .deb file.

I also cannot get to work HAWX using preenv 0.1.7,this games and many more worked with ver0.1.4..please help

Thanks

What other games are you unable to get working that were working in 0.1.4?

travla 2011-04-13 11:00

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by adi619 (Post 987141)
hello,
how do i solve the black screen crash if i have installed using a .deb file.

I also cannot get to work HAWX using preenv 0.1.7,this games and many more worked with ver0.1.4..please help

Thanks

Okay, I was able to install HAWX, the reason why it may have stopped working was that your /media/cryptofs directory may have been overwritten by one of the new preenv installations.

In xterm, do the following:
Code:

root
cd /media/cryptofs/apps/usr/palm/applications
ln -s /path/to/com.gameloft.app.hawx com.gameloft.app.hawx
exit

Obviously you will need replace "/path/to/" with the location where your game is installed (I've never installed from a deb package so would not know).

StocChr 2011-04-13 11:21

Re: Preenv webOS games compatibility list
 
hi guys,

i have a smal question... i had preenv 0.1.5 installed and all games worked very well, after the update to 0.1.7 the graphic from the games ( angrybirds ) looks not quite good as in 0.1.5

is this possible or is this an optical illusion?

cheers

travla 2011-04-13 11:24

Re: Preenv webOS games compatibility list
 
I noticed a big improvement from 0.1.4 to 0.1.7, but I never installed .5 or .6.

StocChr 2011-04-13 11:32

Re: Preenv webOS games compatibility list
 
i also updated the libsdlpre.so file...
can this be an issue for the graphic deterioration

StocChr 2011-04-13 11:45

Re: Preenv webOS games compatibility list
 
ok, it's definitely a problem with the libsdlpre.so files...

the problem is, that some functions, like tapping and holding on the topleft screen corner will minimize the application, are not available with the 68kB files

preenv 0.1.7, libsdlpre.so 78kB

http://www.id-t.at/data/libsdlpre78.png

preenv 0.1.7, libsdlpre.so 68kB

http://www.id-t.at/data/libsdlpre68.png

adi619 2011-04-13 12:08

Re: Preenv webOS games compatibility list
 
Thank you very much for the previous post sir..As directed by you, the game has started working now


The games not working now are blades of fury,skater..

Please guide me through..

Thank you




Quote:

Originally Posted by travla (Post 987224)
Okay, I was able to install HAWX, the reason why it may have stopped working was that your /media/cryptofs directory may have been overwritten by one of the new preenv installations.

In xterm, do the following:
Code:

root
cd /media/cryptofs/apps/usr/palm/applications
ln -s /path/to/com.gameloft.app.hawx com.gameloft.app.hawx
exit

Obviously you will need replace "/path/to/" with the location where your game is installed (I've never installed from a deb package so would not know).


Kevstacey 2011-04-13 12:13

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by StocChr (Post 987250)
ok, it's definitely a problem with the libsdlpre.so files...

the problem is, that some functions, like tapping and holding on the topleft screen corner will minimize the application, are not available with the 68kB files

preenv 0.1.7, libsdlpre.so 78kB

http://www.id-t.at/data/libsdlpre78.png

preenv 0.1.7, libsdlpre.so 68kB

http://www.id-t.at/data/libsdlpre68.png

have you got a link for the .sh mod to zoom in and out please bud?

cheers :)

StocChr 2011-04-13 12:36

Re: Preenv webOS games compatibility list
 
mido.fayad uploaded many .sh files
http://www.mediafire.com/?h7vvck3lrccf1

CasTTeLLo 2011-04-13 13:08

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by CasTTeLLo (Post 983430)
me oso unable to install avatar after update to v 0.1.7....:confused::confused:

p/s: i used v 0.1.4 before and avatar working great...when i want to update to the latest version its conflict with avatar and i remove it 1st then upgrade to the v0.1.7...now i'm unable to install it back..:(

I still unable to install avatar .deb...anyone did it?? Need some advices...

travla 2011-04-13 14:07

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by adi619 (Post 987272)
Thank you very much for the previous post sir..As directed by you, the game has started working now


The games not working now are blades of fury,skater..

Please guide me through..

Thank you

Blades of Fury needs multi-touch to play properly, so I never persisted (but it did work without any fiddling). Skater Nation needs the modified libsdlpre.so file (which may/may not be merged in to preenv 0.1.7).

Have you done the usual things per the Wiki FAQ?

For example, to get Blades of Fury working, try this in xterm:

Code:

root
chown -R user:users /path/to/com.gameloft.app.blades
chmod ug+x /path/to/com.gameloft.app.blades/blades/Blades
exit

Line 2 changes the ownership of the game folder recursively to all other files and folders underneath. Line 3 makes the file you need to run executable.

travla 2011-04-13 14:11

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by CasTTeLLo (Post 987308)
I still unable to install avatar .deb...anyone did it?? Need some advices...

I got it working by following the wiki (which has two links that you needd to follow).

You don't actually need to copy /usr/lib/libOMX.TI.Video.Decoder.so to the path shown, you can just create a symbolic link to it via:

Code:

sudo ln -s /path/to/file_or_folder_you_want_to_link_to /path/to/link

javispedro 2011-04-13 14:15

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by travla (Post 987348)
You don't actually need to copy /usr/lib/libOMX.TI.Video.Decoder.so to the path shown, you can just create a symbolic link to it via:

Code:

sudo ln -s /path/to/file_or_folder_you_want_to_link_to /path/to/link

You do not need to do anything of that with any recent preenv.

StocChr 2011-04-13 14:18

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by StocChr (Post 987250)
ok, it's definitely a problem with the libsdlpre.so files...

the problem is, that some functions, like tapping and holding on the topleft screen corner will minimize the application, are not available with the 68kB files

preenv 0.1.7, libsdlpre.so 78kB

http://www.id-t.at/data/libsdlpre78.png

preenv 0.1.7, libsdlpre.so 68kB

http://www.id-t.at/data/libsdlpre68.png

@mido.fayad
any ideas about this problem

CasTTeLLo 2011-04-13 14:46

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by javispedro (Post 987349)
You do not need to do anything of that with any recent preenv.

didn't get u...can u xplain more??

crail 2011-04-13 15:11

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by StocChr (Post 987287)
mido.fayad uploaded many .sh files
http://www.mediafire.com/?h7vvck3lrccf1

done the sh but i still cant zoom in, what are the buttons?

Charliedm 2011-04-13 15:12

Re: Preenv webOS games compatibility list
 
Is it possible to increase the graphics on Preenv.
Mostly the words/writing is really bad quality.

adi619 2011-04-13 15:15

Re: Preenv webOS games compatibility list
 
Blades worked like a charm but help still needed to work skater...

Thanks


Quote:

Originally Posted by travla (Post 987346)
Blades of Fury needs multi-touch to play properly, so I never persisted (but it did work without any fiddling). Skater Nation needs the modified libsdlpre.so file (which may/may not be merged in to preenv 0.1.7).

Have you done the usual things per the Wiki FAQ?

For example, to get Blades of Fury working, try this in xterm:

Code:

root
chown -R user:users /path/to/com.gameloft.app.blades
chmod ug+x /path/to/com.gameloft.app.blades/blades/Blades
exit

Line 2 changes the ownership of the game folder recursively to all other files and folders underneath. Line 3 makes the file you need to run executable.


jflatt 2011-04-13 15:43

Re: Preenv webOS games compatibility list
 
The texture scaling is coming from the modified libsdlpre.so. It's my fault, I was trying to get textures to scale differently. Some games like Scrabble exhibit really ugly breaks between textures since they don't scale to exact pixel boundaries. I have no idea what the 68k, 78k etc. versions of the libsdlpre.so are, but you're effectively going back to older versions of preenv. I will remove the texture hacks in a bit, you can always grab the latest modified libsdlpre.so from http://members.cox.net/jflatt/libsdlpre.so

StocChr 2011-04-13 16:50

Re: Preenv webOS games compatibility list
 
hi jflatt,
thanks for your answer!
the 68k is an old one since 0.1.5
the 78k is the lastet from mido.fayad mediafire!
maybe you can give us a response when you have fixed it!
cheers

smile 2011-04-13 17:37

Re: Preenv webOS games compatibility list
 
Help me please!I have installed FIFA 10.Also,I used fifa10.sh,to play with the keybord.So,how can I change buttons,on which I can make a shot,or give a pas,because the configuration in my fifa10.sh is very uncomfortable.Please,help me,I will be very grateful!!!!!

hellsing 2011-04-13 18:26

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by travla (Post 987224)
Okay, I was able to install HAWX, the reason why it may have stopped working was that your /media/cryptofs directory may have been overwritten by one of the new preenv installations.

In xterm, do the following:
Code:

root
cd /media/cryptofs/apps/usr/palm/applications
ln -s /path/to/com.gameloft.app.hawx com.gameloft.app.hawx
exit

Obviously you will need replace "/path/to/" with the location where your game is installed (I've never installed from a deb package so would not know).

wonderfull man!
the correct path is /home/opt/preenv/data/apps/usr/palm/application

travla 2011-04-13 20:24

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by javispedro (Post 987349)
You do not need to do anything of that with any recent preenv.

Thanks for the update, I will update the wiki and remove my link.

travla 2011-04-13 21:25

Re: Preenv webOS games compatibility list
 
Sorry, I should have asked this in the previous post.

So I can update the wiki accurately, at what version did the requirement to create a link to /usr/lib/libOMX.TI.Video.Decoder.so go away. Also, is there still a need to create [Game].ini files for those games that have texture problems (e.g. Shrek Karting, Driver etc.)

javispedro 2011-04-13 21:39

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by travla (Post 987669)
So I can update the wiki accurately, at what version did the requirement to create a link to /usr/lib/libOMX.TI.Video.Decoder.so go away.

Since 0.1.6. And there was never such a need ... one only needed to create en empty libavcodec file. If it was a link and wherever it linked to was completely irrelevant.

Quote:

Originally Posted by travla (Post 987669)
Also, is there still a need to create [Game].ini files for those games that have texture problems (e.g. Shrek Karting, Driver etc.)

Well. I know how to fix those, but since changing "that" powervr.ini setting also causes a (arguably very) slight performance increase, I don't think I will implement my fix into Preenv.

travla 2011-04-14 00:12

Re: Preenv webOS games compatibility list
 
Thanks, Wiki updated.

jflatt 2011-04-14 01:54

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by StocChr (Post 987460)
hi jflatt,
thanks for your answer!
the 68k is an old one since 0.1.5
the 78k is the lastet from mido.fayad mediafire!
maybe you can give us a response when you have fixed it!
cheers

Updated it

nology 2011-04-14 02:48

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by nology (Post 985001)
hey mido, could you possibly do key mappings to allow camera rotate in the sims 3?
similar to angrybirds zoom, but instead press key + drag horizontally?

would be much appreciated!
i need to organize my furniture!:D
thanks

bump this up

amadeukaos 2011-04-14 04:11

Re: Preenv webOS games compatibility list
 
the game RISK is playable?

StocChr 2011-04-14 04:29

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by jflatt (Post 987815)
Updated it

works like a charme!
thanks dude!

TimusEravan 2011-04-14 04:58

Re: Preenv webOS games compatibility list
 
The wiki for Settlers no longer mentions the specific size needed. Does this mean that latest preenv works with all the versions?

Also has the latest libsdlpre.so integrated with 0.17 preenv?

@amadeukaos : Risk is playable.

smile 2011-04-14 06:20

Re: Preenv webOS games compatibility list
 
Help me please!I have installed FIFA 10.Also,I used fifa10.sh,to play with the keybord.So,how can I change buttons,on which I can make a shot,or give a pas,because the configuration in my fifa10.sh is very uncomfortable.Please,help me,I will be very grateful!!!!!
Please,help!!!!!!

amadeukaos 2011-04-14 06:24

Re: Preenv webOS games compatibility list
 
I didnt manage to make Risk work on my n900 =(

Quote:

Originally Posted by TimusEravan (Post 987871)
The wiki for Settlers no longer mentions the specific size needed. Does this mean that latest preenv works with all the versions?

Also has the latest libsdlpre.so integrated with 0.17 preenv?

@amadeukaos : Risk is playable.


travla 2011-04-14 07:37

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by amadeukaos (Post 987910)
I didnt manage to make Risk work on my n900 =(

Try the following in xterm:

Code:

root
chown -R user:users /path/to/com.ea.app.risk
chmod ug+x /path/to/com.ea.app.risk/Game/risk
exit

Don't forget to replace "/path/to" with the path to the folder game folder.

couldvbb 2011-04-14 08:13

Re: Preenv webOS games compatibility list
 
you too can use WebOS Games Manager
http://www.wda.cn/data/attachment/fo...eeyrf535lx.png
http://talk.maemo.org/showpost.php?p...&postcount=302

govprog 2011-04-14 10:02

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by javispedro (Post 987680)
Since 0.1.6. And there was never such a need ... one only needed to create en empty libavcodec file. If it was a link and wherever it linked to was completely irrelevant.

I thought I have mentioned that before.Maybe I needed to be more specific. But anyway;
Could you please tell us again where should we install the games in order to get the automized proper symlinking to work?(Or that one always work?)
Thank you.
EDIT:Okay I have figured it out my self. Thanks again.

hadjistyllis 2011-04-14 17:09

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by smile (Post 987907)
Help me please!I have installed FIFA 10.Also,I used fifa10.sh,to play with the keybord.So,how can I change buttons,on which I can make a shot,or give a pas,because the configuration in my fifa10.sh is very uncomfortable.Please,help me,I will be very grateful!!!!!
Please,help!!!!!!

Just Open FIFA.sh with notepad and change the key number to the key you want.

Keyboard keys are like this(open your keyboard and compare)

306 113 119 101 114 116 121 117 105 111 112 44 8
313 97 115 100 102 103 104 106 107 108 46 273 271
304 122 120 99 118 98 110 109 32 276 274 275


For Example
gconftool-2 --set --type int /apps/preenv/fifa/key_108_key 108
gconftool-2 --set --type int /apps/preenv/fifa/key_108_mouse 2
gconftool-2 --set --type int /apps/preenv/fifa/key_108_x 718
gconftool-2 --set --type int /apps/preenv/fifa/key_108_y 407

change the red with the key number you want.
Hope that helps;)

Leon4 2011-04-14 17:23

Re: Preenv webOS games compatibility list
 
is angry birds seasons 1.4.0 (easter) out for webos?


All times are GMT. The time now is 13:53.

vBulletin® Version 3.8.8