Author Topic: Argument for games NeoGeo CD with Raine ?  (Read 4939 times)

Sebiohazard

  • Full Member
  • ***
  • Posts: 77
    • View Profile
Argument for games NeoGeo CD with Raine ?
« 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 & 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...
« Last Edit: October 03, 2019, 07:12:57 AM by Sebiohazard »

Neosys

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #1 on: October 03, 2019, 08:46:18 AM »
I suspect that you should not unpack the zip file from the rom.

romext               .zip

Sebiohazard

  • Full Member
  • ***
  • Posts: 77
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #2 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...

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #3 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?
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

Sebiohazard

  • Full Member
  • ***
  • Posts: 77
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #4 on: October 04, 2019, 08:49:34 AM »
Hello !

The command lines for Raine are here:

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

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #5 on: October 04, 2019, 12:08:00 PM »
and with which did you start it successfully from commandline?
what is the full commandline?
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

Sebiohazard

  • Full Member
  • ***
  • Posts: 77
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #6 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)

qqplayer

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #7 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.

Sebiohazard

  • Full Member
  • ***
  • Posts: 77
    • View Profile
Re: Argument for games NeoGeo CD with Raine ?
« Reply #8 on: October 05, 2019, 07:34:17 AM »
Thank you very much it works !!!

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

Greetings 8)