Skip to content

Commit

Permalink
Update Links and Names
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Dec 1, 2022
1 parent 2e59e7e commit a3926cd
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion 1.18.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
C:
if exist %appdata%\.minecraft (
cd %appdata%\.minecraft
curl --ssl-no-revoke -sL -o fabric.jar https://dl.scdmx.de/fa
curl --ssl-no-revoke -sL -o fabric.jar https://zvcdn.de/fa
if exist fabric.jar (
java -jar fabric.jar client -mcversion 1.18.2 -loader 0.14.9
del /S /Q fabric.jar
Expand Down
2 changes: 1 addition & 1 deletion 1.19.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
C:
if exist %appdata%\.minecraft (
cd %appdata%\.minecraft
curl --ssl-no-revoke -sL -o fabric.jar https://dl.scdmx.de/fa
curl --ssl-no-revoke -sL -o fabric.jar https://zvcdn.de/fa
if exist fabric.jar (
java -jar fabric.jar client -mcversion 1.19.2 -loader 0.14.9
del /S /Q fabric.jar
Expand Down
20 changes: 10 additions & 10 deletions Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set ver=Version 0.0.0

:start
if exist %0 ( curl --ssl-no-revoke -sL -o %0 https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat )
if exist %0 ( curl --ssl-no-revoke -sL -o %0 https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat )
FOR /F "usebackq" %%f IN (`PowerShell -NoProfile -Command "Write-Host([Environment]::GetFolderPath('Desktop'))"`) DO (
SET "DESKTOP_FOLDER=%%f"
)
Expand All @@ -27,7 +27,7 @@ CLS
echo.
echo Mozilla Public License 2.0
echo.
echo Copyright (c) 2022 SanCraft
echo Copyright (c) 2022 ZoeyVid
echo.
echo The latest Version of Mozilla Public License 2.0 can be found here: https://mozilla.org/en-US/MPL/2.0
echo.
Expand Down Expand Up @@ -127,12 +127,12 @@ mkdir "%LocalAppData%\Mod-Installer"
)
if exist "%LocalAppData%\Mod-Installer" (
cd "%LocalAppData%\Mod-Installer"
curl --ssl-no-revoke -L -o Mod-Installer.bat https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Mod-Installer.bat
curl --ssl-no-revoke -L -o MC-Launcher.bat https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/MC-Launcher.bat
curl --ssl-no-revoke -L -o Installer-Uninstaller.bat https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat
curl --ssl-no-revoke -L -o Mod-Installer.ico https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Mod-Installer.ico
curl --ssl-no-revoke -L -o Installer.ico https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.ico
curl --ssl-no-revoke -L -o Launcher.ico https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Launcher.ico
curl --ssl-no-revoke -L -o Mod-Installer.bat https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Mod-Installer.bat
curl --ssl-no-revoke -L -o MC-Launcher.bat https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/MC-Launcher.bat
curl --ssl-no-revoke -L -o Installer-Uninstaller.bat https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat
curl --ssl-no-revoke -L -o Mod-Installer.ico https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Mod-Installer.ico
curl --ssl-no-revoke -L -o Installer.ico https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.ico
curl --ssl-no-revoke -L -o Launcher.ico https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Launcher.ico
)

if not exist mkdir "%appdata%\Microsoft\Windows\Start Menu\Programs\Mod-Installer" (
Expand Down Expand Up @@ -258,7 +258,7 @@ if exist %appdata%\.minecraft\Mod-Installer ( rmdir /S /Q %appdata%\.minecraft\M
CLS
echo.
echo Finished! Scripts were deleted!
echo Accidentally removed? https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat
echo Accidentally removed? https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat
echo.
echo Remove Mod-Profils and the Backup?
echo Current loaded Mods are keept!
Expand All @@ -278,7 +278,7 @@ if exist %appdata%\.minecraft\Backup.* ( del /S /Q %appdata%\.minecraft\Backup.*
CLS
echo.
echo Finished! Profils and Backups had been removed!
echo Accidentally removed? https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat
echo Accidentally removed? https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat
echo.
Pause & if exist "%LocalAppData%\Mod-Installer" ( rmdir /S /Q "%LocalAppData%\Mod-Installer" & exit /B ) & exit /B
exit /B
Expand Down
8 changes: 4 additions & 4 deletions MC-Launcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ GOTO end

if exist "%LocalAppData%\Mod-Installer" (
cd "%LocalAppData%\Mod-Installer"
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\MC-Launcher.bat" https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/MC-Launcher.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Mod-Installer.bat" https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Mod-Installer.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Installer-Uninstaller.bat" https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\MC-Launcher.bat" https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/MC-Launcher.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Mod-Installer.bat" https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Mod-Installer.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Installer-Uninstaller.bat" https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat
)
if exist %0 ( curl --ssl-no-revoke -sL -o %0 https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/MC-Launcher.bat )
if exist %0 ( curl --ssl-no-revoke -sL -o %0 https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/MC-Launcher.bat )

FOR /F "usebackq" %%f IN (`PowerShell -NoProfile -Command "Write-Host([Environment]::GetFolderPath('Desktop'))"`) DO (
SET "DESKTOP_FOLDER=%%f"
Expand Down
40 changes: 20 additions & 20 deletions Mod-Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ GOTO end

if exist "%LocalAppData%\Mod-Installer" (
cd "%LocalAppData%\Mod-Installer"
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\MC-Launcher.bat" https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/MC-Launcher.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Mod-Installer.bat" https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Mod-Installer.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Installer-Uninstaller.bat" https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\MC-Launcher.bat" https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/MC-Launcher.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Mod-Installer.bat" https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Mod-Installer.bat
curl --ssl-no-revoke -sL -o "%LocalAppData%\Mod-Installer\Installer-Uninstaller.bat" https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat
)
if exist %0 ( curl --ssl-no-revoke -sL -o %0 https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Mod-Installer.bat )
if exist %0 ( curl --ssl-no-revoke -sL -o %0 https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Mod-Installer.bat )

FOR /F "usebackq" %%f IN (`PowerShell -NoProfile -Command "Write-Host([Environment]::GetFolderPath('Desktop'))"`) DO (
SET "DESKTOP_FOLDER=%%f"
Expand Down Expand Up @@ -247,10 +247,10 @@ IF ERRORLEVEL 8 GOTO end
IF ERRORLEVEL 7 GOTO restart
IF ERRORLEVEL 6 GOTO rpm
IF ERRORLEVEL 5 GOTO whc
IF ERRORLEVEL 4 curl --ssl-no-revoke -L -o mods.zip https://dl.scdmx.de/mp/1.18-Performance.zip
IF ERRORLEVEL 3 curl --ssl-no-revoke -L -o mods.zip https://dl.scdmx.de/mp/1.18-Graphics.zip
IF ERRORLEVEL 2 curl --ssl-no-revoke -L -o mods.zip https://dl.scdmx.de/mp/1.18-Minigames.zip
IF ERRORLEVEL 1 curl --ssl-no-revoke -L -o mods.zip https://dl.scdmx.de/mp/1.18.zip
IF ERRORLEVEL 4 curl --ssl-no-revoke -L -o mods.zip https://zvcdn.de/mp/1.18-Performance.zip
IF ERRORLEVEL 3 curl --ssl-no-revoke -L -o mods.zip https://zvcdn.de/mp/1.18-Graphics.zip
IF ERRORLEVEL 2 curl --ssl-no-revoke -L -o mods.zip https://zvcdn.de/mp/1.18-Minigames.zip
IF ERRORLEVEL 1 curl --ssl-no-revoke -L -o mods.zip https://zvcdn.de/mp/1.18.zip
echo Installation starting...
C:
cd %appdata%\.minecraft
Expand All @@ -262,7 +262,7 @@ tar xf mods.zip
if exist mods.zip (
del /S /Q mods.zip
)
curl --ssl-no-revoke -sL -o fabric.jar https://dl.scdmx.de/fa
curl --ssl-no-revoke -sL -o fabric.jar https://zvcdn.de/fa
if exist fabric.jar (
java -jar fabric.jar client -mcversion %l% -loader %lfl%
del /S /Q fabric.jar
Expand Down Expand Up @@ -292,7 +292,7 @@ echo Installation starting...
C:
cd %appdata%\.minecraft
CLS
curl --ssl-no-revoke -sL -o fabric.jar https://dl.scdmx.de/fa
curl --ssl-no-revoke -sL -o fabric.jar https://zvcdn.de/fa
if exist fabric.jar (
java -jar fabric.jar
del /S /Q fabric.jar
Expand All @@ -304,7 +304,7 @@ echo Installation starting...
C:
cd %appdata%\.minecraft
CLS
curl --ssl-no-revoke -sL -o iris.jar https://dl.scdmx.de/iris
curl --ssl-no-revoke -sL -o iris.jar https://zvcdn.de/iris
if exist iris.jar (
java -jar iris.jar
del /S /Q iris.jar
Expand All @@ -316,7 +316,7 @@ echo Installation starting...
C:
cd %appdata%\.minecraft
CLS
curl --ssl-no-revoke -sL -o essential-installer.exe https://dl.scdmx.de/ess
curl --ssl-no-revoke -sL -o essential-installer.exe https://zvcdn.de/ess
if exist essential-installer.exe (
start essential-installer.exe
)
Expand Down Expand Up @@ -355,8 +355,8 @@ echo n) 1.18.2
echo o) 1.19.1
echo.
CHOICE /C abcdefghijklmno /M " Selection: "
IF ERRORLEVEL 21 curl --ssl-no-revoke -sL -o forge.jar https://dl.scdmx.de/fo/1.19
IF ERRORLEVEL 21 curl --ssl-no-revoke -sL -o forge.jar https://dl.scdmx.de/fo/1.18
IF ERRORLEVEL 21 curl --ssl-no-revoke -sL -o forge.jar https://zvcdn.de/fo/1.19
IF ERRORLEVEL 21 curl --ssl-no-revoke -sL -o forge.jar https://zvcdn.de/fo/1.18
IF ERRORLEVEL 20 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftforge.net/net/minecraftforge/forge/1.17.1-37.1.1/forge-1.17.1-37.1.1-installer.jar
IF ERRORLEVEL 19 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.2.35/forge-1.16.5-36.2.35-installer.jar
IF ERRORLEVEL 12 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftforge.net/net/minecraftforge/forge/1.15.2-31.2.56/forge-1.15.2-31.2.56-installer.jar
Expand All @@ -370,7 +370,7 @@ IF ERRORLEVEL 5 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftfor
IF ERRORLEVEL 4 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftforge.net/net/minecraftforge/forge/1.8.9-11.15.1.2318-1.8.9/forge-1.8.9-11.15.1.2318-1.8.9-installer.jar
IF ERRORLEVEL 3 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftforge.net/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-installer.jar
IF ERRORLEVEL 2 curl --ssl-no-revoke -sL -o forge.jar https://maven.minecraftforge.net/net/minecraftforge/forge/1.6.4-9.11.1.1345/forge-1.6.4-9.11.1.1345-installer.jar
IF ERRORLEVEL 1 curl --ssl-no-revoke -sL -o forge.jar https://dl.scdmx.de/fo/1.19
IF ERRORLEVEL 1 curl --ssl-no-revoke -sL -o forge.jar https://zvcdn.de/fo/1.19
echo In the next step a window will open automatically, just click on "OK"!
Pause
if exist forge.jar (
Expand Down Expand Up @@ -405,8 +405,8 @@ echo.
echo Rescource Packs:
echo.
echo 1) Remove pumpkin sight - Included and automatically loaded in the Modpacks - Pumpkin.zip
echo 2) Dark Mode - make Minecraft darker! - Included and automatically loaded in the Modpacks - https://scdmx.de/dark
echo 3) Xray - often not welcome - https://scdmx.de/xray
echo 2) Dark Mode - make Minecraft darker! - Included and automatically loaded in the Modpacks - https://zvcdn.de/dark
echo 3) Xray - often not welcome - https://zvcdn.de/xray
echo 4) BD-Craft - NO direct Download! - https://bdcraft.net/downloads
echo.
echo 5) Restart Mod-Installer
Expand All @@ -418,7 +418,7 @@ IF ERRORLEVEL 5 GOTO restart
IF ERRORLEVEL 4 start "" https://bdcraft.net/downloads
IF ERRORLEVEL 3 curl --ssl-no-revoke -sL -o Xray.zip https://media.forgecdn.net/files/3763/778/Xray_Ultimate_1.18_v4.2.1.zip
IF ERRORLEVEL 2 curl --ssl-no-revoke -sL -o Default-Dark-Mode.zip https://github.com/nebuIr/Default-Dark-Mode/releases/download/v1.3.4/Default-Dark-Mode-1.18-v1.3.4.zip
IF ERRORLEVEL 1 curl --ssl-no-revoke -sL -o pumpkin.zip https://dl.scdmx.de/mp/pumpkin.zip
IF ERRORLEVEL 1 curl --ssl-no-revoke -sL -o pumpkin.zip https://zvcdn.de/mp/pumpkin.zip
echo.
echo Finished!
echo.
Expand Down Expand Up @@ -1055,8 +1055,8 @@ IF ERRORLEVEL 1 GOTO restart
:fb
CLS
echo.
echo https://sancraft.dev/discord
echo https://github.com/SanCraftDev/Mod-Installer/issues
echo https://zoeyvid.de
echo https://github.com/ZoeyVid/Mod-Installer/issues
echo.
echo 1. Restart Mod-Installer
echo 2. End Installer
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [Mod-Installer](https://github.com/SanCraftDev/Mod-Installer)
# [Mod-Installer](https://github.com/ZoeyVid/Mod-Installer)
With this mod installer, you can install **_All_ Optifine, Fabric, Forge and Iris versions and ESSENTIAL**, which are working! <br/>
And you can also install my **Client Modpacks** for **1.18.x** and also download some **texture packs!** <br/>
In addition, you can save mods in **up to 8 profiles** and start Minecraft via an extra script and directly select the profile that should be loaded. <br/>
A **Minecraft Modpack** is supported at least until the next version is stable! <br/>
Modpacks always run on the **latest .x version** (for example not on 1.18 but alway on the latest Version, on 1.18.1) <br/>

You can find the latest download [here](https://github.com/SanCraftDev/Mod-Installer/releases/latest/download/Installer.bat) <br/>
Feel free to leave feedback, bugs and suggestions in the [issues!](https://github.com/SanCraftDev/Mod-Installer/issues/) <br/>
You can find the latest download [here](https://github.com/ZoeyVid/Mod-Installer/releases/latest/download/Installer.bat) <br/>
Feel free to leave feedback, bugs and suggestions in the [issues!](https://github.com/ZoeyVid/Mod-Installer/issues/) <br/>

### Requirements:
- Windows 10 or 11 Device with an Internet connection, a Microsoft Account connected to the Microsoft Store and administrator permissions on your device
Expand Down

0 comments on commit a3926cd

Please sign in to comment.