Announcement

Collapse
No announcement yet.

Quore 0.3 is out

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #61
    Originally posted by petermg View Post
    When 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...?
    hm. I'm not sure. You'll have to wait for lxndr to answer this one.
    Gentoo Linux

    Comment


    • #62
      Originally posted by Dreadlorde View Post
      type `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?
      The 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)
      engine: quore.free.fr

      Comment


      • #63
        Originally posted by petermg View Post
        When 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...?
        You're not in the audio group but anyway it doesn't seem related to the error you reported.

        I'm trying something...
        engine: quore.free.fr

        Comment


        • #64
          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 Files
          engine: quore.free.fr

          Comment


          • #65
            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
            This is a work around, but should work. I've made ALSA support optional in the next release, defaulting to OSS if ALSA is disabled.
            engine: quore.free.fr

            Comment


            • #66
              Originally posted by lxndr View Post
              The 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.
              Weird it's not working for me. I've changed them in binds.h to be more sensible.
              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)
              Is there a reason they can only be loaded in opengl? Is there anything else besides what's in cmd.c, gl_draw.c, gl_screen.c, keys.c, and vid_glx.c that has to do with texture loading? I'd like to try and port it to the software renderer. And what menu are you talking about?

              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


              • #67
                any plans for a windows port?

                Comment


                • #68
                  lxndr, 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.
                  Scout's Journey
                  Rune of Earth Magic

                  Comment


                  • #69
                    Originally posted by Legend View Post
                    any plans for a windows port?
                    Not in the near future, I want to release a new linux version first.
                    engine: quore.free.fr

                    Comment


                    • #70
                      Originally posted by golden_boy View Post
                      lxndr, 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.
                      I don't even know what loc files are for ! Did you check Darkplaces, FTE, ezQuake ?
                      engine: quore.free.fr

                      Comment


                      • #71
                        Loc files included, will be in the next release.
                        engine: quore.free.fr

                        Comment


                        • #72
                          Yeah, 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.
                          Scout's Journey
                          Rune of Earth Magic

                          Comment


                          • #73
                            Originally posted by golden_boy View Post
                            Yeah, 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.
                            Oky, but I'm still wondering what's the point of saving them in a file ? There must be something obvious that I'm missing.
                            engine: quore.free.fr

                            Comment


                            • #74
                              Originally posted by lxndr View Post
                              Oky, but I'm still wondering what's the point of saving them in a file ? There must be something obvious that I'm missing.
                              Much of the information contained in them isn't otherwise available.
                              IT LIVES! http://directq.blogspot.com/

                              Comment


                              • #75
                                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.
                                Gnounc's Project Graveyard Gnounc's git repo

                                Comment

                                Working...
                                X