Page 1 of 1

Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 08 Aug 2017 06:03
by gimel3830
Hello, I'm quite new on Ubuntu and it doesn't seem like OpenTTD is correctly installing on my computer. :shock:
I've been using Windows for my whole life until a few days ago when I suddenly wanted a small change..

I'm quite sure that I've downloaded the right .deb file. However, when tried to install it with Ubuntu Software (Centre), it showed 'No Software Source Included', and installed OpenTTD 1.5.3 instead, which seems like the latest version on the Software Centre itself.

So I tried to install it from the Terminal but that didn't work neither.

Could someone help me get the latest OpenTTD successfully? Thanks in advance. :bow: :bow:

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 08 Aug 2017 09:15
by DeletedUser10
Type

Code: Select all

sudo aptitude install libicu52
Then try again.
You can't install latest OTTD on Ubuntu Software or apt.
Instead, you have to install from the deb package, but libraries won't installed automatically, so you have to install them by yourself.

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 11 Aug 2017 07:22
by gimel3830
ir1n1o57 wrote:Type

Code: Select all

sudo aptitude install libicu52
Then try again.
You can't install latest OTTD on Ubuntu Software or apt.
Instead, you have to install from the deb package, but libraries won't installed automatically, so you have to install them by yourself.
Thanks. I'll try that later and see if that works.

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 13 Aug 2017 09:37
by DeletedUser10
If you didn't install aptitude, apt is also OK.

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 24 Aug 2017 11:17
by agentw4b
gimel3830 wrote:
ir1n1o57 wrote:Type

Code: Select all

sudo aptitude install libicu52
Then try again.
You can't install latest OTTD on Ubuntu Software or apt.
Instead, you have to install from the deb package, but libraries won't installed automatically, so you have to install them by yourself.
Thanks. I'll try that later and see if that works.
I am not linux expert but I used this method in Ubuntu 14.04.5

first: ls /home/(your user)
-----------------------------------
wget https://binaries.openttd.org/releases/1 ... -amd64.deb
sudo apt-get install gdebi
sudo gdebi openttd-1.7.1-linux-ubuntu-trusty-amd64.deb
wget https://binaries.openttd.org/extra/open ... .2-all.zip
sudo unzip opengfx-0.5.2-all.zip
tar -xvf opengfx-0.5.2.tar
mv opengfx-0.5.2 ~/.openttd/baseset



(Openttd services)
wget https://bitbucket.org/frodus/openttd-in ... -1.1.1.zip
unzip openttd-init-1.1.1.zip -d openttd-init
sudo ln -s ~/openttd-init/openttd /etc/init.d/openttd
sudo chmod 755 ~/openttd-init/openttd
sudo update-rc.d openttd defaults

(Finally rename ~/openttd-init/config.example to config and edit the variables to suitable values.)

(firewall)
sudo apt-get ufw
sudo apt-get install ufw
sudo ufw allow 3979
sudo ufw reload

(start and stop)
/etc/init.d/openttd start
/etc/init.d/openttd stop

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 20 Nov 2017 09:13
by agentw4b
Ubuntu 17.04 :


first: ls /home/(your user)
-----------------------------------
wget https://binaries.openttd.org/releases/1 ... -amd64.deb
wget http://cz.archive.ubuntu.com/ubuntu/poo ... _amd64.deb
wget http://cz.archive.ubuntu.com/ubuntu/poo ... _amd64.deb
sudo apt-get install gdebi
sudo gdebi libicu52_52.1-3ubuntu0.7_amd64.deb
sudo gdebi libpng12-0_1.2.54-1ubuntu1_amd64.deb
sudo gdebi openttd-1.7.1-linux-ubuntu-trusty-amd64.deb
wget https://binaries.openttd.org/extra/open ... .2-all.zip
sudo unzip opengfx-0.5.2-all.zip
tar -xvf opengfx-0.5.2.tar
mv opengfx-0.5.2 ~/.openttd/baseset



(Openttd services)
wget https://bitbucket.org/frodus/openttd-in ... -1.1.1.zip
unzip openttd-init-1.1.1.zip -d openttd-init
sudo ln -s ~/openttd-init/openttd /etc/init.d/openttd
sudo chmod 755 ~/openttd-init/openttd
sudo update-rc.d openttd defaults

(Finally rename ~/openttd-init/config.example to config and edit the variables to suitable values.)

(firewall)
sudo apt-get ufw
sudo apt-get install ufw
sudo ufw allow 3979
sudo ufw reload

(start and stop)
/etc/init.d/openttd start
/etc/init.d/openttd stop

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 18 Apr 2019 21:46
by agentw4b
Ubuntu 18.04, Openttd 1.9.1 :


first: ls /home/(your user)
-----------------------------------

wget https://proxy.binaries.openttd.org/open ... -amd64.deb
sudo apt-get install gdebi
sudo gdebi openttd-1.9.1-linux-ubuntu-bionic-amd64.deb
wget https://binaries.openttd.org/extra/open ... .5-all.zip
tar -xvf opengfx-0.5.5.tar
mv opengfx-0.5.5 ~/.openttd/baseset



(Openttd services)
wget https://bitbucket.org/frodus/openttd-in ... -1.1.1.zip
unzip openttd-init-1.1.1.zip -d openttd-init
sudo ln -s ~/openttd-init/openttd /etc/init.d/openttd
sudo chmod 755 ~/openttd-init/openttd
sudo update-rc.d openttd defaults

(Finally rename ~/openttd-init/config.example to config and edit the variables to suitable values.)

(firewall)
sudo apt-get ufw
sudo apt-get install ufw
sudo ufw allow 3979
sudo ufw reload

(start and stop)
/etc/init.d/openttd start
/etc/init.d/openttd stop

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 18 Apr 2019 21:52
by agentw4b
I just updated the old tutorial for newer versions. Otherwise, I don't solve any problem :)

Re: Installing the latest OpenTTD on Ubuntu fails for some reason

Posted: 19 Aug 2022 16:44
by agentw4b
New location for download opentd-init script:

..........
...............
(Openttd services)
wget https://github.com/clerie/openttd-init/ ... master.zip
unzip openttd-init-master.zip -d openttd-init
sudo ln -s ~/openttd-init/openttd /etc/init.d/openttd
sudo chmod 755 ~/openttd-init/openttd
sudo update-rc.d openttd defaults

(Finally rename ~/openttd-init/config.example to config and edit the variables to suitable values.)

...............
...........