One day maybe I'll actually finish making this game

reakain

New Challenger
RGT Supporter
Level 0
16%
Joined
Dec 8, 2024
Messages
4
Level up in
21 posts
Reaction score
7
Points
52
I have a silly beat em up game I keep slowly building on. The problem is that I keep rebuilding it. Not, like, the characters themselves or the narrative plan or anything, so much as originally it was a little 2D game, but then I converted it to 3D thinking it would be easier to do all the beat em up stuff, and I started building a whole 3D game setup in Unity, with a bunch of levels and additional things.

Coming back to it (while avoiding finishing my dissertation, oops), I decided that actually 2D would probably be easier than 3D, because I'm not competent in the type of 3D modeling using for character and animation modelling, and I don't particularly want to build those skills. So I went back to 2D, and at the same time switch engines to Godot because it seemed simpler and more catered to 2D game design... Then I decided I wanted to update the 2D pixel assets I had previously been making. It's starting to feel a bit like Theseus' video game hahaha

Anyone else also struggling with just rebuilding games instead of finishing them?
 
That's a surprisingly common hurdle people go through, my friend. To me, it only means that you really care about the game you are making, which is about the best thing anyone could ask for.

If you are interested, YouTuber Yahtzee Croshaw (of "Zero Punctuation" fame) has gone over this sort of thing on his "Dev Diary" series.

Oh, and welcome to the forums!
 
Last edited:
I would consider myself guilty as well, I have too many side projects (games mostly) that I want to complete. But in the end I leave it collecting dust. I have my ideas stored, but never used. I've built a small game myself, though only 2 levels.
 
Oh yeah, it's the nefarious game dev spell. I've rebuilt my FPS project because something about the project doesn't really work for me. Animations, controls, physics, who's responsible for what, what state machine pattern, how to handle scenes vs instancing, signal callbacks.
 
That's a surprisingly common hurdle people go through, my friend. To me, it only means that you really care about the game you are making, which is about the best thing anyone could ask for.

If you are interested, YouTuber Yahtzee Croshaw (of "Zero Punctuation" fame) has gone over this sort of thing on his "Dev Diary" series.

Oh, and welcome to the forums!
Ooooh, I'll definitely check it out! I always struggle with knowing when I should listen to the voice saying "rework this part" versus when that voice is trying to ruin me hahaha

And thank you!
Post automatically merged:

I would consider myself guilty as well, I have too many side projects (games mostly) that I want to complete. But in the end I leave it collecting dust. I have my ideas stored, but never used. I've built a small game myself, though only 2 levels.
Oooooh, yes, I am the same with too many side projects hahahaha

I got really big into making things with gameboy studio for a bit. I ended up sharing all the sprite assets I made, but never finished the game I had been working on (oops)

(Oh, hey, I can do multiple replies in one post! That's handyyyyy)
Oh yeah, it's the nefarious game dev spell. I've rebuilt my FPS project because something about the project doesn't really work for me. Animations, controls, physics, who's responsible for what, what state machine pattern, how to handle scenes vs instancing, signal callbacks.
I like that you call it a "spell". It definitely feels kind of like that! I try to reuse as much as I can, but it always feels like a trap. How much of the game did you end up actually rebuilding when that happened?
 
Aw man, I always wanted to make my own game but I fear this exact thing might happen to me xD

I'm currently learning Blender and ZBrush and I'm pretty decent with 3D animation, so I think If I ever get around to it, It'll most likely be a 3D game.

That being said, I remember reading somewhere that during the development of Super Mario 64 the first thing developers worked on was movement, they made a bunch of test stages just to make sure it was fun to control Mario, then built the entire game around that. So I always thought If I were to develop a game I'd first nail gameplay, then work on the rest .--.

But then again, I never even made anything close to a game, so I've noooo idea
 
I have a silly beat em up game I keep slowly building on. The problem is that I keep rebuilding it. Not, like, the characters themselves or the narrative plan or anything, so much as originally it was a little 2D game, but then I converted it to 3D thinking it would be easier to do all the beat em up stuff, and I started building a whole 3D game setup in Unity, with a bunch of levels and additional things.

Coming back to it (while avoiding finishing my dissertation, oops), I decided that actually 2D would probably be easier than 3D, because I'm not competent in the type of 3D modeling using for character and animation modelling, and I don't particularly want to build those skills. So I went back to 2D, and at the same time switch engines to Godot because it seemed simpler and more catered to 2D game design... Then I decided I wanted to update the 2D pixel assets I had previously been making. It's starting to feel a bit like Theseus' video game hahaha

Anyone else also struggling with just rebuilding games instead of finishing them?
I find i have the same trouble, wanting to add more and more to a game, change this, improve on that. Like you said, it really is the ship of Theseus.
There's always that feeling that 'if i just add this one feature, my game will be perfect' and so you always feel that need to do just one more thing
There is that old saying, "a painting is never finished, the artist just stops working on it"

I find it helps to set personal deadlines. Something like "ill have this amount of progress by the end of the month"
Work on having something functional, first.
And remember that, if you really wanna make games, this wont be the only game you make. Dont worry about making it 'my one perfect game'. Be thinking about what game will come after this.
If you have a good idea, consider it would work best for this game, or maybe is worth keeping written down to come back to when you make your next game.
 
thinking it would be easier
If you have to learn something from scratch then naturally it won't be "easier" for have to learn and build skills for the new thing gets harder and harder.

That's why I stick to what I know: 2D and 3D game engines I wrote a long time ago with minimal updates, I still use Photoshop for 2D visuals and Blender for 3D visuals and stuff, Reason for music and Audacity for sound editing.

However just because it's easier for me I stick to Game Maker because I mastered it. Unity would be easier especially for real-time physics but I already have it at home on Game Maker. Unreal would be easier for simple 3D but I already have it at home on Game Maker.

The logic is whatever you mastered is what will always be easiest for me. I have decades of experience with these aforementioned programs that sometimes even I surprise myself for what I can do with them. Only recently I started to use Pixelorama for pixel art that my Photoshop experience makes it easier for me but if it was based on learning from scratch I know I would have a hard time learning something new. Naturally learning and building skills takes too much time but when you can develop the game with what you know it's already okay and easy for you.

I would say 3D assets and animations easier to do than 2D but if you know how. Animations would be the most bothersome aspect of it and then optimization of 3D model. You can't just make a model willy-nilly and expect it to work okay, gotta delete whatever is unnecessary about it. And then lastly textures of 3D model's hardship is because of technical aspects to make them work okay in the game than actually creating the visuals. So despite it's easy to develop 3D game these days I would still stick to non-pixel art 2D games for most of development time wasted on visual assets. If I take like 20 days for finishing visual assets it's takes like 2 days to produce all the musics and SFX and then 1 day to actually build the game and programming the base of the game and few days of adjusting the game for a proper state.
 

Users who are viewing this thread

Connect with us

Support this Site

RGT relies on you to stay afloat. Help covering the site costs and get some pretty Level 7 perks too.

Featured Video

Latest Threads

Are you a someone who buys still new Consoles or are you Retro Consoles only

So what are you are you someone who still buys upcoming Consoles or someone who swore modern...
Read more

Absolum

Lots of cool beat 'em ups coming in the near future, here's another one...
Read more

ASTD X Wiki: A Complete Guide for Newbies

Jumping into All-Star Tower Defense X (ASTD X) can feel exciting and overwhelming at the...
Read more

Marvel Cosmic Invasion

Didn't see a thread for this yet...
Read more

Online statistics

Members online
148
Guests online
205
Total visitors
353

Forum statistics

Threads
12,063
Messages
294,471
Members
859,326
Latest member
OConde

Advertisers

Back
Top