Author Topic: Supermodel on MacOS  (Read 2688 times)

andresito

  • Newbie
  • *
  • Posts: 4
    • View Profile
Supermodel on MacOS
« on: February 04, 2018, 10:53:33 AM »
Trying to launch supermodel from AM but I can't figure this one out. I'm on MacOS..

This is my current setup:

Code: [Select]
# Generated by Attract-Mode v2.2.0-3
#
executable           /Users/andresito/Roms/Supermodel/
args                 "[romfilename]" -res=2560,1600 -fullscreen;
rompath              /Users/andresito/Roms/Supermodel
romext               .zip
system               Sega Supermodel
artwork    flyer           $HOME/Supermodel/boxart
artwork    marquee         
artwork    snap            $HOME/Supermodel/videos;$HOME/Supermodel/snap
artwork    wheel       

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Supermodel on MacOS
« Reply #1 on: February 04, 2018, 11:29:09 PM »
@andresito
reffering to website of supermodel (section : Video Settings), the semicolon at the end is probably not correct:

yours:
"[romfilename]" -res=2560,1600 -fullscreen;
website:
supermodel scud.zip -res=1024,768 -fullscreen

what says the console window of AM?
« Last Edit: February 04, 2018, 11:31:42 PM by hermine.potter »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

andresito

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Supermodel on MacOS
« Reply #2 on: February 05, 2018, 03:13:30 AM »
Where do I see/find the AM console window?

andresito

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Supermodel on MacOS
« Reply #3 on: February 05, 2018, 03:26:02 AM »
Nevermind, I got it working!  ;D

You were right about the faulty semicolon also!

This are the correct settings:

Code: [Select]
# Generated by Attract-Mode v2.2.0-3
#
executable           /Users/andresito/Roms/Supermodel/Supermodel
args                 "[romfilename]" -res=2560,1600 -fullscreen
rompath              /Users/andresito/Roms/Supermodel
romext               .zip
system               Sega Supermodel
artwork    flyer           $HOME/Supermodel/boxart
artwork    marquee         
artwork    snap            $HOME/Supermodel/videos;$HOME/Supermodel/snap
artwork    wheel           

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Supermodel on MacOS
« Reply #4 on: February 05, 2018, 09:54:43 PM »
@andresito
enable console:
edit attract.cfg => hide console no
then minimize AM and there is now a console window
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM