Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:minecraft_java [2025/05/28 08:58] – Sean Rhone | games:windows:minecraft_java [2025/06/16 03:46] (current) – Sean Rhone |
---|
* [[windows;10]] | * [[windows;10]] |
| |
* https://launcher.mojang.com/download/MinecraftInstaller.msi | * [[https://launcher.mojang.com/download/MinecraftInstaller.msi|MinecraftInstaller.msi]] ([[https://aka.ms/minecraftClientWindows|aka.ms]]) |
* https://aka.ms/minecraftClientWindows | |
| |
====== Version ====== | ====== Launcher Settings ====== |
| |
old_beta b1.7.3 | * ''[x]'' Show historical versions |
| |
| "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" |
| |
====== Saves ====== | ===== Version ===== |
| |
**** | **** |
| |
"explorer.exe" "%AppData%\.minecraft\saves" | old_beta b1.7.3 |
| |
====== Scripts ====== | ====== Scripts ====== |
| |
**** | ===== Save Data Back-up ===== |
| |
MKDIR "%AppData%\.minecraft\scripts" | MKDIR "%AppData%\.minecraft\scripts" |
| |
===== Save Data Back-up ===== | |
| |
"notepad.exe" "%AppData%\.minecraft\scripts\world-backup.bat" | "notepad.exe" "%AppData%\.minecraft\scripts\world-backup.bat" |
@echo off | @echo off |
| |
"tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-2004Scape-localhost-Saves.tar.gz" -C "%UserProfile%\Projects\LostCity-225-EngineTS\src\data\players" "main" | "tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-Minecraft-Worlds.tar.gz" -C "%AppData%\.minecraft" "saves" |
| |
::COPY /Y "%UserProfile%\Projects\LostCity-225-EngineTS\src\data\players\main\*.sav" "\\Alira\NAS\Games\Saves\2004Scape" | |
| |
:: End</code> | :: End</code> |
| |
====== Launcher Shortcuts ====== | ====== Launcher Shortcuts ====== |
| |
| ===== Desktop ===== |
| |
| ==== Minecraft ==== |
| |
| DEL /Q "%Public%\Desktop\Minecraft Launcher.lnk" |
| |
| "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" |
| |
| Minecraft |
| |
===== Start Menu ===== | ===== Start Menu ===== |
| |
MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2004Scape" | RMDIR /S /Q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Minecraft Launcher" |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" |
| |
| "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" |
| |
| ==== Minecraft ==== |
| |
| "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" |
| |
"explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2004Scape" | Minecraft |
| |
==== World Backup ==== | ==== World Backup ==== |
**** | **** |
| |
"tar.exe" -cvzf "%UserProfile%\Downloads\%RANDOM%-2004Scape-localhost-Saves.tar.gz" -C "%UserProfile%\Projects\LostCity-225-EngineTS\src\data\players" "main" | "tar.exe" -cvzf "%UserProfile%\Downloads\%RANDOM%-Minecraft-Worlds.tar.gz" -C "%AppData%\.minecraft" "saves" |
| |
===== File Manager ===== | ===== File Manager ===== |