Kaynağa Gözat

Usage/Verbage for Readme and Scripts

RetroDriven 6 yıl önce
ebeveyn
işleme
0724c40b0a
3 değiştirilmiş dosya ile 43 ekleme ve 9 silme
  1. 22 9
      README.md
  2. 10 0
      Scripts/Updater_RetroDriven.sh
  3. 11 0
      Update_RetroDriven.sh

+ 22 - 9
README.md

@@ -1,13 +1,26 @@
 # MiSTer_UnofficialCores
-Unofficial builds of MiSTer Arcade Cores with the ROMs injected.
+Unofficial builds of MiSTer Arcade Cores with the ROMs injected. These Cores are for testing/educational purposes only.
 
-# Patreon Page
-* https://www.patreon.com/RetroDriven
+## Usage ##
+* Download Update_RetroDriven.sh and save it to your Scripts folder on your MiSTer SD Card(typically /media/fat/Scripts).
+* Optional: Download Update_RetroDriven.ini and save it to your Scripts folder. You can change the INI file as needed but it is nor required.
+* Simply run the Update_RetroDriven.sh via MiSTer Menu to Download/Update the ROM injected Cores
 
-## Notes: ##
-* Arcade ROMs have been injected into the RBF files for you already so they are plug and play ready
-* I have provided the ROM files so that you don't have to build these yourself
-* I have created and provided some custom Filters
+## Notes ##
+* Arcade ROMs have been injected into the RBF files for you already so they are plug and play ready.
+* I have created and provided some custom Filters.
 * All core licenses and original cores can be viewed at the official project page: https://github.com/MiSTer-devel/Main_MiSTer/wiki
-* The Source Code of the Cores have not been changed at all
-* Each Core has the ROM injected via the Open Source RBF Tool located here:https://github.com/funkycochise/RbfTool 
+* The Source Code of the Cores have not been changed at all.
+* Each Core has the ROM injected via the Open Source RBF Tool located here:https://github.com/funkycochise/RbfTool
+
+# Disclaimer / Legal Information
+By downloading ROM injected Core/RBF files you are agreeing to the following:
+
+* You are responsible for checking your local laws regarding the use of the ROM injected Core/RBF files.
+* You are authorized to own a license to use any the ROM injected Core/RBF file that you download.
+* You will not distribute any of these files without the appropriate permissions.
+* You own the original Arcade PCB for each ROM injected Core/RBF files that you download.
+* I take no responsibility for any data loss or anything, use the script at your own risk.
+
+# Patreon Page
+* https://www.patreon.com/RetroDriven

+ 10 - 0
Scripts/Updater_RetroDriven.sh

@@ -18,6 +18,16 @@
 # You can download the latest version of this script from:
 # https://github.com/RetroDriven/MiSTer_UnofficialCores
 
+: '
+###### Disclaimer / Legal Information ######
+By downloading ROM injected Core/RBF files you are agreeing to the following:
+
+* You are responsible for checking your local laws regarding the use of the ROM injected Core/RBF files.
+* You are authorized to own a license to use any the ROM injected Core/RBF file that you download.
+* You will not distribute any of these files without the appropriate permissions.
+* You own the original Arcade PCB for each ROM injected Core/RBF files that you download.
+* I take no responsibility for any data loss or anything, use the script at your own risk.
+'
 
 # RetroDriven v1.0 - Changed Script as needed
 

+ 11 - 0
Update_RetroDriven.sh

@@ -18,6 +18,17 @@
 # You can download the latest version of this script from:
 # https://github.com/RetroDriven/MiSTer_UnofficialCores
 
+: '
+###### Disclaimer / Legal Information ######
+By downloading ROM injected Core/RBF files you are agreeing to the following:
+
+* You are responsible for checking your local laws regarding the use of the ROM injected Core/RBF files.
+* You are authorized to own a license to use any the ROM injected Core/RBF file that you download.
+* You will not distribute any of these files without the appropriate permissions.
+* You own the original Arcade PCB for each ROM injected Core/RBF files that you download.
+* I take no responsibility for any data loss or anything, use the script at your own risk.
+'
+
 # RetroDriven v1.0 - Changed Script as needed
 
 # ========= OPTIONS ==================