Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. 2dog/BangBang -- a Qt4 2D hobbyist game
Qt 6.11 is out! See what's new in the release blog

2dog/BangBang -- a Qt4 2D hobbyist game

Scheduled Pinned Locked Moved Game Development
6 Posts 3 Posters 3.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rdholder
    wrote on last edited by
    #1

    My wife and I made a 2d game in Qt4 for the One Game A Month challenge. Our project page for the game is at:
    "https://sites.google.com/site/tersestcom/2dog/1gam/bangbang":https://sites.google.com/site/tersestcom/2dog/1gam/bangbang

    And here is a video of the gameplay: "http://www.youtube.com/watch?v=_DcYnvgT-T8":http://www.youtube.com/watch?v=_DcYnvgT-T8

    ...we had some problems rendering .svg graphics, as well as some problems with getting .mp3 files to play with Phonon in our distributable, although everything works fine on the machines we build on. Apparently we're not including all the .dll files we need to, although we looked at it with Qt Depends and tried to include everything... to be honest, I pulled two all-nighters in a row trying to get it finished by the end of January, so I was pretty exhausted by that time. :-)

    We would greatly appreciate it if anyone could download the distributable and try it out, and let us know if there are any bugs, if you can hear the background music, or any feedback you might have. You can download the zip file at:
    "https://drive.google.com/#folders/0B6O6WknLl9cDTjdwa0dNcnliNlk":https://drive.google.com/#folders/0B6O6WknLl9cDTjdwa0dNcnliNlk

    Thanks very much!
    --robert holder

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stukdev
      wrote on last edited by
      #2

      Are you sure you have deploy the plugin folder with imageformats? (maybe only qsvg4.dll)
      Like this:
      application folder/plugins/imageformats/qsvg4.dll

      And maybe for the phonon_backed

      application folder/plugins/phonon_backed/phonon_ds94.dll

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        You don't need the plugins folder in between. So, use this instead:
        @
        application folder/imageformats/qsvg4.dll
        application folers/phonon_backend/phonon_ds94.dll
        @

        1 Reply Last reply
        0
        • S Offline
          S Offline
          stukdev
          wrote on last edited by
          #4

          This is a news, when works without plugins folder?

          [quote author="Andre" date="1360058594"]You don't need the plugins folder in between. So, use this instead:
          @
          application folder/imageformats/qsvg4.dll
          application folers/phonon_backend/phonon_ds94.dll
          @[/quote]

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            No, it has been like this since many years. Only inside the Qt directory structure itself they are located in the plugins directory.

            1 Reply Last reply
            0
            • R Offline
              R Offline
              rdholder
              wrote on last edited by
              #6

              Thank you very much Andre and stuk for the helpful replies. I will try your suggestions when I get a chance! Much appreciated.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved