VERGE-RPG

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Robin's Devlog

    Blogs
    metroid puzzle
    3
    37
    1812
    Loading More Posts
    • 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.
    • Robin
      Robin last edited by Robin

      Made more progress this week on the editor.

      I am able to generate collision tile maps now for any scene that doesn’t have an associated map. Luckily the TMX map format is plain text and super easy to write. There’s still a few things I need to adjust, but it’s mostly working.

      Also I replaced the ugly UI with a nicer looking Dear ImGui interface. I used Dear ImGui earlier but didn’t fully explore what it was capable of. I see how it allows non-UI people like myself to easily create great looking interfaces for tools with minimal effort.

      Troidal.png

      Since I’m using Dear ImGui now, I was able to remove the WinForms code I had in place for Save/Open dialogs. So now in theory this should work on other OS’s too 🤷 .

      1 Reply Last reply Reply Quote 2
      • Robin
        Robin last edited by

        Yet more editor progress.

        In the past week, I’ve mainly added scene link creation/deletion to the screen graph editor, and the beginnings of the scene editor.

        Pictures are worth more than a thousand words so I’ll keep it short.

        SceneLinks.gif

        Now my proof of concept SOTN map looks more like an interconnected map.

        Troidal2.png

        1 Reply Last reply Reply Quote 1
        • Robin
          Robin last edited by

          Minor update here, regarding updates.

          I’ve been making consistent progress on several things, like the scene editor and being able to run through generated black tile maps (which required an overhaul of my previous scene format).

          But I’ve determined it would be best if I posted high-value updates going forward versus a bunch of small low-value updates like I’ve been doing in some cases. I did remove the “gruedorf” from this blog afterall. I realized I really don’t need the gruedorf concept anymore to keep me working on stuff…because due to how I work, there’s always something happening weekly regardless.

          Anyway, I’d rather not look like a commit log of a bunch of small things that should’ve been rebased into a larger commit. So my updates will probably have much bigger gaps, but be more interesting.

          In the meantime, good luck to the gruedorfer’s out there!

          1 Reply Last reply Reply Quote 1
          • Robin
            Robin last edited by

            Almost 2 months later, I have a Christmas day update, though this has nothing to do with Christmas.

            I’ve been working on the game at a consistent pace the past 2 months. It has generally been a mixture of pixel art, map making, and code updates.

            The in-game map system is overhauled to where it does not function like a roguelike anymore. It has the following features:

            • Minimap that scrolls dynamically with the player
            • Large map that is scrollable and shows all covered areas
            • Improved map transitions that now scroll out the entire map while scrolling in the new map seamlessly.

            Creating the editor has helped tremendously in making a seamless experience going from one map screen to another.

            I also refined the core concept of the game, which deals with reviving a dead world. The scope of the game has also been narrowed quite a bit in terms of the overall goal and what the player can do. I’m trying not to fall into a trap where I keep adding more and more features, until the goal becomes unattainable.

            A big part of the game is turning areas that look like this:

            LandDead.png

            Into something like this, by using the core abilities of the player.
            LandAlive.png

            That’s it for now. Until next time, Happy Holidays!

            Robin 1 Reply Last reply Reply Quote 4
            • Robin
              Robin @Robin last edited by Robin

              @Robin Haven’t posted here in quite some time, but I’m still working on this game.

              I kept getting confused on the overall direction of the game, but I think I have a better handle on it now. I’ve also been working on a design doc, which I didn’t have before, so that should help things along greatly.

              The design has changed somewhat significantly too, and these modifications were mainly geared towards having a realistic goal when factoring in all things related to life/day job. My goal is still to finish a game, and sometimes that means cutting out lots of planned ideas.

              Another big change is the overall art direction. I think somewhere along the line, I lost sight of the feel I was going for. Things looked a bit too bright and happy like something you might see in an old Mario game. After some experimentation with different pixel art styles, I’ve settled on one that’s simple and easy on the eyes, while being closer to what I originally envisioned.

              Screenshot 2022-04-01 010030.png

              slimehunter84 bengrue 2 Replies Last reply Reply Quote 3
              • slimehunter84
                slimehunter84 @Robin last edited by

                @Robin Nice art on the cave tiles. Also the giant bat looks very distinct and memorable. Are those flies hovering around the big bat?

                Robin 1 Reply Last reply Reply Quote 0
                • Robin
                  Robin @slimehunter84 last edited by

                  @slimehunter84 Thanks. Glad you were able to tell those were flies 😁 Probably easier to see in motion.

                  1 Reply Last reply Reply Quote 0
                  • bengrue
                    bengrue @Robin last edited by

                    @Robin I eagerly await your next post. Also… are you on the discord? 🤔

                    Currently making Sully: A Very Serious RPG: http://sullyrpg.com

                    Robin 1 Reply Last reply Reply Quote 0
                    • Robin
                      Robin last edited by Robin

                      Glad to see this place is back up after being hacked!

                      I’ve been really busy with family/life stuff lately, and I’m preparing for a move so I haven’t had much time to work on my main game. Though I do intend to get back to it as soon as I can.

                      In the meantime, I’ve used what little free time I had during nights to do an exercise in simplistic game design/development, and it took roughly a month and a half of working on and off to make this. I attempted to make an infinitely scrolling game where the only thing the player can do is move the mouse around, or click the mouse, to protect a boy who is walking to his grandmother’s house. So the game is tentatively called “Walk to Grandma’s”.

                      I made this mainly as a development sandbox to get more familiar with aspects of the Nez framework that I haven’t explored much, and it allowed me to see some inefficiencies in the way I did things before. But it turned out to be…kind of interesting?

                      Currently there’s only one enemy type and there’s no real objective other than to see how long you can protect the boy from the creatures that are stalking him. The enemy spawning rate increases for every mile walked. If I decide to continue this as anything more than a sandbox, I’ve got other interesting features I would add.

                      There is a download link below if anyone wants to try it.

                      Controls are simple:

                      • Move mouse over an enemy to attack them or move them while they’re stunned
                      • Move mouse over dropped gold to pick it up
                      • Hold down left mouse while moving over enemy to knock them back depending on accumulated power level. This is intended to do something else in the future, should I continue on this.
                      • Enter to pause game

                      Screenshots:
                      WalkToGrandma.png

                      Summary2.PNG

                      Download:
                      https://www.dropbox.com/s/ff6z08fo7gs92hm/WalkToGrandma.zip?dl=1
                      (Sorry for the sea of dll’s in the zip. Just run WalkToGrandma.exe)

                      1 Reply Last reply Reply Quote 2
                      • Robin
                        Robin @bengrue last edited by

                        @bengrue I do get on discord every once in a while to see what everyone’s up to.

                        1 Reply Last reply Reply Quote 2
                        • Robin
                          Robin last edited by

                          Wow I haven’t posted in so long that I got a prompt asking me if I want to create a new topic since this one is so old. This is more of a “still going” update.

                          I’ve gotten into a rhythm of working daily on the “metroidvania” (still hate that word but I’ll use it). My current goal is to make a fully traversable map. I’ve been doing lots of design work on graph paper (which is glued together to make a huge map). Then I transfer this design to the mapmaking tool I created earlier. I find designing the map on graph paper is easier than using software…because sometimes I find myself just staring at the screen doing nothing. This doesn’t happen with paper surprisingly. Sometimes oldschool methods still work!

                          Speaking of the mapmaking tool, I can do more actions with it now such as placement of “things”. A “thing” can be anything from an enemy, to a plant, to a moving platform (complete with a waypoint editor that lets me move platforms in complex sequences). Each thing can also be rotated/scaled/tinted, which allows for more diversity of stuff like plants, rocks, etc. I think the tool can do most of what I want it to do now.

                          Once I’m done with the fully traversable map, I will start filling it in more with enemies, powerups, etc. I’ve already designed all the powerups and created a general flow through each area with the required progress gates (powerups or other things needed to get past an obstacle). I also know the title of the game now, along with the overall story, but that will be shared at a later point.

                          One day I may have to start using social media again if I’m at a state where I’m happy enough with what I’ve created to share it with more of the world, even though I dislike social media in general.

                          This video really sums up how I’ve been approaching game development lately: https://www.youtube.com/watch?v=IN-Uh2VfL8c I find that as long as I just do stuff, instead of thinking too much about what I logically should do next, I get more done.

                          1 Reply Last reply Reply Quote 2
                          • First post
                            Last post