Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yelever

Pages: [1] 2
1
General / Re: Attract Mode running on Solus Budgie
« on: October 17, 2018, 04:32:53 PM »
Not in either.  Attract is not in the home directory.

2
General / Attract Mode running on Solus Budgie
« on: October 16, 2018, 11:42:16 PM »
OK, I've got Attract Mode up and running and can point it to roms, snaps and all artwork within the program itself.  When I've run it on Ubuntu before I could set most of it up by editing the emulator config files.  For some reason I can't find them on Solus.  I've looked everywhere and can only find default-emulator.cfg and that has only a few lines in and not anything to to do with different systems.  Can anyone tell me where Atari 2600.cfg file would be or others that I have set up?  It's not in /usr/share/attract/emulators.  No cfg files are in there.

3
Themes / Re: Robospin Universal Theme (Updated 19/01/18)
« on: October 16, 2018, 04:03:54 PM »
Having trouble running this.  Every time I pick Universal theme for the system it crashes attract mode.  Not sure why it's doing it.

4
Themes / Re: some robospin-like themes
« on: October 31, 2017, 11:20:05 AM »
Any chance of Sega Saturn, 3DO and gamecube?

5
General / Dolphin on Ubuntu
« on: October 10, 2017, 09:24:27 AM »
I've got attract mode working and finding the iso files and boxart.  I downloaded the dolphin emulator through retropie setup and on it's own through the website and can't get it to load any games.  Just boots me back to attract mode.  Stand alone dolphin works but would like to get it working through attract mode.

Here's my config for attract mode

# Generated by Attract-Mode v2.1.0
#
executable           dolphin-emu
args                 -b -e "[romfilename]"
rompath              /media/yelever/SHARE/roms/gc
romext               .dol;.elf;.iso;.gcm;.wad;.wbfs;.gbz
system               Nintendo Gamecube
artwork    boxart           /media/yelever/SHARE/roms/gc/boxart
artwork    marquee         /media/yelever/SHARE/roms/gc/marquee
artwork    snap            /media/yelever/SHARE/roms/gc/snap
artwork    wheel           /media/yelever/SHARE/roms/gc/wheel

Running an i7 870
750ti
8gb ram

6
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 23, 2017, 08:05:56 PM »
Just brings up the launcher but doesn't run the game.

7
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 19, 2017, 07:17:31 PM »
The path is /media/yelever/Roms/amiga/Xenon 2 (2 Disk).uae

It saves the config as uae files

8
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 19, 2017, 06:13:01 AM »
Not sure what you mean.

9
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 18, 2017, 09:30:32 PM »
OK got it to kinda work.   It just boots to the launcher but the games doesn't run like I've only opened the launcher.

10
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 18, 2017, 09:21:41 PM »
I just get this

bash: Xenon 2 (2 Disk): No such file or directory

11
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 18, 2017, 08:29:27 PM »
All I could find is this command by right  clicking the icon and properties

fs-uae-launcher %f

12
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 18, 2017, 03:17:33 PM »
Running launcher from a desktop icon.

13
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 18, 2017, 12:25:36 AM »
Yes as I can run the games through the launcher

14
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 17, 2017, 04:21:18 PM »
Running xubuntu

#!/usr/bin/env bash

# This file is part of The RetroPie Project
#
# The RetroPie Project is the legal property of its developers, whose names are
# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
#
# See the LICENSE.md file at the top-level directory of this distribution and
# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
#

rom="$1"

rootdir="/opt/retropie"
datadir="$HOME/RetroPie"
romdir="$datadir/roms/amiga"
savedir="$romdir"
biosdir="$datadir/BIOS"
kickfile="$biosdir/kick13.rom"

source "$rootdir/lib/archivefuncs.sh"

if [[ ! -f "$kickfile" ]]; then
    dialog --msgbox "You need to copy the Amiga kickstart file (kick13.rom) to the folder $biosdir to boot the Amiga emulator." 22 76
    exit 1
fi

archiveExtract "$rom" ".adf .adz .dms .ipf"

# check successful extraction and if we have at least one file
if [[ $? == 0 ]]; then
    rom="${arch_files[0]}"
    romdir="$arch_dir"

    floppy_images=()
    for i in "${!arch_files
  • }"; do

        floppy_images+=("--floppy_image_$i=${arch_files[$i]}")
    done
fi

fs-uae --floppy_drive_0="$rom" "${floppy_images
  • }" --kickstart_file="$kickfile" --floppies_dir="$romdir" --save_states_dir="$savedir"

archiveCleanup

15
General / Re: Fs-Uae with Attract mode, Retropie on Ubuntu help.
« on: April 15, 2017, 04:33:23 AM »
I have the bios files and using uae files along with the corresponding whdload files.  Everything works with fs-uae launcher but through attract mode it just boots no game is loaded.

default = "fs-uae"
fs-uae = "bash /opt/retropie/emulators/fs-uae/bin/fs-uae.sh %ROM%"


Pages: [1] 2