diff --git a/README.md b/README.md index 1e70091..168d227 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,24 @@ A simple and efficient server emulator for DVDFab products; including DVDFab, StreamFab, MusicFab and more... +## Mirrors + +_**I do not have a GitHub repository for this project. If you see this project on GitHub, it is an unofficial mirror. The only official source is [The CDM-Project](https://cdm-project.com)**_ + ## Installation -Download the distribution (`DVDFabServerEmulator.zip`) and unpack it to a directory you can easily access. +Download the [latest distribution (`DVDFabServerEmulator.zip`)](https://cdm-project.com/Deja/DVDFabServerEmulator/releases/latest) and unpack it to a directory you can easily access, such as your (`Documents`) folder. -Afterwards, run the runtime script (`start.bat`) and enjoy! You can now install and use any DVDFab software locally without having to connect to external authentication servers. +Afterwards, run the runtime script (`start.bat`) and enjoy! You can now install and use any DVDFab software locally without having to connect to any external authentication servers. Please note that you will need to keep the emulator/proxy running whilst using DVDFab software. -It is recommended to run the clean-up script (`stop.bat`) to disconnect from the local proxy after you're done using it, as it can interfere with other programs. +_**It is a requirement for you to press (`CTRL-C`) to disconnect from the local proxy after you're done using it, as it can interfere with other programs.**_ + +_If you closed the emulator without pressing (`CTRL-C`), you can run the clean-up script (`stop.bat`)._ ## Notes This project is not affiliated with StreamFab or any other subsidiary of DVDFab, and does not contain any copyrighted work. -This software is only intended to allow legitimately licensed users of the DVDFab software suite to use their rightfully purchased software without having to connect to an external authentication server, it is not intended to promote or encourage piracy of any kind, and should only be used by legitimate owners of DVDFab software. +This software is only intended to allow legitimately licensed users of the DVDFab software suite to use their rightfully purchased software without having to connect to any external authentication servers, it is not intended to promote or encourage piracy of any kind, and should only be used by legitimate owners of DVDFab software. diff --git a/package.json b/package.json index 54fc212..5f65d05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dvdfabserveremulator", - "version": "1.1.1", + "version": "1.1.2", "description": "A simple and efficient server emulator for DVDFab products; including DVDFab, StreamFab, MusicFab and more...", "main": "index.js", "scripts": { diff --git a/start.bat b/start.bat index aa338ab..7cd350d 100644 --- a/start.bat +++ b/start.bat @@ -1,6 +1,16 @@ @echo off +if "%~1"=="-FIXED_CTRL_C" ( + SHIFT +) ELSE ( + CALL