I tried out Godot once but then I realized that -Z axis is forward in Godot. It made me too confused so I returned to Unity
@WallDigital_17 күн бұрын
Honestly, would love to see more of these vlog style game dev/gym videos !
@NithinTHEHELL18 күн бұрын
is it just me or the video lighting so itching im unable to watch edit : thanks for the information on engines
@curiouspers18 күн бұрын
Great video!
@Arelias9519 күн бұрын
Late to the party, but when I implemented wfc instead of generating all orientations I would just have a bool that either allows rotations or not and then during lookup it would either pick from all orientations or just one. And shifting the compatible tiles with orientations is quite easy, so imho it saves the headache in the long run.
@Arelias9519 күн бұрын
What you also could do if you decide that steering wfc behaviour is getting too complex is just create some partially built blueprints that contain most important tiles and feed that to wfc, works like a charm.
@CyberStudios20 күн бұрын
Thanks for the emission tip! That is exceptionally important!
@TJGameDev20 күн бұрын
Any time!
@CyberStudios20 күн бұрын
Grabbed a copy of your game on steam :D. welldone and keep it up
@TJGameDev20 күн бұрын
Thank you so much!
@CyberStudios20 күн бұрын
Hey there, is his series still on going? 😮
@TJGameDev20 күн бұрын
No sorry
@CyberStudios20 күн бұрын
@@TJGameDev aaw no, but thank you for this series regardless, I learnt quite a lot from it and also picked up a copy of that Game Patterns book. Thanks for the efforts :)
@CyberStudios20 күн бұрын
This is absolutely amazing!! welldone!
@TJGameDev20 күн бұрын
Thank you!
@lapisthehuman23 күн бұрын
Hey man I just started thinking about this game randomly as I ate breakfast and found this video again because I couldn’t remember your name and never subscribed back in the day when I found you! I’m about to check and see if this game is out for me to play 💗🙏 just started thinking about how good of a game it looked
@АльКаль26 күн бұрын
Hello. Hello everyone, please tell me the names of the games from the video. Thank you.
@tayorain655428 күн бұрын
bro where can i get the assests of characters for learning
@TJGameDev28 күн бұрын
Synty studios
@chaosmachines93429 күн бұрын
turns out godot its more of grift cult then a functional software and after the twitter and discord drama i hate seeing the logo
@MilitaryTogoАй бұрын
This video since to have aged well now
@GezShonАй бұрын
After wokot situation, it seems you made a great choice
@stefantippi1Ай бұрын
Thanks from a gamedev newbie for the good advice
@drawishesАй бұрын
woah this content is what was lookin for
@hassandabo6288Ай бұрын
Lowkey hope we one day get a real game.
@thejollygrimreaperАй бұрын
i'm not a godot user myself, but i don't think a comparison of the 3d capabilities is really all that fair, unity generally while it can be made to run on low end system isn't really built for it, just like unreal, where as godot it is very possible to do simple 3d game while still running on relatively low end hardware compared to what you need for unreal and unity, it's a right tool for the job situation, i don't like the gdscript though not a fan there
@spencerdunn2313Ай бұрын
In the future you could look into google protobufs. Basically converts data into compact binary instead of json. Better for save data and MUCH better for multiplayer transmission
@spencerdunn2313Ай бұрын
Bruh i wake up starving how you not eat first thing
@spencerdunn2313Ай бұрын
Bruh the fact that YOU'RE game only has 17 reviews depresses me about my own progress 😮💨
@anthonyjones129Ай бұрын
I feel like a lot of bug fixing is logic puzzles and problem solving, moreso than making a system in the first place. Does that make squashing bugs more satisfying? And do you have a strong preference between making something new or fixing something extant?
@TJGameDevАй бұрын
Making something new is definitely more fun, but bug fixing feels great when you get a tricky one resolved
@Protech-ps6cwАй бұрын
Godot crashes Alot especially when you are making a big game all your work can go for waste
@Rilly999whitАй бұрын
Why I switched to unity to unreal engine because of how unreal it is💀
@wildmagic520Ай бұрын
Appreciate your insights regarding Unity and Godot. Thoughtful, level headed and common sense perspectives while being careful not to be hostile. I am diving in to learn Godot and Unity and wondered about how code can be translated between the two of them. Subscribed and looking forward to more of your videos.
@MartinKendrikАй бұрын
Well put together video, was helpful
@CartV2Ай бұрын
there was like 6 mins of programming followed by working out for the, need to workout inorder to get work done lol:D noticed the setting goal thing in the am tried it for work it really helped thanks bro.
@TJGameDevАй бұрын
haha thanks Cart, submit another app today
@ObsessiveGamesАй бұрын
Can just imagine. Set up camera, walk away, walk back to fetch camera, and you even walked far away. (steps reached? 100%) 😅 Then someone taking camera, then TJ fighting the bad guys for his content. Respect
@TJGameDevАй бұрын
haha, I was worried about someone yoinking it, luckily it was early enough that there weren't many people out
@nguyetle9867Ай бұрын
You can sell source code on unity strore or tutorial video code game on youtobe, i want learn and code it
@TJGameDevАй бұрын
selling the source code wont do much for you, since you wont know how it all works together. Id recommend checking out some of codemonkey or sebastian graves tutorials!
@Almighty7sStudiosАй бұрын
I thought I was the only game dev that goes to the gym😂 This is really motivating! Most based gamedev!
@TJGameDevАй бұрын
Thanks man!
@TYNEPUNKАй бұрын
so you go to the gym, cook, and now and again do a tiny bit of game dev :) always wondered why indie devs need to be muscle men who are expert chefs.
@TJGameDevАй бұрын
haha yeah idk how to make sitting at my computer wondering why my game doesnt work for hours interesting content
@RichardinSAАй бұрын
Maybe you already told the story and I missed it... but how are you full time? Did your game sell? Do you have lots of savings? Was curious because I myself am trying to figure out ways to go full time.
@TJGameDevАй бұрын
This was a Saturday. Game has made like 500 so far so not exactly enough to do it full time
@CodeMonkeyUnityАй бұрын
Bug reports with logs are sooo useful! By the way make sure you look into Unity Cloud Diagnostics, you just tick a button and it will automatically upload mini-bug reports when an error happens, including part of the log. I'm also a huge fan of "create a program you can follow week in week out without injury"! Nice!
@ginfizz111Ай бұрын
Just watching the first minute I can already tell you have massive real life latency issues, you are lagging like crazy. How can you live like that?
@TJGameDevАй бұрын
dont worry Comcast said they'd fix it
@nnichaelАй бұрын
taking notes: 1. walk to gym 2. walk in gym 3. walk out of gym 4. die on the walk back home
@bananadevАй бұрын
Super cool video, I love the videography at the start :)
@TJGameDevАй бұрын
Thanks man!
@Thomas-qc2dcАй бұрын
I’ve got those same shoes
@TJGameDevАй бұрын
Hokas!
@ZahhibbDevАй бұрын
As you point people to Github when they click on "submit a bug", won't that then require them to have a Github account? If they do need it then it feels like a pain-point as a lot of people would probably not go through that obstacle. If not, then it's all fine. :p
@Cussmem07Ай бұрын
Maybe I missed it but, how do you make the ends meet?
@TJGameDevАй бұрын
This was a saturday lol. Im a unity dev during the week
@creative.outletАй бұрын
Love the BroScienceLife game Dev vibe! Would be funny if anybody's taking it serious 😂
@TJGameDevАй бұрын
Glad you got the reference!
@kusumaglawe5455Ай бұрын
Hey, how do you make money from games??
@TJGameDevАй бұрын
Yup, about $500 in the first two weeks
@SecretZoneGamesАй бұрын
Clicked for game dev content - stayed for gym content
@TJGameDevАй бұрын
Thanks man! Hope you enjoyed it
@OliverBeebeАй бұрын
hey that steam uploader tool looks sweet, i couldn't find it in the description, would appreciate if you could link to it. awesome video!
@TJGameDevАй бұрын
github.com/Memori-Studios/SteamUploader Added to description, sorry forgot
@leemclafferty5622Ай бұрын
So you make enought money to not work? That would be cool. I go to work for 9 -10 hours gym and then bed. It sucks only having 1ish day to work on games.
@TJGameDevАй бұрын
Nah this was a saturday, I work during the week
@leemclafferty5622Ай бұрын
@@TJGameDev Dang, I hope you get there bud.
@kingbling7571Ай бұрын
Born to be a gym influencer, forced to be a game dev
@SondaPowerАй бұрын
😂
@TJGameDevАй бұрын
truuuuuuuuuue, but I like game dev so its ok haha
@Don-zo3tsАй бұрын
Make a fitness channel 😊 Great fitness advice 😮
@TJGameDevАй бұрын
Maybe one day
@dobrx6199Ай бұрын
Also, how did you make that custom script that uploads your builds to steam? I want to make a similar thing but for Unreal Engine
@TJGameDevАй бұрын
github.com/Memori-Studios/SteamUploader Heres what it looks liek for unity