Тёмный

I Made A Survivors Clone In Godot 

Cakez
Подписаться 6 тыс.
Просмотров 13 тыс.
50% 1

Watch me live here: / cakez77
····················································································
When I used Godot for the first time I had a lot of fun. But I used the C# version instead of GDScript. So this time made a Vampire Survivors Clone using Gd Script in Godot. This video documents the process of me creating the game. Enjoy.
Game: cakez77.itch.io/tangy-survivors
····················································································
Twitch ➤ / cakez77
Twitter ➤ / cakez77
Patreon ➤ / cakez77
Discord ➤ / discord
TokTok ➤ / cakez_77
Coding ► / @cakezdev
Gaming ► / @cakeztv
····················································································
My Game Tangy Defense
store.steampowered.com/app/22...
····················································································
* About Me *
Hey! And welcome. I'm an indie game developer, currently working on a Tower Defense Game written entirely in C/C++, I tried using Unity or Unreal Engine in the past, but never really found much success. I'm mostly posting devlog / devblog videos where I show off the progress I make on the game.
····················································································
Check out some of my other videos!
• I Tried JAI, Can It Re...
• First Time Using Godot...
• Tired Of Unity? Let's ...
• This Made My Game So M...
• I Made Vampire Survivo...
• A Day In The Life Of A...
• My life changing year ...
····················································································
#godot #gamedev #coding

Развлечения

Опубликовано:

 

1 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 80   
@Jova
@Jova 5 месяцев назад
For anyone who experiences the invalid scene error: In my experience, restarting Godot is all that needs to be done. It happens frequently in my projects, often with the same scene, but I've never had to remake a scene or do anything special.
@Cakez77
@Cakez77 5 месяцев назад
I wish I knew this back then, it actually works lol
@user-rv2ib5dt7k
@user-rv2ib5dt7k 5 месяцев назад
This doesn't work for me, but seems to be related to some kind of recursive reference where node A requires node B and also the opposite. I haven't figured out exactly the case, but I don't seem to experience it until I start doing lots of exports between nodes. I keep starting new projects and keep running into it :(
@sunofabeach9424
@sunofabeach9424 5 месяцев назад
says a lot about stability of a game engine. "restart it and the problem is hopefully gone"
@luckyknot
@luckyknot 5 месяцев назад
@@user-rv2ib5dt7k it has happened to me i few times when i happen to change the type of the parent node and it has quite a few children.
@androidleeno7172
@androidleeno7172 5 месяцев назад
It happens to me when i open a lot of scene tabs
@jcen_
@jcen_ 5 месяцев назад
I don't know if you figured it out in the end but I think godot's project creator is pretty simple and straightforward. I just put the game name ("vampire survivors clone no. 14" or something) in the "Project Name:" field and project path is just the folder where you store your game projects (for me "D:/GameDev Projects") then I click the "Create Folder" button and "Create & Edit" and it's done. But renaming and moving files is still kind of bad and those invalid scene errors can sometimes be a real pain in the butt.
@broomob
@broomob 5 месяцев назад
this is wild, Ive been struggling with the multiple weapons thing for a couple days. what a lifesaver!
@Cakez77
@Cakez77 5 месяцев назад
Yeah, what a mess that was lol. Dictionaries are cool
@satrio_rivo
@satrio_rivo Месяц назад
Using the function in [AnimationPlayer]... That's new, haven't thought of using that in my project. Thanks for the video!
@Nyamistaya
@Nyamistaya 5 месяцев назад
Cool video, I hope there will be more Godot videos in the future
@Cakez77
@Cakez77 5 месяцев назад
Glad you like it bro, and yeah I will make another game in Godot for sure. I had a lot of fun, not sure what game yet to
@MrElmida
@MrElmida 5 месяцев назад
Für den Algorithmus. + Nice video, I liked the pacing and the overall cutting style.
@Cakez77
@Cakez77 5 месяцев назад
Holy fking shit man. Thank you so much for the crazy high tip. I don't know what to sad, thank you! Danke man! Das ist mega großzügig
@tonymorgan602
@tonymorgan602 5 месяцев назад
Hey, great video. It was really entertaining and I really felt your highs and your lows. The only time I have ever had an kind of issue with invalid/corrupt scenes has been when I've done something dodgy like duplicating existing scenes but I've been using Godot for years and I've had that issue 2 or 3 times. However, I do Its nothing to do with how you shut down the app. To me it feels like you may be doing something a little quirky in how you create your scene perhaps. I'll try and find a stream and see if I can see anything suspicious. Anyway, great video :)
@Cakez77
@Cakez77 5 месяцев назад
Glad you like the video bro thanks Interesting, duplication shouldn't break the scene tho lol. I also noticed that just restarting godot fixes the issue. Still confusing for newcomers
@mikelezhnin8601
@mikelezhnin8601 4 месяца назад
two points of somewhat harsh critique: 1) just asking "have you seen this" and flaming does not sound productive - link the repo with the game so people can check if they get that corrupted instance error or not 2) as the chat correctly said, and as you might have noticed, making UI attached to character camera not only can cause it to be off-center, but also makes in-game objects be drawn ob top of your UI, which you never want to happen.
@brandonjacksoon
@brandonjacksoon 3 месяца назад
That was interesting! Liked and subscribed))
@Cakez77
@Cakez77 3 месяца назад
Awesome, thank you!
@bearwynn
@bearwynn 3 месяца назад
the thing with the enemy pushing you was funny to me because right above your face is the box for collision layers and collision masking which would have easily solved your problem
@fuzzy-02
@fuzzy-02 5 месяцев назад
This can't be real. I was literally thinking all day of the technicalities of a survivors game and how they might translate to Godot. Your video literally came out like 4h ago. Thank you
@Cakez77
@Cakez77 5 месяцев назад
lol well good luck on your game bro
@Sunny659
@Sunny659 5 месяцев назад
halls of torment already exists
@kevinscales
@kevinscales 5 месяцев назад
ease() is the function you where looking for. There is also smoothstep(), lerp() [+ type safe versions: lerpf(), Vector2.lerp() etc], inverse_lerp() also remap() See also Curve (for arbitrary curves defined by points on the curve) and Gradiant (for interpolating between colors in a particular color space) .tscn files are text files, maybe open it in a text editor to see if there is a problem? Maybe click Scene->Quit when quitting? I have no clue
@Cakez77
@Cakez77 5 месяцев назад
Thats interesting, but ease(), what type of ease are we talking about? for example linear ease is x, but quadratic ease is x*x, just "ease()" wont be enough. We actually opened the .tscn file to have a look and found that is a referenced script could have been the problem. But I couldn't fix it.
@kevinscales
@kevinscales 5 месяцев назад
@@Cakez77 check the ease() documentation, the second argument defines the exponent [ease(x,2) for x*x], the documentation also links to a cheat sheet for the possible curves.
@MrChick1984
@MrChick1984 5 месяцев назад
I would recommend you to enable static typing for the GD script. You can do it in the editor settings.
@Cakez77
@Cakez77 5 месяцев назад
Damn that's possible? Holy! Good to know
@DamianCentkiewicz
@DamianCentkiewicz 5 месяцев назад
For delaying I recommend a using await with a timer. I'm using this for delaying enable an Area2D for attack in right time of the animation: "await get_tree().create_timer(.1).timeout" Timer is deleting by the engine after timeout. _physics_process using only if you updating a velocity or other inbuild physics elements. For the everything else use a _process. For the unavailable scene I had similar problem with an old nodes (deleted) in my plugin because engine was trying a find these and somehow I fixed this by moving lines and I still don't understanding this. So maybe engine is trying to add this scene before loaded. You can try close an all scenes in game engine befeor quit from him.
@Cakez77
@Cakez77 5 месяцев назад
So far noone really came up with a permanent good solution. So this should be fixed by them
@Huedini74
@Huedini74 5 дней назад
Cool!
@mikefulli
@mikefulli 5 месяцев назад
Did you use splitting from main scene to create all the other scenes? I create new scenes from scratch and have not got invalid scene error yet.
@MEMUNDOLOL
@MEMUNDOLOL 2 месяца назад
i had the issue with constantly corrupted scenes in the project once, the only thing helped was migrating everything into new blank project
@airleks6494
@airleks6494 5 месяцев назад
05:05 Schlitz Schlitz Schlitz. So Geil! :D
@Cakez77
@Cakez77 5 месяцев назад
xD
@ArsentyevYaroslav
@ArsentyevYaroslav 3 месяца назад
Thats what chaos looks like 😅👍
@Cakez77
@Cakez77 3 месяца назад
Hey bro, I'm happy you like it
@feelSmoothie
@feelSmoothie 5 месяцев назад
Good job, it would be nice to stress test Godot with this project. GDScript, C# is it worth the extra step to go for C#?
@Cakez77
@Cakez77 5 месяцев назад
Well C# has no editor support, so you have to google the documentation yourself. Additionally I don't think the "hot reloading" feature doesn't work as great. But don't quote me on that. So it's your descision if you want to go for it. Taken from Google: "C# integration is newer. As the language wasn't specifically designed to work with Godot, some code you write will be a bit more talkative. It is however the overall more mature and well designed language. You will find magnitudes more guides on how to write C# than GdScript, but not specifically for C# in Godot"
@Lansamatv
@Lansamatv 5 месяцев назад
new subscriber I love how you do these tutorials, you can continue making more clones like this, and when you can one clone of 8 poll ball from miniclip the pool game for android with multiplayer please ❤ but do it in tutorial mode more detailed each part , it can be done in parts,
@CarbonTaxLOL
@CarbonTaxLOL Месяц назад
How did you get assets for this game, Did you make them, Could you make a tutorial on how you got these assets?
@thiscris-qj7ce
@thiscris-qj7ce 5 месяцев назад
What is the repo that you are showing at 17:16 ?
@user-du9ch3tn2v
@user-du9ch3tn2v Месяц назад
I think ui should be done with the ui nodes. Use the ancor options and stack them, for better scaling and usability.
@TechAtScale
@TechAtScale 3 месяца назад
For anyone who experiences the invalid scene error: This was fixed in the latest 4.2.X. Renaming the file & then naming it back would have also solved it.
@NeZversSounds
@NeZversSounds 5 месяцев назад
For those invalid scenes error - could it be that you moved some files around without explicitly using "move to" dropdown method? I know it's kind of dumb. Renaming or moving folders breaks stuff in general.
@Cakez77
@Cakez77 5 месяцев назад
Hmm I only remember that I created the assets folder for sprites, but I kept the scenes in the root folder. Kinda stupid that you have to use a dropdown menu tho. That should be improved
@ekagaurangadas
@ekagaurangadas 3 месяца назад
You don't use git? That could help seeing the problem with the corrupt scenes.
@Cakez77
@Cakez77 3 месяца назад
I do actually but it doesn't help with this problem. It's a script reference error as I have found out lately
@tiktokdailyreview7015
@tiktokdailyreview7015 5 месяцев назад
For those invalid scenes: moving and renaming file are encouraged to be done in editor to so that scene depending on it are also updated, in that case dependancies are missing you can easily resolve in godot filesystem by right click on scene/resource and edit edit dependencies...but this case likely it is a recent bug I have also found it it very hard to replicate restarting godot or deleting the .godot folder sometimes helps
@Cakez77
@Cakez77 5 месяцев назад
I did use the editor exclusively but still got the error. You are right however that restarting is all you need lol. Just tested it, I wish I knew this before lol
@fartmerchant
@fartmerchant 5 месяцев назад
you could also use custom resources for different weapons (similar to scriptable objects in unity) I'm interested in doing the weapon animations through code instead of the animator, can anyone recommand a good tutorial?
@user-rv2ib5dt7k
@user-rv2ib5dt7k 5 месяцев назад
Tweens! You can tween basically any property. I'm loving them.
@josepescina4360
@josepescina4360 5 месяцев назад
YESSSSSSSSSSSSSSSS
@Cakez77
@Cakez77 5 месяцев назад
My man!
@danielbarlow1453
@danielbarlow1453 Месяц назад
The problem is Godot gets a little wonky when saving the .tscn file. When you fix it, I'm betting money you didn't save and close it, so it remembers your edits but continues to perpetuate the load_steps error. I wish Godot had a way of re-scanning the file if this happens. To get around it, follow my comment in response to Jova.
@Cakez77
@Cakez77 Месяц назад
Hey bro thanks for the help. The question ist tho, why is this not fixed already? This error is the worst for new users
@danielbarlow1453
@danielbarlow1453 Месяц назад
@@Cakez77 Honestly, I wonder the same thing...
@matiturock
@matiturock 4 месяца назад
PUM PUM PUM! jajaj
@matiturock
@matiturock 4 месяца назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-dPYRmzu0cgA.html
@Lansamatv
@Lansamatv 5 месяцев назад
Can you make more game tutorials in GDSCRIPTS please?
@NeZversSounds
@NeZversSounds 5 месяцев назад
with godot you can make 100% procedural and generate anything with code.
@Cakez77
@Cakez77 5 месяцев назад
Yeah I saw a video where some pair made an entire game with less than 10 lines of code or something
@Nyamistaya
@Nyamistaya 5 месяцев назад
I had a similar problem with files once, but it was due to a git problems
@Cakez77
@Cakez77 5 месяцев назад
Hmm okay, glad to hear I'm not the only one that has issues but sadly It was not related to git. It happened with and without git
@RGHdrizzle
@RGHdrizzle 5 месяцев назад
Unity has a good feature called scriptable objects. This makes it easy to have multiple weapons and other items. I think if godot has something similar to that , it would have have been easier for u. Anyways great video , I was planning to make a survival horde game and ur video inspired me to start developing instead of learning things first on a separate project and then work on the game but I believe learning while building the project is what makes it fun. Thank you
@Cakez77
@Cakez77 5 месяцев назад
Hey glad you like it, good luck on your project. And yeah just try things out, you learn the most that way
@MrChick1984
@MrChick1984 5 месяцев назад
Scriptable object == Resources in godot
@Kavukamari
@Kavukamari 2 месяца назад
SCHLITZ BOOM BOOM BOOM
@HansMilling
@HansMilling Месяц назад
I never get this error, they must have fixed it.
@bambooozeld
@bambooozeld 5 месяцев назад
Nice video #fürdenalgo
@Cakez77
@Cakez77 5 месяцев назад
My man big support!
@MEMUNDOLOL
@MEMUNDOLOL 2 месяца назад
text is so pixilated bcs u need to add a font
@Kavukamari
@Kavukamari 2 месяца назад
i agree programming in c++ is boring lol
@Andrew-px4on
@Andrew-px4on 5 месяцев назад
It's pronounced like the movie / French pronunciation (Guh-doh)
Далее
I Made My First Game in Godot in 3 Weeks...
26:21
Просмотров 60 тыс.
One Year of Learning Gamedev
12:18
Просмотров 55 тыс.
I Made Tower Survivors In Godot
37:07
Просмотров 2,1 тыс.
We made Vampire Survivors BUT in 10 Lines of Code
7:08
7 Weird & Forgotten DS Games
26:59
Просмотров 42 тыс.
I Made a Roguelike in One Day, but it's UNFAIR
9:45
Просмотров 24 тыс.
How People Reprogram Games...with a CONTROLLER
18:42
Просмотров 165 тыс.
This one mistake is killing my game
14:02
Просмотров 180 тыс.
Только девушки так умеют😂
0:59
Девочки,жиза?😂инст: sarkison7
0:19