Others Blackhope [2024-07-10] [Blackcap]

4.00 star(s) 5 Votes

YMFVH

Newbie
Jul 2, 2023
18
20
Looks like Debian's apt is one of the few packages managers they , so you'll have to compile from source.
It's been years since I used Debian, so bear with me if I get the package names wrong here, but the commands should be:

Code:
sudo apt install cmake git
git clone https://github.com/raysan5/raylib.git
cd raylib; mkdir build; cd build
cmake -DBUILD_SHARED_LIBS=ON
make
sudo make install
cd ../../
rm -rf raylib
sudo ln -sr /usr/lib/libraylib.so.5.5.0 /usr/lib/libraylib.so.450
Then try running the game again
 
Last edited:

smismi

New Member
Mar 29, 2020
3
0
Looks like Debian's apt is one of the few packages managers they , so you'll have to compile from source.
It's been years since I used Debian, so bear with me if I get the package names wrong here, but the commands should be:

Code:
sudo apt install cmake git
git clone https://github.com/raysan5/raylib.git
cd raylib; mkdir build; cd build
cmake -DBUILD_SHARED_LIBS=ON
make
sudo make install
cd ../../
rm -rf raylib
sudo ln -sr /usr/lib/libraylib.so.5.5.0 /usr/lib/libraylib.so.450
Then try running the game again
Thanks. That was helpful. There were a bunch of issues though during build. First I had to run those commands in raylib dir and not raylib/build. Second, I had to install a bunch of -dev libraries and build-essential package, and few more, I guess. And also the final softlink for me was in /usr/local/lib directory. At the end the compile and linking was successful. So, thanks again.
 

hawkhunter

Member
Aug 10, 2017
371
257
So no virus?
I remember not giving it a try because of the caution when this thread was made and I still get a warning
 
Sep 14, 2019
94
51
So no virus?
I remember not giving it a try because of the caution when this thread was made and I still get a warning
Not promising anything but my PC did not die. I ran it through Windows Defender and Virustotal and got 0 hit. The complaint windows had seemed to be just because it could not see an author which is often a sign of Viruses.

But this seems to be a false positive as no one has any reports of negative effects and both WinDef and Virustotal cleared it,
 

Metsu!!

Newbie
Mar 19, 2022
22
15
Cool game so far, not a big fan of the command prompt that comes with the game though but I hope it gets fixed
 
  • Like
Reactions: masMalkar

Animaux696

New Member
Feb 15, 2025
1
0
Is this game abandoned? The concept and art were pretty great, unique in their way, the PoV at least. Cmon, dont do this, dont let it die. Go wild with the imagination:) .
 
4.00 star(s) 5 Votes