Originally posted by petermg
View Post
Announcement
Collapse
No announcement yet.
Quore 0.3 is out
Collapse
X
-
Originally posted by Dreadlorde View Posttype `groups` at a terminal.
lxndr: is there a reason my keybindings are merged with some other keybindings every time I start quore? I've grepped through code and only found references in host.c that loads the config.cfg. It's very annoying to have to change keybindings every time I start the game.
edit: since quore is based off JoeQuake, why can't it load external textures?Did you remove that?
Nop, external textures can only be loaded in opengl, I renamed the cvar but you can go through the menu to load them dynamically (still bugged, but works)engine: quore.free.fr
Comment
-
Originally posted by petermg View PostWhen I type groups in a terminal I get:
Code:petermg adm dialout cdrom plugdev scanner fuse lpadmin admin sambashare
But I can run other progarms, like UT2003 in Ubuntu with sound just fine...?
I'm trying something...engine: quore.free.fr
Comment
-
peter, I have no clue for now. Your soundcard or ALSA does not support the way the engine is trying to access the audio.
You could replace the file src/snd_linux.c with the one attached. It does not use ALSA. It might work, it might not. Run make once the file is replaced if you want to try this.Attached Filesengine: quore.free.fr
Comment
-
Ok, I've found that ALSA OSS emulation doesn't support natively memory mapping (more info here) which is also what is failing on your particular case and without the OSS emulation layer.
So in order to get the sound working with the file I've attached, you need to run the following command as root :
Code:echo "quore 0 0 direct" > /proc/asound/card0/pcm0p/oss
engine: quore.free.fr
Comment
-
Originally posted by lxndr View PostThe engine has its own keybinds defined in binds.h but they are supposed to be overridden by the user settings in config.cfg. I've just check, it seems to work fine, but I'll try different options.
Nop, external textures can only be loaded in opengl, I renamed the cvar but you can go through the menu to load them dynamically (still bugged, but works)
new bug: mouse support isn't working for me completely. I can turn from side to side about 50 degrees, but after that it stops working.
p.s.
please get on jabber D:Gentoo Linux
Comment
-
Originally posted by golden_boy View Postlxndr, can I use quore to make loc files? ie did you port that from Qrack?
Because no Linux engine can do that atm, it seems.engine: quore.free.fr
Comment
-
-
Originally posted by golden_boy View PostYeah, loc files are location files. "I'm at %l with %h" or something.
The thing is, I want to create loc files for my multiplayer maps, but indeed most engines don't let me do this.engine: quore.free.fr
Comment
-
Originally posted by lxndr View PostOky, but I'm still wondering what's the point of saving them in a file ? There must be something obvious that I'm missing.IT LIVES! http://directq.blogspot.com/
Comment
-
HOKAY. Just spent another frustrating half hour or so trying to get this to compile.
For what its worth... I haven't ever gotten ANYTHING to properly compile in linux so it's likely my fault.
I'm going to wait until theres a .deb. Pleeeease make one soon.
Comment
Comment