mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Why is the start.sh not just embedded in the egg its self #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RealFascinated on GitHub (Jan 13, 2026).
It seems silly to have to "reinstall" the server for each small change for the start.sh
@NATroutter commented on GitHub (Jan 13, 2026):
When you press the "reinstall" button, it just runs the installation script again, so it downloads the Hytale downloader and newest start script.
Sure, it could be there and just write it into a file while installing, but the main reason for that is that it's way easier to update it, and it's cleaner to work with the code. It really does not matter
even if the code were inside the egg, you would still need to press reinstall again to generate a new script.
and all updates does not need egg update only the starter update so its way easier to people just click the "reinstall" and they are good to go