Spiral Knights running on FreeBSD (with Installation Guide)

Поделиться
HTML-код
  • Опубликовано: 14 дек 2023
  • Head over to Spiral Knights website and download the Linux version of the game, it should give you a file called "spiral-install.bin'
    Install openjdk8, lwjgl, and openal-soft via pkg or ports tree.
    Make spiral-install.bin executable via "chmod +x spiral-install.bin"
    Run "./spiral-install.bin", it should display an EULA or ToS. Go through the installation as normal.
    Go to the game's directory and make a native folder by running "mkdir native"
    Right now, the game doesn't have LWJGL library included to display it's graphics, we can fix this by symlinking /usr/local/lib/lwjgl/liblwjgl64.so to the game's /native folder.
    "ln -s /usr/local/lib/lwjgl/liblwjgl64.so [insert native folder path]"
    The game should be able to run, check projectx.log for any errors if the game fails to run.
    If the game was able to run, it might display in a wrong resolution. You can simply fix this by restarting the game a few times, it needed an update.
  • КиноКино

Комментарии •