Jump to content
LaunchBox Community Forums

huwegr

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by huwegr

  1. On 5/14/2018 at 11:35 PM, ghettoandroid said:

    Download the script and place it in the same directory as the Arculator.exe is in.

    Under Emulator Application Path in LaunchBox just, switch out "Arculator.exe" with the "arculator.bat". This should automount the game to disk 0. It can't get any simpler than this. :)

     

    Let me know if you're having any problems

    arculator.batUnavailable

     

    code:

    ::### set paths ###
    set DiskName0Path=%1 %2 %3 %4 %5 %6 %7

    ::### delete arc.cfg ###
    del arc.cfg

    ::### write arc.cfg ###
    echo disc_name_0 = %DiskName0Path% > arc.cfg
    (
    echo no_borders = 0
    echo stereo = 1
    echo rom_set = 2
    echo fdc_type = 0
    echo fast_disc = 1
    echo hardware_blit = 1
    echo double_scan = 1
    echo first_fullscreen = 1
    echo full_borders = 0
    echo hires = 0
    echo fpa = 0
    echo cpu_type = 0
    echo mem_size = 4096
    echo sound_enable = 1
    echo limit_speed = 1
    ) >> arc.cfg

    ::### run emulator ###
    start Arculator.exe

    Is there any way to get a copy of this .bat file? I can't get launchbox to load up a game automatically.

     

    Many thanks!

×
×
  • Create New...