Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

dkdjrj

2
Posts
1
Following
A member registered May 11, 2025

Recent community posts

It will run natively on Linux and macOS without any performance loss.

(1 edit)

The game can run on Linux and macOS

Google Drive

for Debian or Ubuntu:

    sudo dpkg --add-architecture i386

    sudo apt update

    sudo apt install libgl1:i386 libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libxxf86vm1:i386 libxrandr2:i386 libglu1-mesa:i386

    Debian:

        wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubun...

        sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_i386.deb

    Ubuntu:

        wget http://snapshot.debian.org/archive/debian/20170705T160707Z/pool/main/o/openssl/l...

        sudo dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_i386.deb

for Arch Linux:

    Enabling multilib

    To enable multilib repository, uncomment the [multilib] section in /etc/pacman.conf:

    [multilib]

    Include = /etc/pacman.d/mirrorlist

    sudo pacman -Syu

    sudo pacman -S lib32-mesa lib32-glibc lib32-ncurses lib32-gcc-libs lib32-zlib lib32-libxxf86vm lib32-libxrandr lib32-glu

    sudo pacman -U openssl-1.0-1.0.2.u-3-x86_64.pkg.tar.zst

    sudo pacman -U lib32-openssl-1.0-1.0.2.u-2-x86_64.pkg.tar.zst

for macos:

    sudo /usr/bin/xattr -cr /path/to/game.app

    codesign --force --deep --sign - /path/to/game.app