maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   PSX4All Maemo Edition (https://talk.maemo.org/showthread.php?t=47904)

OVK 2010-08-30 13:47

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by Bratag (Post 798114)
In a nutshell it is an ini reader integration which will allow you to set the keys for the actions - in this way the gamegripper etc can be configured to work.

Is this something that could be integrated also to other emulators? I am specifically thinking about Amiga (UAE) and C64 (Vice) emulators that otherwise work nicely but playing is difficult because buttons are not remappable.

To avoid further offtopic: is this ini reader project discussed also somewhere else? I would be interested to read more about this.

leetut 2010-08-30 15:29

Re: PSX4All Maemo Edition
 
i could already use the sh command, just by typing the name of the script! but not with this for some reason

http://img121.imageshack.us/img121/4...0083016173.png

Andy1210 2010-08-30 17:55

Re: PSX4All Maemo Edition
 
hmm, have you psx folder in MyDocs??
Because looks like working now, but can't cd to psx dir. Maybe not exist?

leetut 2010-08-30 19:27

Re: PSX4All Maemo Edition
 
yeah bro crash1.bin is in a folder called psx in MyDocs with all my other psx roms
and i can run it from xterm using:
cd /home/user/MyDocs/psx
psx4m -cyclemult 3 -runcd crash1.bin
thanks for all your help and advice anyway mate
i better stop hijacking the thread now before i get into trouble!
just thought it would be cool to have icons that would launch my psx games, and to share it with my fellow n00bs!

ryanl33x1511 2010-08-30 20:15

Re: PSX4All Maemo Edition
 
by the way..the GUI version, did you guys notice the frameskip and cyclemult didnt work ? I tried with CLI with same frameskip and cycle but the game is running really good speed but with GUI version really slow. so I think the frameskip and cycle didnt work. even tho KEY implement is work.

confusedfella 2010-08-31 02:21

Re: PSX4All Maemo Edition
 
leetut when i type psx4m -cyclemult 3 -runcd crash1.bin
it gives -sh: psx4m: not found

any ideas?

beli 2010-08-31 08:32

Re: PSX4All Maemo Edition
 
1 Attachment(s)
Quote:

Originally Posted by ryanl33x1511 (Post 802594)
by the way..the GUI version, did you guys notice the frameskip and cyclemult didnt work ? I tried with CLI with same frameskip and cycle but the game is running really good speed but with GUI version really slow. so I think the frameskip and cycle didnt work.

I checked it and you are partly right: the frameskip option doesn't work but the cycle mult does. I changed the python script a bit and now it should be ok. I also fixed the ranges for frameskip (0-8) and cyclemult (1-10) (in attachment)

Maybe this weekend Iīll try to package it in a .deb

leetut 2010-08-31 11:25

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by confusedfella (Post 802839)
leetut when i type psx4m -cyclemult 3 -runcd crash1.bin
it gives -sh: psx4m: not found

any ideas?

im not sure what your trying to do mate
if your trying to get the icon script working then i cant either
i dont think its possible

beli 2010-08-31 12:04

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by confusedfella (Post 802839)
leetut when i type psx4m -cyclemult 3 -runcd crash1.bin
it gives -sh: psx4m: not found

any ideas?

use the full path to psx4m like /home/opt/psx4m/psx4m or wherever the psx4m file is placed on your system

stooobs 2010-08-31 13:36

Re: PSX4All Maemo Edition
 
i just cant seem to get the gui working
i move the extracted file to opt folder ran the sh install command and tinked with the Exec=/opt/psx4m/psx4mui.py and the icon just lights up and stays lit, are there certain dependencies i need installed.
im a noob but learning lynux is fun i didnt even know what a kernel was 4 month ago lol

beli 2010-08-31 14:02

Re: PSX4All Maemo Edition
 
Yes, it is a python gui, so you need python packages which you can get by installing for example PyMaemo

stooobs 2010-08-31 16:12

Re: PSX4All Maemo Edition
 
i have installed most the python apps in app manager and still no joy, i cant install the scratchbox for n900 as some of the libs are missing and cant get them with apt-get, any chance some 1 could tell me what the dependencies are or is it just my luck that i need the ones that are unavailable today.
its not realy important as i use qeenbeacon to launch my games with there own frameskip cyclemult settins, but would be nice to think i could figure this out cheers

beli 2010-09-01 07:49

Re: PSX4All Maemo Edition
 
what happens if you execute /opt/psx4m/psx4mui.py in the terminal? any error messages then?

stooobs 2010-09-01 11:08

Re: PSX4All Maemo Edition
 
i get permission denied, i tried as root and sudo gainroot as well and tried /opt/psx4m/psx4mui.py and /home/opt/psx4m/psx4mui.py
i can still run psx4m with /opt/usr/games/psx4m -runcd -frameskip 7 -cyclemult 2 /home/user/MyDocs/psx/FinalFantasy7CD1.iso

Figa 2010-09-01 11:20

Re: PSX4All Maemo Edition
 
Try chmod a+x psx4m

stooobs 2010-09-01 12:10

Re: PSX4All Maemo Edition
 
$ chmod a+x psx4m
chmod: psx4m: No such file or directory

beli 2010-09-01 12:11

Re: PSX4All Maemo Edition
 
Or "chmod a+x /opt/psx4m/psx4mui.py ", since psx4m allready works ok from the command line...

stooobs 2010-09-01 12:56

Re: PSX4All Maemo Edition
 
we have a winner thanks now the gui launches,
sadly it wont start any games but lets me select rom and all the other settings no problem any ideas, and thanks for the help

just a stab in the dark but i vagely remember something about a symlynk not working when 1st trying psx4m

beli 2010-09-01 15:58

Re: PSX4All Maemo Edition
 
Also do "chmod a+x /opt/psx4m/psx4m"

If that still does not work, start the gui from command line by typing /opt/psx4m/psx4mui.py and report any errors when you press start button with valid rom selected.

stooobs 2010-09-01 20:19

Re: PSX4All Maemo Edition
 
brilliant mate that 1 sorted everything out
just got to remap the keys and im very happy
also gona google chmod a+x and learn what it does
i like to understand how it works not just be happy that it does lol
thanks for your help maemo community rocks

boxkillor 2010-09-02 11:29

Re: PSX4All Maemo Edition
 
guys, how can i make a beecon widget for every single game. i do not know the commands and settings for qbw. please help me cause i want to play the games straight awax from the desktop :)

leetut 2010-09-02 18:28

Re: PSX4All Maemo Edition
 
me too......
the terminal thing is awful
ive reflashed to see if i can get the icon script to work
but it is NOT possible
infact i cant even start psx4m from xterm now
and im running a clean firmware!
it always gives me: /bin/sh: psx4m: not found
it worked fine before i flashed the phone

leetut 2010-09-02 19:04

Re: PSX4All Maemo Edition
 
can anyone help me fix this?

http://img101.imageshack.us/img101/3...0090219583.png

Andy1210 2010-09-02 19:43

Re: PSX4All Maemo Edition
 
Code:

ln -s /opt/ps4m/psx4m /usr/bin/psx4m
then you can use psx4m command!

leetut 2010-09-02 21:05

Re: PSX4All Maemo Edition
 
it still gives the same output if i try to run psx4m, not found

pantera1989 2010-09-02 21:24

Re: PSX4All Maemo Edition
 
I just went back to PSX4ALL. It's much better until a GUI comes out. I am comfortable enough with the terminal, but for the tiny improvement PSX4m provides, it's just not worth the time and effort to type the commands.

I am even annoyed having to do killall pulseaudio! I will wait for a GUI, or if there is serious improvement in PSX4M I will happily use it without a GUI. But until then better 1 less fps and the comfort of a GUI.

ryanl33x1511 2010-09-02 22:35

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by pantera1989 (Post 805680)
I just went back to PSX4ALL. It's much better until a GUI comes out. I am comfortable enough with the terminal, but for the tiny improvement PSX4m provides, it's just not worth the time and effort to type the commands.

I am even annoyed having to do killall pulseaudio! I will wait for a GUI, or if there is serious improvement in PSX4M I will happily use it without a GUI. But until then better 1 less fps and the comfort of a GUI.

Since the project is dead and no one has continue improve the the project, SO the version psx4m 0.4.2 is the latest.

ON few pages back, there is a GUI version of 0.4.2 with python script...from beil (thanks) the GUI is 0.3.9 i think, same with psx4all. You can config key in key file in order the list. 0.4.2 is way better than psx4all. psx4m 0.4.2 can play most game with some tweak.

boxkillor 2010-09-02 23:15

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by ryanl33x1511 (Post 805726)
Since the project is dead and no one has continue improve the the project, SO the version psx4m 0.4.2 is the latest.

ON few pages back, there is a GUI version of 0.4.2 with python script...from beil (thanks) the GUI is 0.3.9 i think, same with psx4all. You can config key in key file in order the list. 0.4.2 is way better than psx4all. psx4m 0.4.2 can play most game with some tweak.

Is there a compatlist anywhere? Thx in advance

leetut 2010-09-03 08:09

Re: PSX4All Maemo Edition
 
after being up all night flashing phone again
psx4m still does not work

/home/user/MyDocs/psx # psx4m -runcd crash1.bin
/bin/sh: psx4m: not found

this phone is so much fun!

beli 2010-09-03 08:49

Re: PSX4All Maemo Edition
 
Where do you have installed the psx4m file? Just use the full path name and thatīll solve your problems ... or symlink it to /usr/bin as Andy1210 pointed out

leetut 2010-09-03 09:23

Re: PSX4All Maemo Edition
 
cheers bro, already tried the symlink
i dont know where ive installed the psx4m file because app mgr dont give me a choice, and ive already had this installed and working for the past month, what i cant understand is why the usual command no longer works, anyway after your advice i hunted around and can run it by typing
/opt/maemo/usr/games/psx4m -runcd game.bin
dont understand why theres nothing about that in any of the guides, if it was me id have updated the guides with that info

still cant get the icon script to work with this 'new' address either, so we can just launch the games by hitting an icon,
and as the way to launch the games keeps changing for no apparent reason i think its a must!
thanks for ur help tho still bro

samipower 2010-09-04 13:37

Re: PSX4All Maemo Edition
 
beli

all perfect VERY THANKS

1-install python

psx4m folder have:

-install.sh
-keys
-psx4all.desktop rename to psx4m.desktop
-psx4all.png rename to psx4m.png
-psx4all_banner.jpg rename to psx4m_banner.jpg
-psx4m
-psx4mui.py

in theory

steps for install :

1- using sh server/client or filebox

2- put psx4m.desktop in /usr/share/applications/hildon/

3-put psx4m.png in /usr/share/pixmaps/

4-put psx4m folder with files install.sh and keys and psx4m and psx4mui and psx4m_banner.jpg into /opt , not to /home/opt

xterm sudo gainroot


chmod a+x /opt/psx4m/psx4mui.py

and exit xterm

execute psx4m new icon in you n900 desktop ok

but i select rom and press start but nothing happen and psx4m gui not save frameskip and cycle select

why???

any step i forgotten??


i tried commands and commands

Exec=/opt/psx4m/psx4mui.py
chmod a+x /opt/psx4m/psx4mui.py

and now emulator running but for reconfigurate keys??

play with sixaxis ps3 ??



beli please create a nice .deb with psx4m 0.42 with your gui graphic and ps3 sixaxis can use .

Rushmore 2010-09-05 01:28

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by nax3000 (Post 784963)
I really wonder how it runs on a Droid (1). It doesn't have GPU accel now does it?


It must have some basic support, else some of the more complex games would not run as good as they do, but not sure. Could just be cpu muscle.

beli 2010-09-05 09:27

Re: PSX4All Maemo Edition
 
Hi everyone,

I created a .deb file containing the latests psx4m 0.4.3 (= psx4m v0.4.2 with key file) together with a python GUI script to launch games and the US keyboard gamegripper key file provided by Andy1210

Download here

First time I built a .deb, so I hope it works out allright.

liquid_chaos 2010-09-05 09:37

Re: PSX4All Maemo Edition
 
do save and loadstates work with this? if so how do i use them?

beli 2010-09-05 10:24

Re: PSX4All Maemo Edition
 
Quote:

Originally Posted by liquid_chaos (Post 807715)
do save and loadstates work with this? if so how do i use them?

You can just load and save as you would do on a regular playstation using the memory card.

Enni 2010-09-05 11:31

Re: PSX4All Maemo Edition
 
hello beli

I cant install your new version with gui because of missing programm packages. The missing programm package is: phyton2.5-hildon. Maybe you can include that to the .deb file?

thanks Enni

beli 2010-09-05 11:39

Re: PSX4All Maemo Edition
 
I guess you can get it from extras-devel or here http://maemo.org/packages/package_in....9.0-1maemo15/

Enni 2010-09-05 11:55

Re: PSX4All Maemo Edition
 
the programm manager tells me that the programm package is incompatible if I try to install http://maemo.org/packages/package_in....9.0-1maemo15/.

Airtux 2010-09-05 12:16

Re: PSX4All Maemo Edition
 
i have installed your .deb! no problem for the install, i have a problem for launch iso... not work.

thanks!


All times are GMT. The time now is 02:25.

vBulletin® Version 3.8.8