RetroPie-Extra icon indicating copy to clipboard operation
RetroPie-Extra copied to clipboard

Open Arena/Misc Install Help

Open symbios24 opened this issue 7 years ago • 2 comments

Hello a little help to the installation of the games under:

OpenArena Install

sudo apt-get install openarena

wget http://www.berryterminal.com/dl/ioquake3_99.1.36-rpi01_armhf.deb

sudo dpkg -i ./ioquake3_99.1.36-rpi01_armhf.deb

create a folder "openarena" in the ports as normal and a Start.sh script inside with the command:

#!/bin/bash sudo /usr/games/openarena

make the script executable

Minetest Server Install/Compile

sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev

git clone --branch 0.4.15 --depth 1 https://github.com/minetest/minetest.git

cd minetest/

git clone --branch 0.4.15 --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game

cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=TRUE -DCMAKE_BUILD_TYPE="Release"

make -j 4

cd bin/

./minetestserver

run server

cd /home/pi/minetest/bin ./minetestserver

AssaultCube Server Install

wget https://sourceforge.net/projects/actiongame/files/AssaultCube%20Version%201.2.0.2/AssaultCube_v1.2.0.2.tar.bz2

wget https://sourceforge.net/projects/actiongame/files/AssaultCube%20Version%201.2.0.2/AssaultCube_v1.2.0.2.source.tar.bz2

tar -xvf AssaultCube_v1.2.0.2.tar.bz2 mv AssaultCube_v1.2.0.2 ac tar -xvf AssaultCube_v1.2.0.2.source.tar.bz2 mv AssaultCube_v1.2.0.2.source source

cd /home/pi/assault/source/source/enet

sudo sh ./configure -build=x86-linux -host=arm-unknown-linux-gnueabi sudo make clean && sudo make && sudo make install

cd /home/pi/assault/source/ mkdir bin_unix cd bin_unix mkdir native_server cd /home/pi/assault/source/source/src sudo make server_install

you get an error message after do the below things

sudo apt-get install clang-3.4

sudo make server_install

after fail again do the under

sudo sed -i "s/clang++/g++/g" Makefile

sudo make server_install

sudo ln -s /usr/local/lib/libenet.so.2.1.0 /usr/lib/libenet.so.2

cd /home/pi/assault/source/bin_unix/native_server/

cp -R ac_server /home/pi/assault/ac/bin_unix/native_server

or faster method

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

cd

cd /assault/ac/ (home/pi/assault/ac)

sh server.sh

for all other games you just type:

sudo apt-get install boswars widelands toppler lgeneral simutrans tuxpuck freecraft berusky tuxfootball sopwith nethack-x11 gnurobbo enigma freedroid wesnoth-1.11

for minecraft server its more complicated i will give the instructions soon

Thanks

symbios24 avatar Nov 24 '17 18:11 symbios24

Hi. I appreciate the post. Just for your awareness, I tend to prefer issues to be split up on a per-game/per-package kind of way. It keeps issues from feeling like they are enormous (like this one which has a ton of requests) and it also eases tracking for me quite a lot.

I'll try to get to some of this when I can.

zerojay avatar Nov 24 '17 19:11 zerojay

ok no problem thanks

symbios24 avatar Nov 25 '17 07:11 symbios24