Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by goupil: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fGameEmulators The comment on the change is: How to launch the famous game Tux Racer from Freevo ------------------------------------------------------------------------------ @@ -25,11 +25,13 @@ = Example = {{{ -DIR_GAMES = [ ('MAME', '/home/media/games/xmame/roms', ('MAME', '/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6', /home/media/games/xmame/shots', None)), - ('SNES', '/home/media/games/snes/roms', ('SNES', '/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None )), - ('MEGADRIVE', '/home/media/games/megadrive/roms', ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' )), - ('Visual Boy Advance', '/home/media/games/vba/roms/', ('GENERIC', '/usr/local/vba/VisualBoyAdvance', ' ', '', [ '.gba' ] )), - ('NES', '/home/media/games/megadrive/roms', ('GENERIC', '/usr/local/bin/fceui', '', '', '[ '.nes' ] ' )), +DIR_GAMES = [ ('MAME', '/home/media/games/xmame/roms', + ('MAME', '/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6', /home/media/games/xmame/shots', None)), + ('SNES', '/home/media/games/snes/roms', ('SNES', '/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None )), + ('MEGADRIVE', '/home/media/games/megadrive/roms', ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' )), + ('Visual Boy Advance', '/home/media/games/vba/roms/', + ('GENERIC', '/usr/local/vba/VisualBoyAdvance', ' ', '', [ '.gba' ] )), + ('NES', '/home/media/games/megadrive/roms', ('GENERIC', '/usr/local/bin/fceui', '', '', '[ '.nes' ] ' )), }}} '''Remark''' : In this case, the NES emulator is not natively recognized by FREEVO, so the 'GENERIC' keyword is used. @@ -47,7 +49,8 @@ [http://www.epsxe.com/news.php 'epsxe homepage'] {{{ -('Playstation Emulation', '/usr/local/freevo/testfiles/Psx', ('GENERIC', '/usr/local/psx/epsxe', '', '', [ 'bin','img','iso' ] )) + ('Playstation Emulation', '/usr/local/freevo/testfiles/Psx', + ('GENERIC', '/usr/local/psx/epsxe', '', '', [ 'bin','img','iso' ] )) }}} == hatari == @@ -60,3 +63,28 @@ '--memsize 1 --tos /usr/local/freevo/testfiles/atari/tos.img -f ', '', [ 'st', 'msa', 'gz'] )) }}} + += Linux Games = + +== Tux Racer == + +How to launch Tux Racer from Freevo : + +Check the path of tuxracer (/usr/games for Mandrake)[[BR]] +Add in var DIR_GAMES : +{{{ + ('Tux Racer', '/etc/freevo/games/tuxracer', + ('GENERIC', '/usr/games/tuxracer', '', '', [ 'tux' ] )) +}}} + +Create file /etc/freevo/games/tuxracer/tuxracer.tux +{{{ +# mkdir /etc/freevo/games +# mkdir /etc/freevo/games/tuxracer +# > /etc/freevo/games/tuxracer/tuxracer.tux +}}} + +If you get a screenshot of this games, copy to this new directory +{{{ +# cp TuxRacer.jpg /etc/freevo/games/tuxracer/cover.jpg +}}} ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog