I have decided to try adding all (2 :/) of my repo's to a single managed repository hosted on Codeberg. I have done this for two main reasons:
-
this is easier to manage my small number of repo's that I have.
-
Automation. Hytale seems to like to remove the hytale binary that this uses before I have a chance to update the package, causing it to break :( As I work a full time job and have other hobbies besides sitting at my computer, this potentially leaves the package unusable for hours/days. So Automation.
You can find the repo with all the code here
Currently this AUR is setup to check for updates every 6 hours and only update if it is broken.
Pinned Comments
SCDevel commented on 2026-01-11 05:12 (UTC) (edited on 2026-04-27 04:45 (UTC) by SCDevel)
Just a few notes:
This is not a flatpak, it uses the native version provided here
I have added this package to my mono-repo which can be found here
useful folders:
.................... ~/.local/share/Hytale/ << Hytale Storage Location
This is self-updating, it will initially install it into your /opt folder then when you run the launcher a script checks if a folder has been generated and then moves the binary to that folder if it has not been gen'd. afterwords it is up to the launcher to keep itself up to date.
Uninstalling this removes almost everything except for the Hytale folder, This folder contain's game related data, such as the EULA, account data, launcher logs, licenses, and potentially game data, so delete at you're own risk
If you are having issue's try deleting this folder:
.................... ~/.local/share/Hytale/install/
it should not contain any game data (but maybe check just in case) after deleting update/run the 'hytale-launcher' it may fix the issue.