I LOST Everything And It's A GOOD Thing | Devlog #3

  Рет қаралды 10,045

RandomDev

RandomDev

Күн бұрын

Пікірлер: 142
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Before you go down in the comment section just to type “you should have copies of your game”, as I’ve said in the video I did have them. However for some reasons the most recent ones crash my laptop when trying to open them. I’m also not giving up on the development of the game so don’t worry about that
@inadad8878
@inadad8878 4 ай бұрын
I think my previous comment was hidden by yt. Rollback a recent Windows Update or Video driver.
@elijah-jones-inbox
@elijah-jones-inbox 4 ай бұрын
Not the end of the world. I did this on a game project after a few years in. I was able to catch up in like 2 months. I used to be a written code snob. I used Domo, which is a reporting tool. They have visual coding in it, and it's actually really nice. I feel like the logic is the most important part, and with the visual coding, you still have to think out all of the logic.
@BrutalMagik
@BrutalMagik 4 ай бұрын
You should be able to take your files out of the game project "content" folder and put into another UE project game's "content" folder. Something broke when I went from UE5.2 - UE5.3 and thats what I did in order to recover 99% of my progress.
@BrutalMagik
@BrutalMagik 4 ай бұрын
PrismaticDev has a pretty good cel shading video. kzbin.info/www/bejne/iJypqJhtf65riJo
@amanthedev
@amanthedev 4 ай бұрын
You could have used git , right?
@RasmusMolck
@RasmusMolck 4 ай бұрын
It's really great that you feel motivated from the loss of your work. Just remember that you might not feel the same way the next time it happens. Having backups that doesn't work aren't really backups. You absolutely should learn from this experience and make a more robust setup: start using version control (like git). You mention that you use visual scripting to buildi your game. This must be why you can't recover your work. If you had a backup of a text codebase then surely you could (as a minimum) copy your code to a new project and reuse it. Visual scripting can be extremely fragile and I've seen other people completely break and lose their game just by updating their game engine or something like that. If you stick to visual scripting then make sure that you have a setup where you can roll back to a working copy at any time and test that it actually works. Good luck with the project!
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I know, I was setting a git repository when my pc gave up which is sad, since if I had finished it I wouldn’t have lost it. But the second I get my laptop back that will be the first thing I’ll do
@michaelatkinson3139
@michaelatkinson3139 3 ай бұрын
@@RandomIndieDev :)
@talanock
@talanock 2 ай бұрын
Visual scripting being fragile is not true at all. Any code is fragile because everything is data and data can be corrupted. If you use C++, upgrading the engine can break just as easy if not more easily than using blueprint. Yes, Make sure you have source control and you'll be fine because every time you check in it's a backup.
@nullx2368
@nullx2368 4 ай бұрын
I know git can be scary but it's really easy you understand how it works. To be honest I'm not sure if it's worse with unreal (I use unity). This is way better than manual backups. You could also look into perforce which might be better than git for you. Also if you have a secondary PC, make sure to try downloading the project through git on that fresh PC. This way you know what you are uploading isn't damaged or wrong. (You could technically test this on same pc by cloning to a different folder)
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting it up and my laptop gave up half way
@alin5573
@alin5573 4 ай бұрын
Keep up the good work, Its great following your devlogs and being able to give feedback
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Thank you! And will do!
@IsaacPeek
@IsaacPeek 3 ай бұрын
So as a systems engineer by trade, if your version control fails or you copies are not working you can still retrieve data from the laptop hard drive. Get a usb drive container, remove the ssd from laptop and put in the new container and just plug it into whatever you need. Now you have your data as an external drive.
@DanPos
@DanPos 4 ай бұрын
Ouch that sucks but lesson learnt about using version control! Definitely a good think to be forced to refactor some code though for sure. Good luck!
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Yes exactly! And thank you!
@sfgmonah
@sfgmonah 4 ай бұрын
bruh. use git or something. this is painful.
@patek2385
@patek2385 4 ай бұрын
or just make a home NAS
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting it up and my laptop gave up half way
@patek2385
@patek2385 4 ай бұрын
@@RandomIndieDev there are two types of people, those who didn't make a backup and those who will make a backup.
@TheLeoGBA
@TheLeoGBA 3 ай бұрын
No backup team on TOP​@@patek2385
@Mikehy.mp3
@Mikehy.mp3 2 ай бұрын
Keep your head held high! Glad youre motivated to keep working on things, im really interested in the project and cant wait to see what you do with it! If you need music for your project, hit me up!
@Envixity---
@Envixity--- 26 күн бұрын
I love it Falcum ❤️
@PedroL.Rosario
@PedroL.Rosario 4 ай бұрын
You are doing well and I know how it hurts, I lost my HDD in 2019 and my project was lost, my luck was to find a backup in the cloud even though it was a very old version. I'm still working on the game and it was really cool to find your channel, you're motivating! Looking forward to your game, and I wish you all the best in the exam!
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Thank you so much! I hope you will be able to finish your project flawlessly from now on!
@PaxKing
@PaxKing 4 ай бұрын
While I am sad to hear this happened to you, it's good that it happened this early into the project and it's a lesson I'm sure many of us devs learned when starting. My hope is that you learn from this that making hard copies isn't the answer, rather that you invest just a small amount of time and look into source control. There are tons of tutorials on how to use stuff like git, and it's truly a lifesaver. The fact that it's free and simple should make it almost mandatory for any and all projects that go beyond a weekend game jam (in all honesty I would use git even in that case). Do keep your head up, learn from this and I'm looking forward to future devlogs
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Yeah I’m thankful this happened in the early stages and that I can learn from it
@Porplefish
@Porplefish 4 ай бұрын
Good stuff, I definitely feel like slowing down on Procedural generation is a good idea! It will be much easier to test if the game systems are fun to play with planned world first, then to see what kind of map the procedural world should generate before generating the world. Can't way to see more! goodluck
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Totally agree! I think I just got a little to excited 😝
@DeviTheGoat
@DeviTheGoat 4 ай бұрын
I'm happy that u took this as a good thing and a way to improve rather than just giving up ,keep it up!
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
You know I’m not one to easily give up :)
@Gknights
@Gknights 3 ай бұрын
Hi i just subscribed, expecting that i can learn things from you and I'm so excited about the game improvements in the future. Sorry I am not an english person so 😐 you might not understand me well
@NeonfireStudio
@NeonfireStudio 3 ай бұрын
Really the slime looking nice
@deviouschimp4663
@deviouschimp4663 4 ай бұрын
This has happened to me and I was devastated. Albeit, the game was rudimentary and the product of a child 😅, but I cried my eyes out because my backups weren't working either.
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I know what you mean bro 😭
@viewtifuljay2531
@viewtifuljay2531 3 ай бұрын
I imagine a game about a frog who is on a quest to avenge his dead species. Along the way he encounters many other creatures. These npcs guide him in all manor of crafts, technology, and wisdom. He befreinds some tribes and makes enemies of others, but he is the only frog left. Midway through he confronts the evil overlord who threw the realm into chaos and murdered his kind. Before he can deliver the final blow the overlord gives up his soul for one final spell. This spell casts the frog into the ancient past where no other organisms are as advanced as himself. Giant neanderthals roam the land and prehistoric dinosaurs run freely. A whole new procedurally generated land. Cursed, the frog roams the land alone before coming to the realization that there is no point. Before hurling himself from a cliff to end it all he spots in the distance a female frog hunting for food. Intrigued he learns that his species were not killed, but thrown back in time like himself. They have a thriving and culturally beautiful lifestyle where they live in the treetops and the frog now understands what it means to be welcomed and alive. He bonds with them deeply overtime, but soon a sickness comes through ravaging the frog tribes. One by one they are losing their minds reverting back to mindless creatures. The elder frog knows how to cure this sickness, but needs ingredients that can only be found in the future. Our main character frog sees that the sickness is now affecting his wife, and he can no longer take standing idly by. The elder frog freezes him in an ice spell that will preserve his body while the ages pass. Once eaons have gone, he is revived. Sadly again, he is the only of his kind. He must now reface the overlord and find a way to get the cure back to his people, but the overlord has seen his coming in a vision. The overlord has been preparing and waiting. The frog must now raise an army across the lands that will help overtake the reign of the overlord. In the end he wins and is triumphant. His allies work tirelessly, but can only open one portal to the ancient past. All the mages in the land are not nearly as intune as the overlord was. The problem is that its only strong enough to transport one item. And now at the end of the game our main frog must make a choice. The choice should be made by the player of the game. Send himself back in time to spend the last few days of his existence with his people, with his dying wife. Or send the medicine back and save his home, but die alone in the future. Thus ends the chronicle of Frog. Why did i write this?
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Man just made a whole bible
@EE22807
@EE22807 4 ай бұрын
I hope everything works out for you, this game really has some potential
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
It will dw!
@tiwaztyr4324
@tiwaztyr4324 4 ай бұрын
Its always a good thing when this happens. "There is Always room for improvement" :) -Except when you have exams ofc. haha Good Luck. Hopefully everything works out!
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Absolutely! And thanks!
@WanekoThaneko
@WanekoThaneko 3 ай бұрын
Lol I lost everything twice now, after the first time I realised that backups are key and after the second I realised the more backups the better. My game is level based so on a separate drive I add a new backup every time I finish a level (or some other major change) and where my project is located I keep a backup which is my "go to", replacing it every time I make some progress, now if I lose my project for whatever reason its not a big deal. Also a hard learned tip is to package your game every week or few to test if it actually works, don't want to work for 6 months only to end up with a complete mess of errors during/after packaging. EDIT: Actually just package every day, its better for your mental health and if there's a problem you can find it easier, the above was just because I'm personally lazy as sin.
@francobarrera5327
@francobarrera5327 3 ай бұрын
Did you consider versioning your project? This might solve all your backup issues and also help when you made some progress and you break something for some reason. 😊
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
I was setting up a version control when this happened
@slackamacgaming6721
@slackamacgaming6721 4 ай бұрын
Stay positive...that's all you can do...I had an external SSD go corrupt on me...lost 100+gb of models and textures...backup save files etc...what-r-ya gonna do...smile and take it that's about it...
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
That hurts more then what happened to me, hope you keep going!
@thecalculatedcreativecoder1428
@thecalculatedcreativecoder1428 4 ай бұрын
Dude!!! THE SAME THING HAPPENED TO ME, but I was working on my game for so long before. I just made a video about things that I did to improve the game this time around, but this time, I did so much more planning.
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Ill check it out!
@ArksideGames
@ArksideGames 4 ай бұрын
This is why I seperately zip my successful systems, and save them in drive or separate drive.
@ppussoma
@ppussoma 4 ай бұрын
already 1k subs, congratulation
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Thanksss!!
@rovercubecubixo
@rovercubecubixo 4 ай бұрын
Man it's cool to see other devs struggling in the same stuff that I'm struggling, because it kinda of reminds me that "I'm not the only one getting fucked here"
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Yeah I know how you feel
@DeadWayfes
@DeadWayfes 4 ай бұрын
Keep at it bro! I think when you redo stuff it turns out better, code wise. And agree on the refactor, takes a lot of time, in web dev i end up doing a new component from scratch instead of refactoring cause its faster
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I think so too!
@ImmacHn
@ImmacHn 4 ай бұрын
My dude, no git? Why? Using git is easier than making a game, especially as a solo dev.
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting it up and my laptop gave up half way
@ImmacHn
@ImmacHn 4 ай бұрын
@@RandomIndieDev Ahhh well, thankfully it was not too much work lost, and a good learning opportunity, first thing you do before you start, always, is the git repo.
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Yes exactly
@alexale5488
@alexale5488 4 ай бұрын
One of the reasons I hate using game engines instead of using frameworks. Using a framework is like using a bunch of scripts that run a library...impossible to corrupt. I still don't know why game engines tend to corrupt so many things...
@iljabrudel6224
@iljabrudel6224 3 ай бұрын
I agree with some other comments, use a version control system like git, it is free. Maybe not for big files, there you can make a backup with other free tools combinations (even every week archiving all content and uploading to a google space, wehre it is private). If you have money issues you could be creative and even making a good protected backup (encryprtion+password) and uploading it into the wild www , where you save the urls from where to get it. Rethink also on continue doing the overwork for yourself, after time it will just getting too hard and it is unhealthy in general.
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
I was setting up a git for the project when my pc died.. and yeah I'll take it slowly ones I get my laptop back. won't over work my self as much anymore
@iljabrudel6224
@iljabrudel6224 3 ай бұрын
@@RandomIndieDev I did not checked your last video , but all those mistakes you can also share inside the videos and it will by itself already gathering a lot of info for a video like, "if I would redo my project with my current experience and knoledge this and that I would do different and why" ;) I wish you good luck and have someone who also is for you there even on hard times, friend, family member dont rely only on comunity support for hard times. lastly just a reminder without health other things are not possible ;)
@m24f8
@m24f8 4 ай бұрын
And what does that teach us, kids? Correct. Use remotely hosted version control systems that smart guys developed long before most of us learned how to walk and don't rely on local backups only.
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting it up and my laptop gave up half way
@m24f8
@m24f8 4 ай бұрын
@@RandomIndieDev That's really unfortunate. :\ Do you have it now?
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I don’t have a pc rn that’s strong enough to use unreal, waiting for mine to get fixed
@Neon-x2t
@Neon-x2t 3 ай бұрын
You should make a sword class and climbing
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Was thinking about adding climbing
@paulbarriosduque1101
@paulbarriosduque1101 4 ай бұрын
You are progressing so fast I was wondering where and what are you actually studying? Keep up with the good stuff. Would love to see some of your logic implementing features, systems or solving problems. Thanks
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Thanks! I study game development and will do ;)
@chessersstudios1778
@chessersstudios1778 4 ай бұрын
bro its ok, most of the times, the knowledge of how to setup code & systems is more important tham the files themselves
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Exactly
@rainbowthumb9979
@rainbowthumb9979 3 ай бұрын
May I suggest something as a fellow dev? I've recently restarted my month+ project JUST to work on base systems first: Saving + Loading, Menus, Base Game feel... exc.
@lyomon9981
@lyomon9981 4 ай бұрын
The stuff should still be there
@joaquimneto5617
@joaquimneto5617 4 ай бұрын
You got this, frog man.
@mkaks22gamerserise16
@mkaks22gamerserise16 4 ай бұрын
keep trying bro i am also motivated by you but working in godot 4
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
You got this!
@secretsecret7475
@secretsecret7475 4 ай бұрын
Growing pains 💪
@el1mz930
@el1mz930 4 ай бұрын
I actually really like the illuminous night frog😅
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
😭😭
@cops99
@cops99 3 ай бұрын
W game ideas bro i knew cops was dead and boring
@grindalfgames
@grindalfgames 4 ай бұрын
I dont back my game up as often as I should. I think my most recent back up is two weeks old at this point....... I should go back that up right now :P
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Good idea!!
@kacast-
@kacast- 4 ай бұрын
yeeeeeaaaaaahhhhhh man the frog game
@JuhoSprite
@JuhoSprite 4 ай бұрын
Looks like u have an ASUS ROG gaming laptop? If thats right, we might have the exact same model, your keyboard and whole design looks a lot like mine. And the thing is, mine also stopped working recently, I have no idea why, but the screen stopped working occasionally, I always have to turn it off and on multiple times and just hope the screen will work somehow. Sometimes this does it, sometimes it doesnt... well anyways I switched to another device now and Im glad I did before it completely stopped working
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Yeah I had the exact same issue but at one point the screen just didn’t want to turn on, brought it back to the shop and now I’m waiting for them to either fix it or refund me
@OttoEko
@OttoEko 4 ай бұрын
you should check out sky children of the light for some cool ideas
@polar8107
@polar8107 3 ай бұрын
Sounds like you cooked your GPU - having been slammed with an unoptimized open world 12+ hours at a time. I suggest making small prototypes rather than trying to build the final product in a single project. Keep it up fellow procrastinator
@TheByteBard1
@TheByteBard1 4 ай бұрын
Do you not use source control? I think it's something you should really look into
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting a git up and my laptop gave up half way
@Alex-jx3if
@Alex-jx3if 3 ай бұрын
Do you use blueprints only or also c++?
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
mostly blueprints
@Fiper-
@Fiper- 3 ай бұрын
What kind of game you work on? I guess it's a RPG game
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Open world RPG yeah
@scrollex4798
@scrollex4798 4 ай бұрын
Gl with ur project
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Thx
@MisterOx
@MisterOx 4 ай бұрын
This video deserves a sub
@lipt0n187
@lipt0n187 3 ай бұрын
C'est giga intéressant
@intingido9751
@intingido9751 4 ай бұрын
please I beg you please use a version control
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I will next time
@M3gooo
@M3gooo 4 ай бұрын
you should have copies of your game ara ara
@mengxiaochao333
@mengxiaochao333 4 ай бұрын
Your game inspiration from BOTW or something?
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Ive actually never played botw or toftk 😭
@medusa3357
@medusa3357 4 ай бұрын
W
@netcore10
@netcore10 4 ай бұрын
This is why you set up github xD
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting it up and my laptop gave up half way
@noset6434
@noset6434 4 ай бұрын
W frogg
@Brick_is_cool
@Brick_is_cool 4 ай бұрын
Epik frog man
@JustinSixVideos
@JustinSixVideos 4 ай бұрын
how did you make this video without a computer 🤔
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
Did you watch the whole video?
@JustinSixVideos
@JustinSixVideos 3 ай бұрын
​@@RandomIndieDev Ohhh I misunderstood, you clarified that just the screen is not working. When I watched it first time I saw the laptop with black screen and thought you said it was completely dead
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
No worries ;)
@itsafish4600
@itsafish4600 4 ай бұрын
nice
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Thanks
@D4KiRZ
@D4KiRZ 4 ай бұрын
please use git to safe your projects xD
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
I was setting it up and my laptop gave up half way
@kelayt2.064
@kelayt2.064 4 ай бұрын
Am I the first LOL just wanna say the same thing I don't wanna like this but I have to LMOAOAO
@unubun
@unubun 4 ай бұрын
what is man yapping about
@G1brown
@G1brown 4 ай бұрын
@@unubun my question exactly
@treytavares1727
@treytavares1727 3 ай бұрын
People should learn about RAID before doing stuff like this. Probably learn basic stuff about computers period.
@RandomIndieDev
@RandomIndieDev 3 ай бұрын
I know basic stuff about computers. My job is litterly fixing phones and pcs, but the problem here was on the screen and since I still had a warranty on the pc I send it back since it wouldn’t cost anything
@maxtres764
@maxtres764 4 ай бұрын
Is it really a good thing tho🤔
@TELFI.
@TELFI. 4 ай бұрын
Mec est-ce que tu es français ?
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Non belge :)
@sabuthebadguy
@sabuthebadguy 4 ай бұрын
comment
@gamedevaccount-os8dv
@gamedevaccount-os8dv 4 ай бұрын
use git
@MichaelEmbers
@MichaelEmbers 4 ай бұрын
i dont believe it
@RandomIndieDev
@RandomIndieDev 4 ай бұрын
Wdym u don’t believe it?
@kraken5057
@kraken5057 3 ай бұрын
I will gift you the fortnite battle pass if you make it till episode 10!
@tanver3d982
@tanver3d982 4 ай бұрын
notisss
@Uhfgood
@Uhfgood 3 ай бұрын
Pro-tip - try not to swear/curse/cuss in your vlogs. So far you haven't said anything objectionable and it seems pretty all-ages appropriate, but you have to realize you'll probably have children watching, and really you should be a little bit more intelligent in your word choice (not saying you're not, but I'm just saying intentionally be a little more discriminating). Note I'm not telling you, you have to fill it with smart words, or a clever script, especially if you're not using a script in the first place. I'm simply saying be a little bit more deliberate on what you say. While I don't think anyone should write or say offensive material, if you're going to curse and swear, then be sort of up front that it's not for kids, and just go at it. Keep in mind, I'm not saying you should go this route, I don't think "shock jocks" are all that healthy for society, but basically don't use foul language if it's not your intention to be vulgar for comedy or whatever. Or if you swear like a sailor normally and that's how you want to talk. Sorry to sound so judgmental, but I wasn't expecting an f-bomb in the middle, of an rpg about a cute frog. Keep up the good work other than that, as I really like your style, and I'm subscribed and have liked all 3 of your devlogs.
@Neon-x2t
@Neon-x2t 3 ай бұрын
WOMP WOMP
How I FIXED my Indie Game!
10:40
BenBonk
Рет қаралды 31 М.
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3 МЛН
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 22 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Bedrock. Why?!
22:37
FundyLIVE
Рет қаралды 303 М.
Could Link Win the Olympic Decathlon?
26:03
windowledge
Рет қаралды 367 М.
I Made My Dream Game | Devlog #1
16:13
Sluff Gaming
Рет қаралды 4,4 М.
Bringing GLaDOS to life with Robotics and AI
13:04
Dave's Armoury
Рет қаралды 881 М.
Do All Good Card Games Have Lands?
12:19
BigHoles
Рет қаралды 158 М.
The Internet Played My Game (and it did not go well)
9:27
advancenine
Рет қаралды 249 М.
Bundles are Garbage (and here is why)
10:24
gerg
Рет қаралды 54 М.
Why Slopes are Shockingly Difficult for Indie Game Devs
17:20
Inbound Shovel
Рет қаралды 144 М.
Adding 2 New Mini-Boss Fights To My Roguelike - Devlog 5
9:40
Helper Wesley
Рет қаралды 22 М.