Tuesday, September 28, 2021

Minecraft TLauncher Diskless Launcher

1. First download java offline installer in Diskless server from https://www.java.com/en/download/windows_offline.jsp, then rename the file to java.exe. After that, run the java installer.

2. Download Tlauncher installer from https://tlauncher.org/en/. After the download complete, run the installer file.

3. Wait until update complete, then enter the game until the game window show up. Exit the game and the Tlauncher.

4. Press "Windows button and R button" on your keyboard, then type %appdata% in dialog box. Then press enter. 

5. Cut .minecraft and .tlauncher folder. Create new folder in your gamedisk, then rename it to minecraft. Paste .minecraft and .tlauncher folder inside the minecraft folder that just created. And also copy the java installer ( java.exe ) and paste it inside the minecraft folder.

6. Create new text document inside the minecraft folder, then paste the following code inside it. Then save the file as "minecraft_launcher.bat" .

@echo off
java.exe /s
mklink /J  "%AppData%\.minecraft\" ".minecraft"
mklink /J  "%AppData%\.tlauncher\" ".tlauncher"
%appdata%\.minecraft\TLauncher.exe
exit

7. Run minecraft_launcher.bat once. Use original shortcut of Tlauncher in desktop to update the game in diskless server. For diskless client, put minecraft_launcher.bat in game menu to play Minecraft..


No comments:

Post a Comment