Xonotic Forums
Ask your questions about Xonotic here - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Community (https://forums.xonotic.org/forumdisplay.php?fid=6)
+--- Forum: Xonotic - General (https://forums.xonotic.org/forumdisplay.php?fid=18)
+--- Thread: Ask your questions about Xonotic here (/showthread.php?tid=15)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


RE: Xonotoc - a few questions - Soniee - 01-27-2014

Hi Mirui,

thanks for the info, Mirui. I checked the links but there wasn't any info on libcurl. It did answer some other questions I had in mind though. Anyway, I found libcurl and installed it via USC. Btw, who updates the version of Xonotic on Desura? The first time I downloaded and installed it via Desura, but they're still on version 0.6.

And just in case another newb comes here and takes a look at this thread: after you have extracted desura 0.7 into your home directory, you have to start the game by running "xonotic-linux64-glx". I didn't try SDL, frankly I don't understand what the difference between the two is.

I just played two or three rounds and I must say, I am impressed. Cube0wl is right, this game looks and feels much more modern than Nexuiz. It runs faster too.

I am very pleased.


RE: Xonotoc - a few questions - CuBe0wL - 01-28-2014

The two binaries offer different ways to the engine to handle your hardware, so if you notice some strange lag in controls, you can try both binaries, and it might solve it. There should be no main difference, though SDL might run MARGINALLY faster. (aka.: you will only notice difference with benchmarking).
There is only one big difference on Linux: if you have a multimonitor setup, you should use the glx binary in 0.7, as SDL will simply strech the game on all monitors. In git versions this was fixed, however, if you'd like to alt+tab in and out from the game, you still need to use the glx binary.


RE: Xonotic - a few questions - Soniee - 01-28-2014

Hi Cube,

aah I see. So far I don't have any issues via the glx binary whatsoever, so I'll continue to use that one. I'm on Nvidia hardware though. Let's see how it goes on Amd. I invited my brother to play the game. He is the one using Amd hardware in his laptop. I tend to stick with Nvidia for Linux gaming, because their drivers are often better and faster for native and Wine based games on Ubuntu.

Thx for the info regarding the multimonitor setup. It might come in handy one day.

I'll login for some action right now but I'll come back here just in case I have more questions. Again - thx for making it so easy to download and run on Linux. I really look forward to future releases. Maybe even via USC one day. Smile


RE: Xonotic - a few questions - Bomber - 02-06-2014

BTW, while Xonotic and Nexiuz are Quake-LIKES, OpenArena(google it) is a Quake-CLONE.


RE: Xonotic - a few questions - Antibody - 02-06-2014

Shameless plug - don't forget to check out the integrated stats system too. You can find it at stats.xonotic.org. This is another thing that Nexuiz doesn't (and technically can't) have.


xonotic-nexuiz(classic) - helloitsme - 02-19-2014

salut Smile

Comment se fait il que nexuiz classic ait eu 6 millions de téléchargements et xonotic pourtant 10 fois mieux beaucoup, même énormément moins que ce record?


RE: xonotic-nexuiz(classic) - Halogene - 02-19-2014

Nexuiz is the precedessor of Xonotic, and therefore has been much longer available than Xonotic. Also, Nexuiz had a quite big player base that broke apart to some extent when the fork happened.


RE: xonotic-nexuiz(classic) - helloitsme - 02-19-2014

OK merci Smile


RE: Ask your questions about Xonotic here - PaddyMac - 04-30-2014

Is there a way to download a git snapshot of the Xonotic code instead of pulling the whole thing? I couldn't find an option to download a tarball. I'd like to be able to get snapshots of specific commits.


RE: Ask your questions about Xonotic here - Mr. Bougo - 05-01-2014

We do not offer downloads for individual commits. The reason for this is that it would be quite taxing on our servers, because if you download as much as two commits it will stop being an economy of bandwidth.

What is wrong with a full clone? Here, my compressed git object files are as big as my working directory (i.e. the current state of the project, uncompressed).


RE: Ask your questions about Xonotic here - Calinou - 05-01-2014

(05-01-2014, 03:55 AM)Mr. Bougo Wrote: We do not offer downloads for individual commits. The reason for this is that it would be quite taxing on our servers, because if you download as much as two commits it will stop being an economy of bandwidth.

What is wrong with a full clone? Here, my compressed git object files are as big as my working directory (i.e. the current state of the project, uncompressed).

A full clone is more than 5 GB to download, taking hours on most connections.

Is it possible to clone just the game and be able to compile it, without the mediasource repository? This could be much faster.


RE: Ask your questions about Xonotic here - Mr. Bougo - 05-01-2014

(05-01-2014, 04:27 AM)Calinou Wrote:
(05-01-2014, 03:55 AM)Mr. Bougo Wrote: We do not offer downloads for individual commits. The reason for this is that it would be quite taxing on our servers, because if you download as much as two commits it will stop being an economy of bandwidth.

What is wrong with a full clone? Here, my compressed git object files are as big as my working directory (i.e. the current state of the project, uncompressed).

A full clone is more than 5 GB to download, taking hours on most connections.

Is it possible to clone just the game and be able to compile it, without the mediasource repository? This could be much faster.

A snapshot would be more than 5 G to download as well.

The mediasource repo is not included in a default full clone and is not required to compile the game. My mediasource git objects are 1.2 G, my data git objects 1.3 G, and my maps git objects 2.7 G (in terms of data, it's mostly textures).

The one economy you can make on a clone is to not download netradiant. The git objects for it are 36 M.

If you don't want to download three gigabytes of raw textures, get an autobuild I guess. Don't autobuilds also include the full source code to the engine and gamecode?


RE: Ask your questions about Xonotic here - N1mbus - 05-21-2014

Hey, I have a short technical question:
How do I get Xonotic to "stretch" my lower-than-native resolution to the whole screen? Whenever I choose a lower resolution, it appears in fullscreen as a window with blackness around it. I don't have it with any other game, so I suppose there is some command for that... Any ideas?

I am on windows 7 with an NVIDIA GT 630M in my notebook, if it is of any relevance Smile

Thanks in advance


RE: Ask your questions about Xonotic here - Mr. Bougo - 05-21-2014

I haven't heard of this happening before :X

Have you tried both glx/wgl and sdl executables?


RE: Ask your questions about Xonotic here - N1mbus - 05-21-2014

Thanks for the hint and quick answer, Bougie! I just tried it and sadly, my problem applies for all executables :/


RE: Ask your questions about Xonotic here - Mr. Bougo - 05-22-2014

In that case, I'm out of ideas :<

Try opening the console in the game (shift escape), then type the following
Code:
vid_desktopfullscreen 1
vid_restart
maybe?


RE: Ask your questions about Xonotic here - N1mbus - 05-22-2014

(05-22-2014, 12:40 AM)Mr. Bougo Wrote: In that case, I'm out of ideas :<

Try opening the console in the game (shift escape), then type the following
Code:
vid_desktopfullscreen 1
vid_restart
maybe?

Well, if you mean vid_fullscreen (didn't find the command vid_desktopfullscreen for some reason), trust me, it is enabled. Just the resolution doesn't get on the full screen but only in the area that the resolution actually is. :/


RE: Ask your questions about Xonotic here - Halogene - 05-22-2014

Maybe check the onscreen menu of the monitor itself. Some times applications handle the scaling themselves, maybe Xonotic doesn't and you'd have to enable it in the monitor?


RE: Ask your questions about Xonotic here - Mr. Bougo - 05-22-2014

No, I did mean vid_desktopfullscreen. But I didn't realize that isn't part of 0.7, which means it's only available in development versions. That's one thing to try if you're willing to.

I'm really out of ideas now. Sorry Sad


RE: Ask your questions about Xonotic here - N1mbus - 05-24-2014

OK, it seemed to be some graphics card /driver / whatever problem. I tested changing the resolution in the windows system settings => same thing. ctrl-alt-f11 fixed it Big Grin
Thanks to you two for trying to help.


RE: Ask your questions about Xonotic here - Smilecythe - 05-25-2014

(05-24-2014, 09:38 AM)N1mbus Wrote: OK, it seemed to be some graphics card /driver / whatever problem. I tested changing the resolution in the windows system settings => same thing. ctrl-alt-f11 fixed it Big Grin
Thanks to you two for trying to help.

Fantastic! I have few friends who quit Xonotic because they couldn't solve this, maybe we'll get them back now!


Paste to console on Linux - trisqueluser - 06-09-2014

How would I paste a command into console? On windows it works fine, but on Linux the window is fullscreen.

The command is here.


RE: Ask your questions about Xonotic here - Mirio - 06-09-2014

Try to locate your config "config.cfg" and open it with a text editor. Then you can put it straight into it.

Windows it would be in ~\SavedGames\xonotic\data , Linux I don't know. Tongue

Or you try to disable fullscreen mode for that:

Code:
vid_fullscreen 0
vid_restart

vid_fullscreen 1 turns it on again.


RE: Ask your questions about Xonotic here - Halogene - 06-09-2014

On linux: ~/.xonotic/data

I recommend to generate new config files if you want to switch between several, then you can execute them from within Xonotic via console with "exec yourconfig.cfg".


RE: Ask your questions about Xonotic here - GoregeousGuy - 09-05-2014

Do you know how long 0.8.0 will take before we can download it?