Post processing effects really do make a huge difference in the aesthetic of the game. Talented dev, cool games and awesome videos, easy one of my favorite content creators on youtube!
nice to see youtube game devs actually refactoring their code instead of letting the pile grow astronomically high and then dropping the game, good work!
Now for anyone here, this might look like a pretty good game. But from a somewhat experienced game dev, I can tell you that this looks REALLY F***ING GOOD. Keep up the great work!
I was freaking out from the title, glad you went with the heavy refactor route. I've been at the "restart" or "refactor" stage before, and I'll just say that if it is salvageable do it. Otherwise, work on another project for a while, then come back to the original. You'll see all of the glaring issues, and clearly see the next steps.
I'm pursuing a major in Interactive Narrative rn (used to be Game Design, but I swapped majors when I realized how much I sucked at coding), and I can absolutely imagine how much anxiety and sunk cost fallacy would be looming over your head at the thought of completely refactoring your project. Kudos for seeing it through, and I'm glad that you're becoming satisfied with the results of your work! It can be boggling to see how much progress you've made over time, especially when you're redoing what you did earlier in your creative career. Excited for the next devlog
Sadly I started my college classes again and i've been severely slacking. I'm trying not to completely abandoned it because i spent so much time learning godot. Great video
If I hadn't cultivated a "You have to finish it" mindset, I'd have probably started over or given up on my current novel. Fortunately, we writers have a little thing we like to call, "Fix it in the edit."
Something which completely changed the way we do our startup is getting an experienced dev to help us with architecture. Spent 2 months refactoring and was so worth it. Now we all understand how to do proper architecture even without input from that experienced dev. Moral of the story is code with people who have been doing it much longer than you every now and then. You could save yourself months by spending weeks or even days.
One tip I would give for future projects is, it’s not enough to just become a better programmer. Infact as you learn more you may reach this new sense of overwhelming ideas for implementation that make it difficult to even begin something. Always plan out systems in the design phase. Before I implement anything I always have a docs open doing a system write up , this will help iron out any potential future conflicts you may run into and keep the codebase much cleaner.
While it may seem like going back to simplifying code or improving systems you've built in the past is a step backwards or a waste of time, it's really a good step forward for implementing new content in future versions. Keep up the good work!
Start using version control / git. That way you can just delete code and still have the history in case you need to restore or look it up some time later
The visuals of this game always looked very coll. I have only one suggestion: enemies' feedback when they take a hit should be more evident, like a sort of falsh or something
Things that *really* help with that "I might need this later" urge: Source control. Even as a solo-dev it's incredibly useful to have a useful backup of your game, it allows you to delete code without worry since the source control system can help you restore it properly if you realise you needed it later. It's especially useful when you get to release when you need access to the released version, a test version for bug fixing, and potentially a vNext for DLC.
A few tips from a mostly-programmy dev here, unsolicited but hey you don't have to read it: 1. Messy code always exists, and can always be refactored/optimized. If "fixing" it doesn't affect player experience nor your dev experience, then it's not worth it. All that matters is if the end result looks and plays nice, and is not hell to develop later on. Any jankiness under the hood doesn't really* matter as long as it functions fine with few bugs. I think you did a good job with that here, just be aware for the future. 2. Restarting your game is always tempting, especially after learning so much. Been there, done that, not worth it usually if you want to make this into a commercial release unless it legit runs at 10 FPS and looks like it was made in MS Paint. Granted this does depend on the project and your budget/timeframe etc., but I think refactoring here was the right choice. 3. If you really need to optimize code for performance or whatever, do it last in the project scope, as doing it too early (i.e. anytime before you're 95% done with the game) could very well result in you optimizing code that never even makes it to the final release, i.e. if you were to have optimized the melee-attack code. 4. In Godot, the Marker2D node is perfect for designating a position in the world that the dev can see/control, but is invisible to the player and doesn't contain much other overhead compared to some nodes. Perfect for setting those spawn positions! 5. When implementing something you're not sure about, or don't know if you really want that clutter, i.e. a new wacky gun that doesn't really fit your vision, I recommend not spending much time on art for it. See how it feels to use, and see if you'd like it in the game, then make good art for it if it feels like a good permanent addition. This will save you valuable time in the dev phases and, like with code optimization, should be done later to avoid deleting hard work and wasting that time. That all being said, this game looks amazing and I hope it's much cleaner for you as a dev. Sometimes we gotta cut corners as you mentioned, and "good enough" is way more achievable, and gives just as good of a result compared to "perfect"
Hey man first video I've seen from you. Just want to say your game looks really good. I really like the animation of the shop rolling up and the overall look of the game. Keep up the good work
Great job making the decision to refactor dude, that's honestly one of the hardest moves to make lol I feel like lots of us want to just bulldoze through the funk and hope for the best 😂 alright now for me to restart my game for the third time
on everything I love, I NEED you to make a tutorial on how u set up your lighting nodes to get the post-processing effects, or im going to crash out. There is exclusively simplistic tutorials on Godot lighting, and you clearly learned more advanced techniques. I feel like you're really missing out on the niche that is advanced Godot tutorials.
Great video and it's excellent to see you realise a restart was needed. It's looking awesome and I hope it goes well. Also you mentioned you used to always comment out code that you no longer need. Are you using source control because if you are then all those changes would be saved in the history and you can delete until your hearts content.
The gamedev urge to restart your project... But seriously man, you gotta use version control, at least for the code. Learn you some basic Git, so you don't have to keep commented code laying around. It also makes refactoring easier, because you can just go back if something goes wrong. And the project looks really cool, it's got that vibe!
Did you add your project to a source control like Git yet? It really helps when removing stuff, because you know you can always go back to older versions of the project and reapply the removed code. Also it's a nice backup in case your PC corrupts, breaks or gets stolen.
How did you learn to do post processing so well the atmosphere looks so good I’m making a 2d top down game and I’m trying to make it look good and it still looks so bad 😂
If you're refactoring anyway, might I recommend declaring variable types and static typing instead of dynamic typing? You'll get performance benefits and easy bug-fixing like this!
Honesty I don’t think there’s anything wrong with restarting the project. As long as the person’s still working on it, I’ve always seen it as a good sign.
Not sure if you use version control, I'm only two minutes in. When you mentioned leaving in commented code because you're scared to delete it - that's one of the benefits of git. As long as that code existed in one of the commits in your history, you'll always be able to find it again
Are you gonna port this game to Redot? I love the look of this game but i dont know if i can support a company that goes political in something that doesnt need to be
@@mz_eth The gadot twitter randomby tweeted about games being woke and wanted to community to show off their woke game. The community manager then went to blocking a bunch of people on twitter who rightfully said "Hey you guys are a game engine. Why do you care about politics?" this led to a lot of revilations about the community manager the creator of Gadot and eventually a fork of Gadot called Redot that is apolitical and plans to add and fix features the Gadot team has said they's do for years. there's a lot more honestly please look it up on youtube there's plenty of videos to give you better detail than I can in just a comment.
Yeah 100% main characters in my type of games never really need them. In the beginning I did it because everyone suggested it, but after experiencing both, state machines make more sense for enemies
I keep seeing people restarting their games and it bugs me so much. Are you trying to create something or are you trying to be an amazing programmer? There is ALWAYS going to be bad code and if you spend all your time trying to fix your ugly code, you'll never release anything. Thats not to say that you shouldn't strive for cleaner code, but projects have a life span and its already all too easy to end up in development hell. Don't make it harder for yourself. I commend you for not just throwing the project out, at the very least.
@@mz_eth It’s a fork of the Godot engine, built under the principle of 'focusing on the engine.' It seems to be heading in the right direction, but it’s still in its early stages.
@@mz_ethRedot is just a "reskin" of Godot made because of a Culture War spat on twitter. It hasn't even attracted actual developers yet and heavily relies on a fleeting "controversy" to remain relevant.
The mixing of light and shadow is super inconsistent 😅 why does the fire throw a long shadow for you but not the lamp you are holding? The lamp isn’t even lightning up anything…. The dynamic shadow looks good but it inconsistent then it looks bad like why only this emits shadows but not other light sources…..
@@FortbloxNET utilizing shadows is a big performance hit, so I use it sparingly for important elements. Nothing will be perfect, I think the lamp not having a shadow is fine, if anything I push for less shadows
@ naaaah I had a project similar to this. With top down. And shadows everywhere. It depends on the implementation. Not everything muss be a performance killer, it’s 2d and not 3d RTX whatever 😅 if that’s your artistic art style then do it as you wish.
@ the shader that makes fog mixed with shadows absolutely has performance hits. Don’t you use unity? Also your games don’t have much lighting or effects at all it seems? Also are you testing in 4K or ultra wide?
@ yes unity. My mentioned game is not on my RUclips channel 😊 I don’t test with 4K or wide support. Why would I? If the game is made for 16:9 1080p that means it zooms in on 4K. You don’t get more stuff to see. Don’t know if I explained well. And my game has chunks. I render shadows only for the part what you see and not somewhere offscreen. It should not matter how much shadows you use if you show 2d shadow only on screen. It should not really matter if you have one shadow emitting objects or 100. it should all be rendered on one kind of shadow layer that you display. Why can you zoom out on terraria in 4k like hell and every tile has its shadow „theoretically“ and your pc doesn’t explode?
@@mz_ethhey dude!!! I love your game so far, I’m actually making a game which takes pretty heavy inspiration from yours and others in the genre. Keep up the great work!
@@madaraainna damn dude, you dont have to get that mad. jeez.. ik there will be improvements because they stated *multiple times* they want to add improvements.
@mz_eth Yo wsg dude just started watching your vids and as a fellow game dev , I was wondering what software you use to create you pixel art? Thanks dude and keep up the good work! Edit: Also any tips on godot game deving would be amazing. Gotta learn from the best!
The first 500 people to use my link skl.sh/mzeth10241 will get a 1 month free trial of Skillshare premium!
Yo
Post processing effects really do make a huge difference in the aesthetic of the game. Talented dev, cool games and awesome videos, easy one of my favorite content creators on youtube!
Thank you!
nice to see youtube game devs actually refactoring their code instead of letting the pile grow astronomically high and then dropping the game, good work!
Now for anyone here, this might look like a pretty good game. But from a somewhat experienced game dev, I can tell you that this looks REALLY F***ING GOOD. Keep up the great work!
I was freaking out from the title, glad you went with the heavy refactor route. I've been at the "restart" or "refactor" stage before, and I'll just say that if it is salvageable do it. Otherwise, work on another project for a while, then come back to the original. You'll see all of the glaring issues, and clearly see the next steps.
I'm pursuing a major in Interactive Narrative rn (used to be Game Design, but I swapped majors when I realized how much I sucked at coding), and I can absolutely imagine how much anxiety and sunk cost fallacy would be looming over your head at the thought of completely refactoring your project. Kudos for seeing it through, and I'm glad that you're becoming satisfied with the results of your work! It can be boggling to see how much progress you've made over time, especially when you're redoing what you did earlier in your creative career. Excited for the next devlog
Thank you so much, and good luck with your major! I definitely wish I pursued something like this in college
top notch work, love the style!
Just wanted to say thanks. This video got me to open my project up again for the first time in a couple weeks and get back to work
@@mimic-dev I love that! You got this!
Sadly I started my college classes again and i've been severely slacking. I'm trying not to completely abandoned it because i spent so much time learning godot. Great video
If I hadn't cultivated a "You have to finish it" mindset, I'd have probably started over or given up on my current novel.
Fortunately, we writers have a little thing we like to call, "Fix it in the edit."
Something which completely changed the way we do our startup is getting an experienced dev to help us with architecture. Spent 2 months refactoring and was so worth it. Now we all understand how to do proper architecture even without input from that experienced dev. Moral of the story is code with people who have been doing it much longer than you every now and then. You could save yourself months by spending weeks or even days.
One tip I would give for future projects is, it’s not enough to just become a better programmer. Infact as you learn more you may reach this new sense of overwhelming ideas for implementation that make it difficult to even begin something. Always plan out systems in the design phase. Before I implement anything I always have a docs open doing a system write up , this will help iron out any potential future conflicts you may run into and keep the codebase much cleaner.
Anyone else not see the past few videos in their feed? I thought you finally came back but you uploaded other vids lol
Same!
Same
Same here
While it may seem like going back to simplifying code or improving systems you've built in the past is a step backwards or a waste of time, it's really a good step forward for implementing new content in future versions. Keep up the good work!
Commenting out code forever is so relatable I do it all the time too 😭
Start using version control / git. That way you can just delete code and still have the history in case you need to restore or look it up some time later
Sick video bro! The refactor scares me, which is why I'm just making a demo so if it doesn't go anywhere I can just say "It's just a demo"
Thank you for making such amazing game dev videos.
Amazing video! The refactoring must've been quite a lot of work to do, glad to see that you've sorted it out!
The lighting effects on this game are very impressive.
The visuals of this game always looked very coll. I have only one suggestion: enemies' feedback when they take a hit should be more evident, like a sort of falsh or something
Things that *really* help with that "I might need this later" urge: Source control.
Even as a solo-dev it's incredibly useful to have a useful backup of your game, it allows you to delete code without worry since the source control system can help you restore it properly if you realise you needed it later.
It's especially useful when you get to release when you need access to the released version, a test version for bug fixing, and potentially a vNext for DLC.
YES! Seems like you're in a really good headspace about this.
Making decisions. Fixing stuff that was broken. Get after it!!!!
Blessings, yet another banger from my favorite YT game dev! Keep them coming
A few tips from a mostly-programmy dev here, unsolicited but hey you don't have to read it:
1. Messy code always exists, and can always be refactored/optimized. If "fixing" it doesn't affect player experience nor your dev experience, then it's not worth it. All that matters is if the end result looks and plays nice, and is not hell to develop later on. Any jankiness under the hood doesn't really* matter as long as it functions fine with few bugs. I think you did a good job with that here, just be aware for the future.
2. Restarting your game is always tempting, especially after learning so much. Been there, done that, not worth it usually if you want to make this into a commercial release unless it legit runs at 10 FPS and looks like it was made in MS Paint. Granted this does depend on the project and your budget/timeframe etc., but I think refactoring here was the right choice.
3. If you really need to optimize code for performance or whatever, do it last in the project scope, as doing it too early (i.e. anytime before you're 95% done with the game) could very well result in you optimizing code that never even makes it to the final release, i.e. if you were to have optimized the melee-attack code.
4. In Godot, the Marker2D node is perfect for designating a position in the world that the dev can see/control, but is invisible to the player and doesn't contain much other overhead compared to some nodes. Perfect for setting those spawn positions!
5. When implementing something you're not sure about, or don't know if you really want that clutter, i.e. a new wacky gun that doesn't really fit your vision, I recommend not spending much time on art for it. See how it feels to use, and see if you'd like it in the game, then make good art for it if it feels like a good permanent addition. This will save you valuable time in the dev phases and, like with code optimization, should be done later to avoid deleting hard work and wasting that time.
That all being said, this game looks amazing and I hope it's much cleaner for you as a dev. Sometimes we gotta cut corners as you mentioned, and "good enough" is way more achievable, and gives just as good of a result compared to "perfect"
Hey man first video I've seen from you. Just want to say your game looks really good. I really like the animation of the shop rolling up and the overall look of the game. Keep up the good work
@@D.KRyley-mq1do thank you! I really appreciate it
10:06 Good video as always, man
You deserve more subs and likes. You’re videos are amazing and you’re so talented :)
Great progress dude! Keep up the good work!
Man I really like your energy in your videos
Wow. It's full of juice and looks really nice!!!
Love ur videos bro they're like my go to when im studying and bored
@@itzzmando thanks I really appreciate it!
I love that smoke effect. A patreon tutorial would be AMAZING!
@@owenblankenship8314 easy! Okay it’s officially on my list
That's clean video editing. Good work!
Proud of you for cleaning up messy code ✊ Not always easy to do, but big step in the right direction.
The commented lines of code part was too real 💀
Great job making the decision to refactor dude, that's honestly one of the hardest moves to make lol I feel like lots of us want to just bulldoze through the funk and hope for the best 😂 alright now for me to restart my game for the third time
Always love your videos, man! Keep up the good work.
on everything I love, I NEED you to make a tutorial on how u set up your lighting nodes to get the post-processing effects, or im going to crash out. There is exclusively simplistic tutorials on Godot lighting, and you clearly learned more advanced techniques. I feel like you're really missing out on the niche that is advanced Godot tutorials.
Game devs trying not to restart their project challenge:impossible
Great video and it's excellent to see you realise a restart was needed. It's looking awesome and I hope it goes well.
Also you mentioned you used to always comment out code that you no longer need. Are you using source control because if you are then all those changes would be saved in the history and you can delete until your hearts content.
Refactoring is a great choice! Restarting would be a big setback, I restarted stuff enough to know lol. And it ends up messy anyway
THIS CHANNEL IS SO GOOD I JUST BINGED THE ENTIRE THING HELPA AAG
@@thecoweggs WTF THANK YOU ❤️
Love your vids man 👍
@@Tolatayo-nh8mr thank you so much!!
looking good, good luck! Commitment mode activated!
The gamedev urge to restart your project...
But seriously man, you gotta use version control, at least for the code. Learn you some basic Git, so you don't have to keep commented code laying around. It also makes refactoring easier, because you can just go back if something goes wrong.
And the project looks really cool, it's got that vibe!
I started! It still scares me but I’m doing it :)
Cool to see. Best of luck.
Love your videos man you inspired me to make games myself
Long time Zeth. Good luck with the restart!
Hope you’re doing well buddy! I miss our long chats
@@mz_eth Same! We'll chat again soon.
Wow the game looks so juicy!
Thank you!
Did you add your project to a source control like Git yet? It really helps when removing stuff, because you know you can always go back to older versions of the project and reapply the removed code. Also it's a nice backup in case your PC corrupts, breaks or gets stolen.
Love to see you continuing to work away at this!
Thanks dude! Also hope your stuff is going well too! Saw your music upload the other day nice job!
God spoke to me through this video, you let the angels through.
How did you learn to do post processing so well the atmosphere looks so good I’m making a 2d top down game and I’m trying to make it look good and it still looks so bad 😂
How very brave, facing your past
Refactoring my Dream Game | Godot Game Devlog
The graphing notebook is so real 😭
source control. Get source control.
Cool Beans
How did you get the gorgeous lighting effects??? I use godot too and haven’t looked into lighting at all and this looks amazing
Laser stick my beloved
Good luck!
Noice
Yooo new zeth vid!!
Yo cloud! Hope you’re doing well!!
you look good!
If you're refactoring anyway, might I recommend declaring variable types and static typing instead of dynamic typing? You'll get performance benefits and easy bug-fixing like this!
Have you considered adding a white outline to the player to make it stand out more from the background?
I’m poor can you please make a free version of the Patreon lighting tutorial
Honesty I don’t think there’s anything wrong with restarting the project. As long as the person’s still working on it, I’ve always seen it as a good sign.
There is nothing wrong, except that in most cases you‘ll never finish anything with that attitude.
_"I've always seen it as a good sign"_ until it is all that you see.
love me a good update
Wait wait wait YOU MADE A STICK.... SHOOT FUCKEN LAZER 😮WTF
Not sure if you use version control, I'm only two minutes in. When you mentioned leaving in commented code because you're scared to delete it - that's one of the benefits of git. As long as that code existed in one of the commits in your history, you'll always be able to find it again
gr8 vid
yayyyyy
Currently, I'm just teaching myself everything except for the coding.
What do you use to make pixel art?
@@static7950 I do it in photoshop
@@mz_eth Thank You!
Cool game
Woah you’re still alive??!??!?
I am :)
@@mz_eth that’s good. Convenient timing to post too cause we just made the art name theme you today
1:11 Subscribed for EPICTITTIES
Take it from a Sr. Enterprise dev. Learn to use a version control like Git. Then nothing is actually lost when you delete code.
If you want free content, just add mod support and i’ll add so many cool things
Ok, how do you get so many sponsors with less than 50k subs. I promise this isn't an insult I'm just curious?
Step 1: Be appealing (to sponsors)
Step 2: Be active (in seeking)
Step 3: Be lucky (by retrying)
Step 4: Be confident (on accepting)
@@ultimaxkom8728 Cool!
Are you gonna port this game to Redot? I love the look of this game but i dont know if i can support a company that goes political in something that doesnt need to be
@@dracothegolden I’m totally out of the loop, what did they do that was political?
@@mz_eth The gadot twitter randomby tweeted about games being woke and wanted to community to show off their woke game. The community manager then went to blocking a bunch of people on twitter who rightfully said "Hey you guys are a game engine. Why do you care about politics?" this led to a lot of revilations about the community manager the creator of Gadot and eventually a fork of Gadot called Redot that is apolitical and plans to add and fix features the Gadot team has said they's do for years. there's a lot more honestly please look it up on youtube there's plenty of videos to give you better detail than I can in just a comment.
Camel!
You should try to make a 3D game.
Are you sure you don't need a state machine? Gunna get real messy the more code you put in but maybe that's just me lol
Yeah 100% main characters in my type of games never really need them. In the beginning I did it because everyone suggested it, but after experiencing both, state machines make more sense for enemies
cool
I keep seeing people restarting their games and it bugs me so much. Are you trying to create something or are you trying to be an amazing programmer? There is ALWAYS going to be bad code and if you spend all your time trying to fix your ugly code, you'll never release anything. Thats not to say that you shouldn't strive for cleaner code, but projects have a life span and its already all too easy to end up in development hell. Don't make it harder for yourself.
I commend you for not just throwing the project out, at the very least.
Please tell me you're using Git
What do you think about ReDot ?
@@AnesPro0 I’m just starting to hear about it, but I haven’t looked into it. What is it?
@@mz_eth It’s a fork of the Godot engine, built under the principle of 'focusing on the engine.' It seems to be heading in the right direction, but it’s still in its early stages.
@@mz_ethRedot is just a "reskin" of Godot made because of a Culture War spat on twitter. It hasn't even attracted actual developers yet and heavily relies on a fleeting "controversy" to remain relevant.
5:55 player has dynamic shadow but other entities not?
The mixing of light and shadow is super inconsistent 😅 why does the fire throw a long shadow for you but not the lamp you are holding? The lamp isn’t even lightning up anything…. The dynamic shadow looks good but it inconsistent then it looks bad like why only this emits shadows but not other light sources…..
@@FortbloxNET utilizing shadows is a big performance hit, so I use it sparingly for important elements. Nothing will be perfect, I think the lamp not having a shadow is fine, if anything I push for less shadows
@ naaaah I had a project similar to this. With top down. And shadows everywhere. It depends on the implementation. Not everything muss be a performance killer, it’s 2d and not 3d RTX whatever 😅 if that’s your artistic art style then do it as you wish.
@ the shader that makes fog mixed with shadows absolutely has performance hits. Don’t you use unity? Also your games don’t have much lighting or effects at all it seems? Also are you testing in 4K or ultra wide?
@ yes unity. My mentioned game is not on my RUclips channel 😊 I don’t test with 4K or wide support. Why would I? If the game is made for 16:9 1080p that means it zooms in on 4K. You don’t get more stuff to see. Don’t know if I explained well. And my game has chunks. I render shadows only for the part what you see and not somewhere offscreen. It should not matter how much shadows you use if you show 2d shadow only on screen. It should not really matter if you have one shadow emitting objects or 100. it should all be rendered on one kind of shadow layer that you display. Why can you zoom out on terraria in 4k like hell and every tile has its shadow „theoretically“ and your pc doesn’t explode?
1 MIN AGO??? ❤
@@kilabeann HELLO :)
@@mz_ethhey dude!!! I love your game so far, I’m actually making a game which takes pretty heavy inspiration from yours and others in the genre. Keep up the great work!
Yo
Love the content. But you talk really fast…
@@Squish-z1y I know! Not intentionally I promise
That music is so bad, my lord.
you should switch to Redot, its an improved fork of Godot
its not improved at all.
@@IPlayKindred there will be improvements. maybe they aren’t out yet since right now it’s still in beta, but there will be.
@@JefftheGDPlayer How do you know there will be improvements BUCKO? DO NOT BS ME, U LITTLE P O S
@@madaraainna damn dude, you dont have to get that mad. jeez..
ik there will be improvements because they stated *multiple times* they want to add improvements.
@mz_eth Yo wsg dude just started watching your vids and as a fellow game dev , I was wondering what software you use to create you pixel art? Thanks dude and keep up the good work!
Edit: Also any tips on godot game deving would be amazing. Gotta learn from the best!