Announcement

Collapse
No announcement yet.

How easy is it to make a stand alone game using Darkplaces?

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

  • #16
    Originally posted by MadGypsy View Post
    fte for android is total bullshit though. It's almost the entire reason I decided to make my own engine from scratch. It doesn't seem like anybody can make a decent quake engine for droid with some visible on-screen controls.
    Would have been easier to port over the on-screen controls from the DarkPlaces port no? See: https://github.com/thomasgauthier/Qu...roid-Port-QI4A and maybe: http://opengameart.org/content/onscr...trols-8-styles

    And while we are at improvements of FTEQW's Android port: @Spike any chance to see a Vulkan powered Cardboard/Daydream VR version? See for reference the Cardboard VR version of Darkplaces: https://github.com/poVoq/Quake-1-Cardboard-Port-QVR

    Comment


    • #17
      @easier to port on screen DP controls

      I don't use DP products or have any knowledge of its features. DP installed itself in my home directory with no heads up and wasted an entire day of my time trying to figure out why none of my QC was doing anything... never used it again and never will.

      I hate shit that makes its own decisions without even giving me a heads up. I realuze FTE does the same thing but, It didn't end up being the one that did. It's like that. Also, spike is available, consistent and approachable. If FTE was the engine that had relocated itself, long before an entire wasted day, spike would have solved my issue... probably in one sentence and within 5 minutes of me asking it, with 100% confidence he was right.

      nobody can compete with that.
      Last edited by MadGypsy; 11-22-2016, 08:13 AM.
      http://www.nextgenquake.com

      Comment


      • #18
        I was kinda hoping that someone would make some csqc-based onscreen controls.
        you also can create some simple 'buttons' via the 'showpic' command, and set them to issue some console command when pressed (including -prefixed commands when released). I was going to bundle some config to add some by default, but they never quite appeared.

        regarding vr:
        unless cardboard's source is released under the same license as its headers (or other gpl-compatible license), or its made into an actual system component, then I cannot provide a cardboard version of FTE without violating the GPL.
        this is true of most vr libraries.
        the framework bullshit that so perverts android makes it really awkward to make even half-arsed attempts to claim it as a separate work.
        and I also do not have a real device, and thus would not be able to make sure the gyro+accelerometer stuff was even working properly. and I'm lazy, so don't offer to send me one, grr. its my excuse and I'm keeping it.
        Some Game Thing

        Comment


        • #19
          Originally posted by Spike View Post
          I was kinda hoping that someone would make some csqc-based onscreen controls.
          you also can create some simple 'buttons' via the 'showpic' command, and set them to issue some console command when pressed (including -prefixed commands when released). I was going to bundle some config to add some by default, but they never quite appeared.
          I doubt a CSQC version would work. How to do the necessary multi-touch and maybe even gyroscope input? At best you might be able to run a mouse-pointer via the touchscreen input, but that seems to be blocked on many non-rooted Android devices?

          I guess the best would be a SDL2 based engine plug-in with a screen overlay that lets the engine think it is dealing with a regular game-pad or such. I think someone already implemented something like that for an ioquake3/OpenArena Android port, see:
          https://github.com/pelya/openarena-engine
          https://github.com/pelya/commandergenius
          https://play.google.com/store/apps/d...rena.sdl&hl=en
          It claims to support "5 touchscreen control schemes, gyroscope aiming, gamepads" and so on.

          I guess since it is Q3 based, porting it over would at least seem somewhat feasible?

          Originally posted by Spike View Post
          regarding vr:
          unless cardboard's source is released under the same license as its headers (or other gpl-compatible license), or its made into an actual system component, then I cannot provide a cardboard version of FTE without violating the GPL.
          this is true of most vr libraries.
          the framework bullshit that so perverts android makes it really awkward to make even half-arsed attempts to claim it as a separate work.
          and I also do not have a real device, and thus would not be able to make sure the gyro+accelerometer stuff was even working properly. and I'm lazy, so don't offer to send me one, grr. its my excuse and I'm keeping it.
          Yeah, I understand... it's still a mess. However it looks like the "new Cardboard" i.e. Daydream is a integral system component of Android 7.0. At least that is what the Wikipedia page on it claims: https://en.wikipedia.org/wiki/Google_Daydream
          Since the current compatible phones for it are still a "bit" expensive, no worries I will not just send you one Would be still awesome if this was implemented sometimes, as Quake in Cardboard VR with the above mentioned Darkplaces port works actually really well.

          Edit: Actually.. we are really derailing this discussion...maybe a mod can split it off and/or merge it with the FTEQW engine/client thread?
          Last edited by Julius; 11-23-2016, 04:22 AM.

          Comment


          • #20
            my cousin and I both tried the "showpic" way based on instructions you sent him and neither of us could get it to work. We tried on 3 completely different android devices. I know if you say your engine does somwthing that means it does it but, this was one feature we had zero success with.

            I could mail you a broken tablet to test your engine on. I believe the battery is fucked. Getting the tablet fixed should be cheaper than buying a new one. Its all yours if you want it. Or maybe you are good at electronics and could fix it for "nothing"..?

            This is all on the assumption that you still have no android deviced as that was the case the last time we messed with droid fte.
            http://www.nextgenquake.com

            Comment


            • #21
              I really need to add it into the apk by default or something.
              iirc, I think there was some bug where FTE was getting confused over game-created and console-created pics, which meant the console-created ones were getting wiped making it kinda useless. iiuc that's already fixed, but yeah, sorry. it does need to easier either way.

              regarding multitouch in FTE+csqc, each 'finger' acts like an individual mouse each with a different deviceid that gets reused only once its been released. so the csqc receives an absmove, then a keydown (k_mouse1) event, then absmove events until the finger or pen or whatever you want to call the contact point is released resulting in a final keyup (k_mouse1) event. Using this you can track multiple drag events or multiple button presses suitable for an onscreen dpad/joystick or whatever.
              Some Game Thing

              Comment


              • #22
                For a DARKPLACES thread there sure is a lot of FTE talk.. derp derp!

                FTE is fine and dandy, but yes to this:
                Quake based DarkPlaces is, in my opinion, an awesome place to start game development.

                @SpecialBomb you can change the application icon before you compile it or hack the exe on Winblows(ewww) which can be done in seconds, minimal effort. If you just asked me this on Discord I would of told you that. Derp!

                Ok, Continue on...

                Comment


                • #23
                  @darkplaces vs FTE

                  True, but I don't see LordHavoc in here like Spike is. That speaks volumes on what's the better engine for development...the author of FTE is always around answering questions. I'm not bagging on LH, just pointing out that when you hit a roadblock in DP, it's going to be 10x as difficult figuring it out on your own.
                  'Replacement Player Models' Project

                  Comment


                  • #24
                    @dutch - no doubt. That's pretty much my entire argument. Plus, FTE is a hella advanced engine. Ive heard people say DP has more features. I don't know uf that's true and tend to belueve that it's not but, even if it is true how long before it's no longer true? Also, my opinion is that FTE is more solid. Think of all the fixes and whatnots you have to use to get DP to run mission packs and properly handle entities. It seems like a bad design was implemented and then bandaids were just piled up on top of it.

                    "Look at my Porsche but don't look under the hood cause, the engine came off a weed eater. It's OK though cause I pay someone to follow me and push me over bridges. You like my Porsche? Listen to that door open alarm purr. That'sa Pirsche door open alarm."

                    Bells + Whistles != a band.
                    http://www.nextgenquake.com

                    Comment


                    • #25
                      necroposting

                      You probably could use one of variations of Quake 1 engine to make your own games, but I see multiple problems with it.

                      License, it's under GPL, you'll have to share the source code of all your games. You probably should do so anyway, it will make supporting it easier.

                      QuakeC, it's quite limited. You probably should use Lua or something like that. Or not use scripting language at all.

                      Lighting is more limited than in modern engines. Everything must be precalculated (you can still do blinking light), and you can't have good flashlight. No proper shadows, only circles under the model on the ground at best. Not sure how moving platforms will be lit. If you can live without those, go ahead, overwise use source engine or unity or whatever.

                      Other than that, it looks quite good.

                      It's probably better to be used as a learning material rather than an actual engine.

                      Many just recomend using unity or source engine, but those are so complex, and unity is closed source in addition to that. There are many things that premade for you, but you wouldn't be able to modify your tools. This means, you can't make your enemies walk on walls or something creative like that.

                      Comment


                      • #26
                        No one cares if someone necroposts.

                        But not reading the thread and the specific conversation is rude as hell, especially if it is bumping an old thread.

                        None of what you posted has anything to do with the very specific line of conversation SpecialBomb laid out, which was quite specific.
                        Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

                        So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

                        Comment

                        Working...
                        X