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. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Ragnarok777

Basic Member
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    France
  • Interests
    Retro gaming, Photography, Jap anime, Science & Technology...

My Connections

  • Website URL
    http://

Ragnarok777's Achievements

Member

Member (1/5)

0

Reputation

  1. New version of mine too I have made some improvements with ideas from PimpDaddyStu (thanx), this vbscript loader can load Dreamcast image discs with the extensions *.cdi,*.mds,*.nrg,*.gdi (directly from nullDC) and *.ccd,*.cue,*.iso with Daemon Tools installed (even more disc images if you modify the script adding new extensions and if DT could support it), the code is much cleaner and this loader can be used on nullDC_100b1_5 and upper versions without modifying a bit (normaly). It is really simple to use and have many warning message in case of problem with it (normaly not), but it still can't close the emu by the escape key directly (need to press ALT+F4). Place the script on your nullDC folder, be sure you have configured it proprely and make it work at least one time with a *.cdi,*.mds,*.nrg or *.gdi file. If you want to launch *.ccd,*.cue or *.iso (even more), be sure you have: 1) installed Daemon Tools, location might be "C:\Program Files\DAEMON Tools\daemon.exe" , if it's not the case, modify the path in the script (Right Clic > Modify > path is on 3 location) 2) configured nullDC one time to play with a mounted image disc (Options > Select Plugins > GDRom Plugin : zNullGD > Options > GDRom > \\.\F:\ or any letter which have the virtual drive) GameEx Config: Roms Filter: *.ccd;*.cdi;*.cue;*.iso;*.mds;*.nrg;*.gdi Command line: nullDC_Launcher.vbs "[RomPath]\[RomFile]" nullDC_Launcher.zip
  2. Hi all, I made a little loader in vbscript for this great emu which work very well but I still have a problem with the exit function, the escape key has no effect on the emu (it seems to be a bug), only ALT+F4 can close it (on fullscreen). VBscript seems not allow to 'see' keystrokes, that's why I can't close the emu by pressing a key. I tried to put on GameEx the 'Map Keys' option at 'Yes' to close the script when the escape key is pressed and put in 'Launch After' the commande line 'tskill nullDC_100b1_5' to kill the emu process but it didn't work... The script must be on the same directory as 'nullDC_100b1_5.exe', it won't allow launch files with other extension than *.cdi;*.mds;*.nrg;*.gdi (direct bootable files supported by nullDC), a new 'nullDC.cfg' file is created before every launch overwriting the old one, 5 lines are systematically modified: 'Emulator.AutoStart' put at 1 'OSD.ShowFPS' put at 0 'Fullscreen.Enabled' put at 1 'LoadDefaultImage' put at 1 'DefaultImage' take the path of the game chosen Note that all the script is easily editable by doing a 'right clic -> modify' on it. GameEx options: Rom Filter: *.cdi;*.mds;*.nrg;*.gdi Command Line: nullDC_100b1_5.vbs "[RomPath]\[RomFile]" Sorry for my bad english... nullDC_v1b1.5_VBscript_loader.zip
  3. Hi all, being in the incapacity of making Nologic's Zinc Loader/Wrapper work (don't know why...) to use Zinc 1.1 in standalone emulator, i decide to solve this by making my own loader...a simple VB script which works prety well and is easily editable (right clic > modify). To make it work with GameEx: 1) make sure all is already configured with ZiNc (rom directory, controller, renderer...) and GameEx (paths...) 2) copy in the GameEx configuration 'Command line' field: Zinc.vbs [ROM] 3) put the script (.vbs) in the same directory as ZiNc.exe I made a little batch file (.bat) to test the script in command line without launching GameEx, it must be on the same directory as ZiNc.exe as well and can be removed when you want. That's all, thanks Tom for your great application Zinc_VBscript.zip
×
×
  • Create New...