Search found 17 matches

by ShaneHero
Mon Mar 11, 2019 9:45 pm
Forum: Attract-Mode Support
Topic: Issue when returning to Attract-Mode
Replies: 9
Views: 6028

Re: Issue when returning to Attract-Mode

I spent the weekend playing around with he settings and this time around the 240 resolution seems to have permanently solved the issue now.

Thanks again everyone for your expertise! It is running perfectly now.
by ShaneHero
Sat Mar 09, 2019 6:08 am
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

You were right, the issue was coming from the lists not saving properly, not the pi overwriting one romscan was turned off. Not sure what I did, but I’ve finally got them saving correctly and my new list looks fantastic!

Thanks for all the help solving this one guys!!
by ShaneHero
Sat Mar 09, 2019 4:10 am
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

Ok, so it looks like the romscan is off, since if I add in a new rom it won’t appear until I turn romscan back on again. The issue however is that the edited romlist I’m updating with notepad++ is being overwritten every time and the games are back to being in alphabetical order. So, I’d there somet...
by ShaneHero
Sat Mar 09, 2019 12:56 am
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

Anything in there that could be causing this?
by ShaneHero
Sat Mar 09, 2019 12:56 am
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

#! /bin/bash # Setup dispmanx for clean AdvMAME & Daphne video output this version of SDL is modified to output for # correct scanline output at 240p export SDL_DISPMANX_IGNORE_RATIO=1 clear # Now loading message /boot/nowloadn.sh # Start hotkeys hotkeys start # If you want to auto load a game put i...
by ShaneHero
Sat Mar 09, 2019 12:54 am
Forum: Attract-Mode Support
Topic: Issue when returning to Attract-Mode
Replies: 9
Views: 6028

Re: Issue when returning to Attract-Mode

Yeah, I've tried the different resolutions and it still happens. It happens with all of the games as well. But I have had one or two occasions where it hasn't happened, which has got my hopes up. Only for it to then continue to happen. Granted, I don't have a lot of knowledge or experience with this...
by ShaneHero
Fri Mar 08, 2019 10:03 pm
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

To turn off the romscanner on 3.83 there's only one line to comment out in run.sh: ## Scan roms for Attract-Mode list ## accepts 1 command 'all' 'arcade' 'console' 'acnoporn' or 'allnoporn' #bash /boot/launchers/scanRoms.sh all 2> /dev/null Yeah, I’d already hashed that one out too. So I’m not quit...
by ShaneHero
Fri Mar 08, 2019 11:38 am
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

Yeah, they’re already hashed out.

I know I’m missing something obvious here, but the romscan is still happening each time.
by ShaneHero
Fri Mar 08, 2019 9:43 am
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

I’ve done that. The list editing is easy like I expected. However, it’s not working. The list keeps resetting every time I start it up again. I’m guessing this is the romscan occurring and overwriting it each time. How should I turn this off so it stops happening? Again, thanks for answering what I’...
by ShaneHero
Thu Mar 07, 2019 12:41 pm
Forum: Attract-Mode Support
Topic: Changing the order of Roms in attract mode
Replies: 19
Views: 14044

Re: Changing the order of Roms in attract mode

Yes, you need to access the Linux arpicade folder/home/Pi/.attract/romlists and open the allgames.txt with notepad++ (do not use regular notepad). Then just cut and paste the games in the order you want and save file. That's it. If your using Linux and not Windows you don't need to use notepad++. I...