Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

sunbun

1
Posts
A member registered Jun 07, 2020 · View creator page →

Recent community posts

(2 edits)

hi, i am working on running this on linux; is it possible to build a version of the Zordak executable with statically-linked libraries instead of dynamically linked ones?  i know many libraries aren't offered as static libraries anymore in linux repositories, but if there's some way to build the necessary libraries in that would be neat since it looks for version 1.0.0 of like libcrypto and libssl, but for instance on Manjaro linux only 1.1 of each are available.  or just including the libraries although i understand it might take some reading of the licenses to make sure it's all okay.

I found copies of the libraries in some gamefiles for Hyperlight Drifter but Zordak is segfaulting now, so i'm thinking those libraries might be for x86_64 as opposed to i386 but i'm going to see if i can find other copies to try as well.

just for the record, i also tried simply symlinking to libcrypto/libssl v1.1 but that didn't work well lol

a note about the licenses: i'd be very surprised if there were limits on commercial distribution of code for either libcrypto or libssl but i am definitely not an expert in this realm.  the repo for libcrypto, for instance, indicates that commerical distribution is allowed: https://github.com/jrgleason/libcrypto/blob/master/LICENSE

sorry, last edit probably: confirmed that the libraries were built for 32-bit architectures so i'm not sure what's causing the segfault