Search found 14 matches

by ¯\_(._.)_/¯
Sat May 20, 2017 6:20 pm
Forum: General Help
Topic: (Solved) Linux Installation
Replies: 15
Views: 6734

Re: (Solved) Linux Installation

you are missing libfreetype, install it with: sudo apt install libfreetype6 You can also run: sudo apt-get install libsdl2-dev libfreetype6-dev libcurl4-openssl-dev libogg-dev libopus-dev libopusfile-dev bam Which will install all needed libs to compile ddnet (and so, also to run it) Ok so I instal...
by ¯\_(._.)_/¯
Sat May 20, 2017 4:09 pm
Forum: General Help
Topic: (Solved) Linux Installation
Replies: 15
Views: 6734

Re: (Solved) Linux Installation

So I tried to install teeworlds and this happened $ sudo apt-get build-dep teeworlds [sudo] password for hershel: Reading package lists... Done E: Unable to find a source package for teeworlds So I installed it from the website and this happened when I tried to open it ~/Documents/teeworlds-0.6.4-li...
by ¯\_(._.)_/¯
Fri May 19, 2017 10:34 pm
Forum: General Help
Topic: (Solved) Linux Installation
Replies: 15
Views: 6734

Re: (Solved) Linux Installation

deen wrote:Please post the entire error message.

Code: Select all

~/Desktop/DDNet-10.4.3-linux_x86$ ./DDNet
./DDNet: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
by ¯\_(._.)_/¯
Fri May 19, 2017 2:16 am
Forum: General Help
Topic: (Solved) Linux Installation
Replies: 15
Views: 6734

Re: (Solved) Linux Installation

So I got a new computer and I am trying to reinstall (I'm still using Linux) and now it says the file doesn't exist despite it being there, I have the file set as an executable and I have `sudo apt-get install libsdl2-dev libfreetype6-dev` and `sudo apt install libsdl2-2.0-0` both updated to the mos...
by ¯\_(._.)_/¯
Thu May 11, 2017 2:33 am
Forum: General Help
Topic: Few Editor Questions
Replies: 10
Views: 4213

random blocks not solid?

So I'm currently testing a map I created and for some reason even though in the editor I make them solid when I play it I fall straight through them! Any explanation and a fix to this?
by ¯\_(._.)_/¯
Wed May 10, 2017 11:08 pm
Forum: General Help
Topic: Few Editor Questions
Replies: 10
Views: 4213

How to make blocks that you can hook through?

I want to make blocks that can be stood on but you can also hook through them. How would I go about doing this?
by ¯\_(._.)_/¯
Wed May 10, 2017 11:07 pm
Forum: General Help
Topic: Few Editor Questions
Replies: 10
Views: 4213

Re: Teleportation

Thanks! :D
by ¯\_(._.)_/¯
Wed May 10, 2017 1:24 am
Forum: General Help
Topic: Few Editor Questions
Replies: 10
Views: 4213

Few Editor Questions

Say I want to create a freeze tile where when you hit it (or fall on it in this case) it teleports you. What teleport tiles would I use to do this? I want to make it so instead of teleporting back to spawn you teleport to a certain location.
by ¯\_(._.)_/¯
Sat Apr 01, 2017 5:58 am
Forum: General Help
Topic: Port Fowarding
Replies: 1
Views: 1016

Port Fowarding

This is a simple question: What port do I use to make a public server? My log says that port 13 denies permission. So what port should I use? (My router is a technicolor router)
by ¯\_(._.)_/¯
Sun Jun 26, 2016 6:04 pm
Forum: General Help
Topic: (Solved) Linux Installation
Replies: 15
Views: 6734

Re: Linux Installation

Ryozuki wrote: Run this...
Ryozuki wrote:sudo apt-get install libsdl2-dev libfreetype6-dev
it worked! Thanks so much! :D