JSimesen
Member
Ace Combat 3: Electrosphere - (SLPS-02020, SLPS-02021)
config-title.txt
app_boot.lua
@Megaman X @Drobovik2
Source: English Patched, Spanish Patched
config-title.txt
Code:
# Ace Combat 3: Electrosphere (all regions)
--ctlanalog=true
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--bios=SCPH101.bin
--gpu-scanout-fps-override=ntsc
--xobuttonmode=oenter
--enable-change-disc-ui=true
--gamma=5
--brightness=9
--contrast=8
# Enable LopnorSPU to fix some audio issues
--use-lopnor-spu=1
# Use the new shared image directory
--image-dir=data
# following settings are machine-generated
--ps4-trophies=0
--ps5-uds=0
--trophies=0
--globalgamedata-dir=global
--force-frame-blend=false
# Allow the user to change between PAL and NTSC
--userui-region-selector=true
# Emu used = The Legend of Dragoon
# Website: ps4storepkgclassic.wordpress.com
app_boot.lua
Code:
require "disc-selection"
local pal_disc_map = {
--en = { "name_pal.bin" },
--de = { "name_pal.bin" },
--it = { "name_pal.bin" },
es = { "Ace_Combat_3_Disc1_SLPS02020_Spanish_Patched.bin", "Ace_Combat_3_Disc2_SLPS02021_Spanish_Patched.bin" },
--fr = { "name_pal.bin" },
}
local ntsc_disc_map = {
en = { "Ace_Combat_3_Disc1_SLPS02020_English_Patched.bin", "Ace_Combat_3_Disc2_SLPS02021_English_Patched.bin" }
}
RegisterDiscs(pal_disc_map, ntsc_disc_map)
@Megaman X @Drobovik2
Source: English Patched, Spanish Patched