Assault Cube server on Raspberry Pi

9 Antworten

  1. Nitr sagt:

    Hi Werner. How many people do you think it would be able to handle?

  2. Eric sagt:

    Unforuntaely this line
    cp -R /home/pi/assault/source/bin_unix/native_server/ac_server /home/pi/assault/ac/bin_unix/native_server

    And this line
    sudo ln -s /usr/local/lib/libenet.so.1.0.0 /use/lib/libenet.so.1

    … Both bring up „No such file or directory“
    Are they correct?

    • Hi, check if compilation fails, because first file is created during compilation. The lib may not be installed or in a different version. For both lines, also check the directory, if you may installed it into a different one. On linux you can also use the find -name command to search for those files.

    • Walter sagt:

      sudo ln -s /usr/local/lib/libenet.so.1.0.0 /usr/lib/libenet.so.1

  3. jim sagt:

    can you post the sd card image you make with the server for assault cube? i`m very novice into making this my own

  4. Liam sagt:

    I get the following when I try to compile, can you please help me with this

    $ sudo sh ./configure -build=x86-linux -host=arm-unknown-linux-gnueabi
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    checking for arm-unknown-linux-gnueabi-strip… no
    checking for strip… strip
    configure: WARNING: using cross tools not prefixed with host triplet
    checking for a thread-safe mkdir -p… /bin/mkdir -p
    checking for gawk… no
    checking for mawk… mawk
    checking whether make sets $(MAKE)… yes
    checking whether to disable maintainer-specific portions of Makefiles… yes
    checking for arm-unknown-linux-gnueabi-gcc… no
    checking for gcc… gcc
    checking whether the C compiler works… no
    configure: error: in `/home/pi/assault/source/source/enet‘:
    configure: error: C compiler cannot create executables
    See `config.log‘ for more details.

    I am using a raspberry pi 2 if that might be the problem.

  5. Jake B sagt:

    Everything works fantastic EXCEPT for the server.sh script. For some reason, it can’t connect to assault.cubers.net. It’s definitely connected to the internet (headless SSH) and I can open the AC webpage on Chromium. What did I do wrong?

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert