Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

hrt

Name: Anonymous 2025-10-08 17:52

156pg/ml, is this ok?

Name: Anonymous 2025-10-08 22:15

Name: Anonymous 2025-10-12 3:25

Another option is to download the tarball of the entire development archive as it existed on the dev's computer; which is here as split files (you must use gnu split to reassemble them):

It isn't the latest version, but if you are having trouble wrapping your head around the git repos, this is a way.
It also is tailored to run on debian 7, so if you are using something newer you must be cognasant of the changes in GCC: namely -fcommon is no longer the default and -fno-pie and -no-pie are also no longer the default: so if you wish to compile the engine then in the make files you must add -fcommon to the make file and -fno-pie and -no-pie, including to the linker lines.

Typically this is done somewhere like:
add:
CFLAGS+=-fno-pie -no-pie

and
LFLAGS+=-fno-pie -no-pie

Same for -fcommon.
But you'll have to check

You can also set CC to = some older GCC, 3.x or so. Maybe anything before 9.x or 10.x

>See how stupid pedos are? They can't even keep their build system upto date.

Next once you untar that you will have to figure out which directories are correct
xonotic-concrete is the correct one
Ignore xonotic-stable.

Within xonoti-concrete is a script called all
(xonotic-concrete/all)
you can compile the entire thing: engine and game code with ./all compile -r
You can read that all script for more options, such as only compiling the engine.

The engine source code is in xonotic-concrete/darkplaces-workingon , which is symlinked to xonotic-concrete/darkplaces. I can also be compiled somewhat by going into that directory and doing "make nexuiz" etc (make xonotic might work too). But that won't include the cryptographic libraries.

The game code is in xonotic-concrete/data/xonotic-data.pk3dir/qcsrc/
The menu code is in qcsrc/menu
You can compile that via make in xonotic-concrete/data/xonotic-data.pk3dir/ if you don't want to use the all script, as far as I can recall.

>Add many codes of conducts, and steal this project from the pedo.
>Make everyone forget the pedo ever existed: make this your game and say he stole it all as you use his code to enrich and profit for yourself.

>Ban Tranime.
>4chan is not an anime website.
>Rust is good.

Don't change these.
Name: Email:
Entire Thread Thread List