headshot2017 / 3dpinball-nds

Port of Space Cadet Pinball decompilation to Nintendo DS
MIT License
51 stars 1 forks source link

Unable to read game data #1

Open EposVox opened 1 week ago

EposVox commented 1 week ago

Apologies to bug you, but I can't seem to get the ROM to load the game data. I've downloaded (and made) SD images for MelonDS, then made a data/SpaceCadetPinball folder and put all of the files from the Windows game in that folder. I choose that as the image and set the size in MelonDS. I've also set up the BIOS/etc. files for DSi mode. If I try to launch in normal DS mode, I get "fatInitDefault() failed Please check your SD card.", if I launch in DSi mode, I do not get that error, but it just sits at the "3D Pinball" splash and won't budget or interact. I've tried re-making images and copying the files many times, I can't quite figure out what I'm missing. Any ideas?

tomrow commented 1 week ago

Works correctly for me using MelonDS 0.9.5 rev. 430de6b. Can you post the lines of your MelonDS configuration file that have these at the start:

DLDIEnable
DLDISize
DLDIReadOnly
DLDIFolderSync
DSiSDEnable
DSiSDSize
DSiSDReadOnly
DSiSDFolderSync
EposVox commented 1 week ago
DLDIEnable=0
DLDISize=0
DLDIReadOnly=0
DLDIFolderSync=0
DSiSDEnable=1
DSiSDReadOnly=0
DSiSDFolderSync=0

(I've tried w/ folder sync on and off to a folder w/ the data/pinball info too)

headshot2017 commented 1 week ago

try using DLDI settings instead of DSi SD settings