Announcement

Collapse
No announcement yet.

Buggy Race

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

  • #21
    Very thanks This is probably caused by bug in drivers. For shadows we use FBO+GL_R16F combination.

    BTW. Under Linux I tested the game on AMD Radeon HD4850 (also in CrossFireX mode) with official AMD Catalyst Drivers and all works good, so I hope that on nVidia hardware also all will be work properly.

    Comment


    • #22
      It work like a charm on nvidia-hardware. The only thing i'm missing is windowed mode.

      Comment


      • #23
        You need KMS for FBOs. It won't work with classic drivers.

        Comment


        • #24
          Intel hardware, been using KMS for ages

          Comment


          • #25
            Originally posted by towo2099 View Post
            It work like a charm on nvidia-hardware. The only thing i'm missing is windowed mode.
            Thanks for info. You can run game in windowed mode, by edit config/settings.xml and change:
            <Fullscreen Value="1" />
            to
            <Fullscreen Value="0" />

            You can apply similar trick to show FPS in game.

            Comment


            • #26
              Hmm... If the options are changed in-game, the configuration file is overwritten with a binary file.

              Comment


              • #27
                mhh, am i the only one having trouble reaching the website?

                Code:
                ping blackicetales.com
                PING blackicetales.com (174.121.90.50) 56(84) bytes of data.
                ^C
                --- blackicetales.com ping statistics ---
                40 packets transmitted, 0 received, 100% packet loss, time 39225ms
                Code:
                ping buggy-race.pl
                PING buggy-race.pl (174.121.90.50) 56(84) bytes of data.
                ^C
                --- buggy-race.pl ping statistics ---
                63 packets transmitted, 0 received, 100% packet loss, time 62326ms
                Is the IP right? Or does my ISP fuck something up?

                Comment


                • #28
                  Just in case you're planning on doing updates for the game, I got word back about the crash on Intel:

                  The game is trying to use ARB_texture_rg without checking that it's supported
                  (it isn't).

                  Comment


                  • #29
                    Hi,

                    Yep ARB_texture_rg is required and this may cause a crash. What about updates? We will public 1 or 2 (more bug fix and code parts) patches, but idk when. We have got in plans also release source code of Buggy Race in future (0,5 - 1 year)

                    Comment

                    Working...
                    X