Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: Sebiohazard on October 03, 2019, 07:11:26 AM

Title: Argument for games NeoGeo CD with Raine ?
Post by: Sebiohazard on October 03, 2019, 07:11:26 AM
Good morning all 8)

I would like to launch a NeoGeo CD game with the Raine emulator (Windows) I used the following configuration:

Code: [Select]
executable           e:\emulateurs\neogeo cd\raine 0.64.16\raine32.exe
args                 "[romfilename]"
rompath              e:\jeux\neogeo cd
romext               .cue

Unfortunately the emulator starts but not the game, I have to run it manually ... I went to see the documentation for Raine here (http://raine.1emulation.com/rainedoc/raine.txt) & I changed the configuration like this:

Code: [Select]
executable           e:\emulateurs\neogeo cd\raine 0.64.16\raine32.exe
args                 -g "[romfilename]"
rompath              e:\jeux\neogeo cd
romext               .cue

But NOTHING happens... the -g argument does not work...
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: Neosys on October 03, 2019, 08:46:18 AM
I suspect that you should not unpack the zip file from the rom.

romext               .zip
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: Sebiohazard on October 03, 2019, 01:19:09 PM
Good evening

NeoGeo CD games are in cue / bin format not ZIP format... my games are launched very well manually this is not the problem...

I do not have the right arguments for Attract Mode...
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: hermine.potter on October 03, 2019, 11:14:21 PM
@Sebiohazard
what are the arguments/complete commandline, to load a game with raine32.exe successful from commandline?
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: Sebiohazard on October 04, 2019, 08:49:34 AM
Hello !

The command lines for Raine are here (http://raine.1emulation.com/rainedoc/raine.txt):

Code: [Select]
USE: Raine <commands> <options>

Commands:

  -game/-g [gamename]               Select a game to load (see game list)         
  -help/-?/-h/--help                Show command line options and list games     
  -joystick/-j [type]               Select joystick type (see list in raine.cfg) 
  -limitspeed/-l                    Limit emulation speed to 60fps               
  -gamelist/-gl                     Quick list of all games                       
  -gameinfo/-listinfo <gamename>    List info for a game, or all games           
  -romcheck/rc <gamename>           Check roms are valid for a game, or allgames 
  -nogui                            Disable GUI (useful for frontends)           
  -leds                             Enable keyboard LED usage                     
  -noleds                           Disable keyboard LED usage                   
  -screenx/sx [width]               Select screen width                           
  -screeny/sy [height]              Select screen height                         
  -screenmode/sm [type]             Select screen type (see list in raine.cfg)   
  -bpp/-depth [number]              Select screen colour depth                   
  -rotate/-r [angle]                Rotate screen 0,90,180 or 270 degrees         
  -ror                              Rotate screen 90 degrees                     
  -rol                              Rotate screen 270 degrees                     
  -norotate/-nor                    Ignore default rotation in game drivers       
  -flip/-f                          [0-3] Flip screen on none, x, y or x+y axis   
  -flipx/-fx                        Flip screen on x axis                         
  -flipy/-fy                        Flip screen on y axis                         
  -noflip                           Ignore default flipping in game drivers       
  -hide                             Hide the gui (play at work)                   
  -listdsw <gamename>               List dipswitches for a game, or all games     
  -cont                             Enable continuous playing                     
  -nocont                           Disable continuous playing
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: hermine.potter on October 04, 2019, 12:08:00 PM
and with which did you start it successfully from commandline?
what is the full commandline?
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: Sebiohazard on October 05, 2019, 03:31:56 AM
Hello !

I used this configuration:

Code: [Select]
executable           e:\emulateurs\neogeo cd\raine 0.64.16\raine32.exe
args                 -g "[romfilename]"
rompath              e:\jeux\neogeo cd
romext               .cue

But the argument -g "[romfilename]" does not work... if it removes the -g I get in the interface of the emulator & I have to start the game manually... do you have an idea ?

Thanks best regards 8)
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: qqplayer on October 05, 2019, 06:07:29 AM
Code: [Select]
executable           cmd
args                 /c cd "C:\AM\systems\NeoRaine\NeoRaine 1.4.3" & start /wait neoraine32.exe -nogui "[romfilename]"

This worked for me.

Just add
Quote
-nogui
to your command.
Title: Re: Argument for games NeoGeo CD with Raine ?
Post by: Sebiohazard on October 05, 2019, 07:34:17 AM
Thank you very much it works !!!

I'm so happy you're a champion !!!

Greetings 8)