[LAUNCHER] V2 Tentha's Custom Launcher Pack
-
This post is deleted!
-
@Tentha not updating the launcher is a very bad idea please remove that part from your topic.
People will not receive updates and will not be able to join servers. -
This post is deleted!
-
@Tentha nice pack bro
-
very cool customization! didn't even know this was possible to do.
-
@Tentha in that case yes.
I just think it's not a good idea to tell people to have 2 different executable and to manually check if there is an update. Most of them won't do and will complain they can't join servers out of nowhere but whatever.
Just my opinion -
You could use https://forum.plutonium.pw/topic/17548/linux-windows-server-updater to still keep getting updates.
It by default only checks file hashes when a new version has been released, and can also skips launcher files, although I'd recommend against skipping the launcher files.You could do something like this, if you drop the latest .exe in to %localappdata%\Plutonium\bin
set plutopath=%localappdata%\Plutonium\ %plutopath%bin\plutonium-updater.exe -l -d %plutopath% start "" "%plutopath%bin\plutonium-launcher-win32.exe"
-l makes the updater check the launcher files, but only if a new plutonium revision has been released, I'd recommend keeping it so the launcher doesn't break if theres an update for it.
-
This post is deleted!
-
This post is deleted!
-
@Tentha You'd still need to have a batch file with the content I posted, but it will keep plutonium updated and, as you said, it won't replace the custom images unless theres an update.
So basically adding the .exe to Plutonium\bin and changing the .bat content toset plutopath=%localappdata%\Plutonium\ %plutopath%bin\plutonium-updater.exe -l -d %plutopath% start "" "%plutopath%bin\plutonium-launcher-win32.exe"
-
This post is deleted!