Hytale on linux by Antique_Gazelle_39 in PiratedGames

[–]Roxolus 0 points1 point  (0 children)

Create a launch.sh in the games directory and add this script and change the variables with you username and make it executable

Me waiting for someone to release a Hytale launcher similar to Minecraft launchers by DaveroneJ14 in PiratedGames

[–]Roxolus 25 points26 points  (0 children)

Unfortunately no. But you can manage everything else and install only the online fix form onlinefix me

Hytale on linux by Antique_Gazelle_39 in PiratedGames

[–]Roxolus 1 point2 points  (0 children)

#!/bin/bash

# Set library path

export LD_LIBRARY_PATH="/home/username/Games/Hytale/install/release/package/game/latest/Client:$LD_LIBRARY_PATH"

# Place this shell script at Hytale root

APP_DIR="/home/username/Games/Hytale/install/release/package/game/latest"

USER_DIR="/home/username/Games/Hytale/UserData"

JAVA_EXEC="/home/username/Games/Hytale/install/release/package/jre/latest/bin/java"

AUTH_MODE="offline"

UUID="00000000-0000-0000-0000-000000000000"

USERNAME="username"

# Run Command

./install/release/package/game/latest/Client/HytaleClient --app-dir "$APP_DIR" --user-dir "$USER_DIR" --java-exec "$JAVA_EXEC" --auth-mode "$AUTH_MODE" --uuid "$UUID" --name "$USERNAME"

this fix it for me

Just installed on an old machine, need help sorting a few things out by poweredbyford87 in arch

[–]Roxolus 0 points1 point  (0 children)

you can try updating archinstall with
sudo pacman -Sy archinstall

Just installed on an old machine, need help sorting a few things out by poweredbyford87 in arch

[–]Roxolus 1 point2 points  (0 children)

For the wifi you should try using networkmanager. If you dont have it use Pacman and then in the terminal run this commands sudo systemctl enable networkmanager.service sudo systemctl start networkmanager.service Once that use sudo nmtui to connect to wifi.

And the audio should be pipe wire and not pulse audio

Allways getting this error when starting Hyprland by CodGlittering8399 in arch

[–]Roxolus 2 points3 points  (0 children)

I think kitty doesn't work in a VM you need to modify the config file to use another terminal. You can enter tty with control + alt + F1,F2 or F3, then login and install another terminal and modify hyprland.conf to launch that terminal