So I have had AF installed on my cabinet for a while, it was running version 11.0. I didn't realize that I hadn't turned on the auto-update option, so when it would prompt me that there was a new version available, it would be downloaded but not installed. I tried to update to 14.5, and all I see on the screen is black. Thinking I'd hosed something up, I copied my entire AttractMode folder to a backup location, and started from scratch, newly unextracted AM 2.62, .exe files for AM+, and a new download of AF 14.5, but the same thing happens, when I select AF as my display, all I see is a black screen with a couple of white spots. If I select the Basic or Cools, or some other theme, they work. Any thoughts on what I'm going wrong?
Hello. Is it possible to leave the videos in vertical format (9:16)?
Videos are not in the correct aspect ratio.garou example:https://ibb.co/bvJH7wq
arcade,0,0,ARC,CRT,NONE,-4,3,ARCADE,Various,null,Arcade,75,rom,null,null
arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null
In your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.
tilez[i].AR.vids = getAR(tilez[i].offset,tilez[i].vidsz,0,false)
tilez[i].AR.vids = 9.0/16.0
Quote from: darkand on October 02, 2022, 03:05:41 PMIn your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.Ok, I'll need a deeper debug then, can you share the .cfg file of the emulator you are using for vertical arcade?
Quote from: darkand on October 02, 2022, 03:05:41 PMIn your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.Also, try this change and tell me if it works: look for this lineCode: [Select] tilez[i].AR.vids = getAR(tilez[i].offset,tilez[i].vidsz,0,false)and change toCode: [Select] tilez[i].AR.vids = 9.0/16.0
Quote from: zpaolo11x on October 02, 2022, 10:17:06 PMQuote from: darkand on October 02, 2022, 03:05:41 PMIn your setup, you are using the vertical snapshot as "boxart", right? yes.arcade,0,0,ARC,CRT,NONE,0,0,ARCADE,Various,null,Arcade,75,rom,null,null and arcade,0,0,ARC,CRT,NONE,9,16,ARCADE,Various,null,Arcade,75,rom,null,nullDon't work.Also, try this change and tell me if it works: look for this lineCode: [Select] tilez[i].AR.vids = getAR(tilez[i].offset,tilez[i].vidsz,0,false)and change toCode: [Select] tilez[i].AR.vids = 9.0/16.0It didn't work againhttps://www.youtube.com/watch?v=npL9FuG2eVM