Active Topics

 



Notices


Reply
Thread Tools
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#1841
Originally Posted by zaksloan View Post
Does anyone have Yahtzee successfully installed? If so, could you please let me know how it is done?
Yahtzee is not a PDK application
 

The Following User Says Thank You to jflatt For This Useful Post:
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#1842
jflatt: I tried your keyboard multitouch .so in x-plane, but it didn't seem to work. How do I configure this?
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#1843
Originally Posted by enkhbayar View Post
HAWX worked for me. Its good for me.
I also have the IStoreable problem. Does anyone have a fix for this?
 
Posts: 218 | Thanked: 128 times | Joined on Dec 2010 @ Abu Dhabi , UAE
#1844
@hadjistyllis:Well, I used to plan for an analog stick mapper program too.But since we have a contributor like you,this kind of program won't be necessary.
Originally Posted by jflatt View Post
I do eventually plan on changing the whole gconf database layout, just as an fyi.
There won't be any crucial problems if the new library still relies on the X-Terminal commands.Again, nice work jflatt.

Last edited by govprog; 2011-03-03 at 08:59. Reason: Second reply
 
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#1845
Originally Posted by govprog View Post
There won't be any crucial problems if the new library still relies on the X-Terminal commands
gconf supports a xml-based settings exchange format (see gconftool-2 --help-load), I prefer that very much over sharing shell scripts (which, you know, CAN hide "bad stuff", including deleting and/or destroying your N900).

Please do not implicitly trust .sh files, read and understand them before running!


Btw, I added basic vibration support to preenv 0.1.6. However, few games seem to support it as a real Pre doesn't seem to vibrate (but the API is there nevertheless).

The games that use the vibrator used to fail in the first few versions of Preenv (because Haptic* symbols were missing). Raging Thunder seemingly was once on the incompatible list with such error message.

Also, I am considering creating a standard directory layout for stored games in Preenv. This would mean that
- /opt/preenv/data would be user-writable, and would be equivalent to a Pre's /media/cryptofs directory (so it would be where you put "apps" directory).
- /media/cryptofs would be installed as a symlink to /opt/preenv/data
- /media/internal would be installed as a symlink to /home/user/MyDocs
- GetWritablePath() would return some path inside /home/user/.preenv/

is that Ok for everyone?

Last edited by javispedro; 2011-03-03 at 13:55.
 

The Following 6 Users Say Thank You to javispedro For This Useful Post:
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#1846
Glowhackey crash at start from the icon. And when i try to run it from the x-terminal i get this:

$ ./glowhockey
SDLGL: Called sdl_init with flags = 0x100030
SDLGL: Number of joysticks 1
SDLGL: Joystick 0 named Accelerometer
X11: PID is 7036
PDL: Init: Service name is com.javispedro.preenv.glowhockey
PDL: Main thread created
PDL: Game called PDL_Init twice
./glowhockey: symbol lookup error: ./glowhockey: undefined symbol: PDL_NewCtx
 
Posts: 203 | Thanked: 125 times | Joined on Jan 2011
#1847
Originally Posted by javispedro View Post
gconf supports a xml-based settings exchange format (see gconftool-2 --help-load), I prefer that very much over sharing shell scripts (which, you know, CAN hide "bad stuff", including deleting and/or destroying your N900).

Please do not implicitly trust .sh files, read and understand them before running!


Btw, I added basic vibration support to preenv 0.1.6. However, few games seem to support it as a real Pre doesn't seem to vibrate (but the API is there nevertheless).

The games that use the vibrator used to fail in the first few versions of Preenv (because Haptic* symbols were missing). Raging Thunder seemingly was once on the incompatible list with such error message.

Also, I am considering creating a standard directory layout for stored games in Preenv. This would mean that
- /opt/preenv/data would be user-writable, and would be equivalent to a Pre's /media/cryptofs directory (so it would be where you put "apps" directory).
- /media/cryptofs would be installed as a symlink to /opt/preenv/data
- /media/internal would be installed as a symlink to /home/user/MyDocs
- GetWritablePath() would return some path inside /home/user/.preenv/

is that Ok for everyone?

All will be ok. So we don't need to do manual symlink forsome games that need it.
Well I prefer if its possible to:
/media/internal would be installed as a symlink to /home/user/MyDocs/Preenv/
and not just MyDocs. All needed files will be on that folder and not on general MyDocs.
Keep Up good work.
We hope we see Gangstar and Worms on playable list.
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#1848
Originally Posted by javispedro View Post
gconf supports a xml-based settings exchange format (see gconftool-2 --help-load), I prefer that very much over sharing shell scripts (which, you know, CAN hide "bad stuff", including deleting and/or destroying your N900).

Please do not implicitly trust .sh files, read and understand them before running!


Btw, I added basic vibration support to preenv 0.1.6. However, few games seem to support it as a real Pre doesn't seem to vibrate (but the API is there nevertheless).

The games that use the vibrator used to fail in the first few versions of Preenv (because Haptic* symbols were missing). Raging Thunder seemingly was once on the incompatible list with such error message.

Also, I am considering creating a standard directory layout for stored games in Preenv. This would mean that
- /opt/preenv/data would be user-writable, and would be equivalent to a Pre's /media/cryptofs directory (so it would be where you put "apps" directory).
- /media/cryptofs would be installed as a symlink to /opt/preenv/data
- /media/internal would be installed as a symlink to /home/user/MyDocs
- GetWritablePath() would return some path inside /home/user/.preenv/

is that Ok for everyone?
I hope this will fix my hawx problem!
 
Garcel's Avatar
Posts: 160 | Thanked: 181 times | Joined on Mar 2011
#1849
govprog. Can you help me please? You are the only one that was able to change weapons on hawx. Can you give me the .sh file? Been trying everything but couldn't get it to work.
 
Posts: 218 | Thanked: 128 times | Joined on Dec 2010 @ Abu Dhabi , UAE
#1850
Originally Posted by javispedro View Post
gconf supports a xml-based settings exchange format (see gconftool-2 --help-load), I prefer that very much over sharing shell scripts (which, you know, CAN hide "bad stuff", including deleting and/or destroying your N900).

Please do not implicitly trust .sh files, read and understand them before running!
Sorry, I couldn't understand your statement. Did you mean, we can't trust the .sh format or you mean we can't trust the maintainer?
Originally Posted by javispedro View Post
Btw, I added basic vibration support to preenv 0.1.6. However, few games seem to support it as a real Pre doesn't seem to vibrate (but the API is there nevertheless).

The games that use the vibrator used to fail in the first few versions of Preenv (because Haptic* symbols were missing). Raging Thunder seemingly was once on the incompatible list with such error message.

Also, I am considering creating a standard directory layout for stored games in Preenv. This would mean that
- /opt/preenv/data would be user-writable, and would be equivalent to a Pre's /media/cryptofs directory (so it would be where you put "apps" directory).
- /media/cryptofs would be installed as a symlink to /opt/preenv/data
- /media/internal would be installed as a symlink to /home/user/MyDocs
- GetWritablePath() would return some path inside /home/user/.preenv/

is that Ok for everyone?
No problem for me. Let's see what the others will say. Also I am still glad that such emulator was made for N900.It IS very handy.
 
Reply

Tags
games, multi touch, palm pre, preenv, profile, reach page 250?, speed, yesssss


 
Forum Jump


All times are GMT. The time now is 14:37.