pedrxd / MinModUrT

The unofficially supported ioquake3 engine by pedrxd for the game Urban Terror 4.2/4.3
GNU General Public License v2.0
9 stars 5 forks source link

Urban terror on raspberry pi #5

Open symbios24 opened 5 years ago

symbios24 commented 5 years ago

hello is it possible to install urban terror in raspberry pi?

i cannot find any instruction to do so anywhere

pedrxd commented 4 years ago

Well, quake is compatible with arm. Probably you can run it, but you need found a proper binary. You can try with this

pedrxd commented 4 years ago

I prepare some containers multiarch for run UrbanTerror (server version). https://hub.docker.com/r/pedrxd/urbanterror After some testing on raspberry, it seem to have very poor performance. Max 4 players.

symbios24 commented 4 years ago

Hello.how did you install urban terror in the Raspberry Pi ??

pedrxd commented 4 years ago

Install docker and follow instructions here. This is for server, not for client

symbios24 commented 4 years ago

Yes but I don't want server but client.are there any instructions for it?

pedrxd commented 4 years ago
  1. Execute: apt-get install gcc make libsdl2-dev
  2. Download this zip and unzip it
  3. Open Makefile and set the line where USE_AUTH=1 to USE_AUTH=0
  4. Execute: make -j4
  5. Go to build/release-- and copy the two *.so files and the urbanterror-m9 to the urbanterror43 folder.
  6. Execute urbanterror-m9 file on the urbanterror43 folder

It "should" work. I don't test it