Skip to content

Instantly share code, notes, and snippets.

@danielt3
Last active November 30, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielt3/cad8fcd61dc037247cd120b281aa0e35 to your computer and use it in GitHub Desktop.
Save danielt3/cad8fcd61dc037247cd120b281aa0e35 to your computer and use it in GitHub Desktop.
Ubuntu 20.10 (amd64)
===================
How to run BennuGD
1.) add i386 architecture
dpkg --add-architecture i386
2.) add 'bionic' repo to list (for libssl 1.0.0)
add the following to /etc/apt/sources.list:
# bionic repo for libssl 1.0.0
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
3.) install the following packages
zlib1g:i386
libssl1.0.0:i386
libsdl1.2debian:i386
libsdl-mixer1.2:i386
libc6:i386
libncurses5:i386
libstdc++6:i386
3.1) libpng12 needs to be installed separately
- download libpng12-0_1.2.54-1ubuntu1.1_i386.deb from https://packages.ubuntu.com/xenial/libpng12-0
- extract it somewhere
- copy libpng12.so.0.54.0 to /usr/lib/i386-linux-gnu
- make a symlink called libpng12.so.0 inside /usr/lib/i386-linux-gnu that points to libpng12.so.0.54.0
4.) download bennugd from https://www.bennugd.org/downloads/bgd-1.0.0-r348-linux.tar.gz
5.) uncompress the .tgz file somewhere
6.) copy all files with extension .so from the uncompressed .tgz to /usr/i386-linux-gnu
5.) copy all files from /bin dir from the uncompressed .tgz to /usr/bin
6.) get the SORRv52_rev550.rar and extract it
7.) goto the folder where you extracted SORRv52_rev550.rar
8.) run
$ bgdi SorR.dat
in a shell
@deathxxx123
Copy link

I cannot understand
4. )
5. )
Where is that files i need to copy??

@danielt3
Copy link
Author

I cannot understand
4. )
5. )
Where is that files i need to copy??

Hopefully fixed! Please, review!

@deathxxx123
Copy link

Do you have game running at very slow speed? Or this is maybe because im on Ubuntu 20.04?

@deathxxx123
Copy link

It's from widescreen mode. It cause game run slowly.

@danielt3
Copy link
Author

Makes sense. I will try to run on a more powerfull machine and in widescreen to check. In my modest hardware widescreen is also slow but non-widescreen modes runs absolutely fine.

@deathxxx123
Copy link

My specs are very good alot of RAM, great CPU and great GPU. Something is wrong with widescreen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment