begin
       button = menu
       prog   = irexec
       repeat = 3
       config = kill -INT `pidof epsxe`
end


I'm using that and its working fine now ;) I found that signal 9 SIGKILL was a little harsh. epsxe kept restartign after the kill


Claudio wrote:

I've tryed the same thing... with previous version of freevo with
success, but now it doesn't go.
I've used a command like that:

kill -9 `ps waxu|grep epsxe|grep freevo|awk '{print $2}'` with irexec

It seems that during the emulation, irexec doesn't listen for command...
only in freevo. If you try the same "operation" out from freevo, the
script goes...

Maybe it's caused from the new main loop... but I don't know. I've asked
here in the mailing list... but with no results...

Claudio



On Fri, 2004-11-19 at 14:24, Karl Lattimer wrote:


Thats great, very informative.

Could i not hook up an irexec event to kill epsxe i have an lirc remote,
and a spare button.

Thanks
        Karl,

On Fri, 2004-11-19 at 14:19 +0100, Claudio wrote:


Hi,

If you want to load image file, you need 2 parameter for epsxe (-loadiso
-nogui). You must set it in your local_conf.py

As example:
('Playstation Emulator', '/home/freevo/ps1',
               ('GENERIC', '/usr/local/epsxe1.6/epsxe', '-nogui
-loadiso', '/home/freevo/ps1',[ 'bin'] ))

If you want also to load games from CD, you need the commanmenuitem
plugin and create a script to do this without to use directly the
emulator. (use only -nogui options).

Remember that you must configure epsxe before to use it with freevo.

If you want to use a joypad, there are many plugins. The problem is that
without keyboard, you cannot exit from a game. Another problem is using
2 gamepad simultaneously... In this case, you cannot use both

Bye

Claudio


On Fri, 2004-11-19 at 13:24, Karl Lattimer wrote:


Hi could someone give me a little direction on how to set up epsxe with freevo so i can start games on CD or an image file, i have no clue about the epsxe command line.

Also any tips on setting up a joypad with epsxe would be much obliged.

Thanks
   Karl,




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users






------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users






------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to