Jump to content
LaunchBox Community Forums

ScottishSerenity

Members
  • Posts

    1
  • Joined

  • Last visited

ScottishSerenity's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Just to confirm that the .bat used to work for the earlier version of Arculator, but it does not seem to work with v2.2. When ran with the latest version (v2.2 at the time of writing) from within Launchbox: 1/ The emualtor now requires that the arc.cfg to be located in the \configs folder or it will not load it 2/ When you use the old .bat config, the compile adds a few spaces at the end of the game name which ends up making the ADF pop up with an error message when loaded within the emulator. 3/ The .bat settings provided for the base emulator setup also do not work with v2.2. The emulator just boots up into black until you manually add in your presents in the configuration manager. Last night I created a new .bat which works with v2.2: @echo off & setlocal enabledelayedexpansion ::### delete arc.cfg ### del arc.cfg ::### set the launchbox game as disc 0, set the emulator up and save it as arch.cfg ### set gamepath=%~1 echo disc_name_0 = !gamepath!> arc.cfg ( ::### these are the settings I use, you can alter these as you see fit. Make sure you have the same roms or change this to match what you have ### echo stereo = 1 echo sound_enable = 1 echo limit_speed = 1 echo machine = a5000a echo mem_size = 16384 echo cpu_type = 10 echo memc_type = 5 echo fpa = 1 echo fpu_type = 0 echo display_mode = 0 echo double_scan = 1 echo video_scale = 3 echo video_fullscreen_scale = 1 echo video_linear_filtering = 1 echo fdc_type = 1 echo st506_present = 0 echo rom_set = riscos310 echo monitor_type = multisync echo joystick_if = gamespad echo unique_id = 549019368 echo hd4_fn = echo hd4_sectors = 63 echo hd4_heads = 16 echo hd4_cylinders = 100 echo hd5_fn = echo hd5_sectors = 63 echo hd5_heads = 16 echo hd5_cylinders = 100 echo renderer_driver = auto echo podule_0 = arculator_rom echo podule_1 = echo podule_2 = echo podule_3 = echo 5th_column_fn = echo support_rom_enabled = 1 echo disc_name_1 = echo disc_name_2 = echo disc_name_3 = echo first_fullscreen = 0 echo [Joysticks] echo joystick_0_nr = 0 echo joystick_1_nr = 0 ) >> arc.cfg ::### copy arc.cfg to \configs folder ### copy arc.cfg configs/arc.cfg ::### run emulator with the arc.cfg to bypass the configuration manager popup at startup ### start arculator.exe arc Arculator.bat
×
×
  • Create New...