Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Leaderboard

Popular Content

Showing content with the highest reputation on 04/07/22 in all areas

  1. holy ish. legit 2 hours to finally get daphne working. main thing is i had daphneloader.exe instead of daphne.exe and the options 1 command line was the worst. you have to figure out how your daphne emulator properly runs each game. you can get this by opening the loader, pick a game, configure, advanced, enable command line, apply, ok. then start that game and a pop up box will appear and tell you exactly how daphne runs each game. for me the options 1 box goes...-framfile "c:\desktop\daphne\vldp_dl\lair\lair.txt"... " "vldp\ace\ace.txt".
    1 point
  2. Thanks for posting your solution, I’m sure it will be of help to others!
    1 point
  3. your game 1 options are completely wrong. just use this -framefile "roms\lair\lair.txt" and put the full path example - framefile c:\daphne\roms\lair\lair.txt If you you are courious why game 1 options are wrong... First Daphneloader does NOT plat games it simply launches daphne.exe... secondly look at the rest of the config.. Gameex will build the command based on the daphne settings..Yo have not included all the setting but I know them. First gameex askes the daphne path.. Example..C:\Daphne\ Then it asks the daphne.exe... So now your command looks like this... c:\daphne\daphne.exe now you slecet your game rom...DLE20... Now it looks like c:\daphne\daphne.exe dle20 (now it adds the daphne options) Example c:\daphne\daphne.exe dle20 vldp -fullscreen -x 1024 -y 768 -nohwaccel.. (Now it adds the daphne options)c:\daphne\daphne.exe dle20 vldp -fullscreen -x 1024 -y 768 -nohwaccel -framefile "c:\daphne\roms\lair\lair.txt" (Now you have a complete command line... Essentelly you are trying to run it like this... c:\daphne\daphne.exe dle20 vldp -fullscreen -x 1024 -y 768 -nohwaccel DaphneLoader.exe lair vldp -framefile roms\lair\lair.txt -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 151 -homedir . -bank 0 11111001 -bank 1 00100111 -noserversend -sound_buffer 2048 -fullscreen -x 1024 -y 768 Confused? Like I said... For game 1 options..Just use the -framefile (with full path) and see if it works.. If not look at the daphne log and it will say why.. maybe a missing rom.. If you have spaces in your path use "".. Also in the gameex programs group there is a runlastgame.bat right click it and edit and you will see how gameex is trying to launch daphne... Let me know how it is going and I help u out. Oh yeah and BTW: the option for the scoreboard is -useoverlaysb2 (put this in game 1 options... This switch only works on space ace and dragons lair 1
    1 point
×
×
  • Create New...