I am trying to build tremulous 1.1. Here are my steps:
-
git clone repository from https://github.com/darklegion/tremulous
-
make
-
Copy data files into base folder:
map-atcs-1.1.0.pk3
map-uncreation-1.1.0.pk3
map-karith-1.1.0.pk3
data-1.1.0.pk3
map-nexus6-1.1.0.pk3
server.cfg
map-niveus-1.1.0.pk3
maprotation.cfg
map-transit-1.1.0.pk3
map-arachnid2-1.1.0.pk3
map-tremor-1.1.0.pk3
vms-1.1.0.pk3 -
Run from console.
Issue A:
Run and I get this
Console: ubuntu@ubuntu:~/Github/tremulous/build/release-linux-x86_64$ ./tremulous.x86_64 - Pastebin.com
Fix by copying data-gpp1.pk3 into base folder. I don’t know why this works, but I don’t want to have to use this file since it doesn’t come with Tremulous 1.1.
Issue B:
Run with undesired fix to A.
Does not find servers: ubuntu@ubuntu:~/Github/tremulous/build/release-linux-x86_64$ ./tremulous.x86_64 - Pastebin.com
Also crashes when create server: ubuntu@ubuntu:~/Github/tremulous/build/release-linux-x86_64$ ./tremulous.x86_64 - Pastebin.com
Please help
A. I don’t know why this works and would like to get rid of data-gpp1.pk3 to have a clean 1.1 build.
B. Don’t know why this doesn’t work.