Тёмный

Getting Started with 3D in GameMaker 

DragoniteSpam
Подписаться 9 тыс.
Просмотров 111 тыс.
50% 1

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

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@Jojokesuke
@Jojokesuke 4 года назад
For those who get a black screen. In the room editor make it so the tiles layer is above the Instances layer.
@mattspng
@mattspng 2 года назад
thabnjs tu
@mattspng
@mattspng 2 года назад
Nvm it's still broken
@mattspng
@mattspng 2 года назад
nmv my b fixed it
@thealternian3476
@thealternian3476 2 года назад
This also applies to having a view of just the tiles you used as a flat texture.
@twistcmyk
@twistcmyk 7 месяцев назад
how did you fix it?@@mattspng
@zackydev
@zackydev 4 года назад
This is what im gonna do in quarantine i guess thanks for uploading a proper gms2 3d tutorial
@mailmallett
@mailmallett 3 года назад
Never attempted 3D before. It's nice to see it's real easy to set up. When it comes to actually make stuff that works well, different story I'm sure. This was an awesome video. Thank you, dude. Good stuff.
@mimithinks7
@mimithinks7 3 года назад
the thing I love is that he always shows the reality on coding, you don't get everything on one go, I think its pretty funny for the most part, keep going!
@toaron8882
@toaron8882 6 месяцев назад
Hi Dragonite! I'm a person who wants to develop games! I'm really happy to find this tutorial to help me with my first 3D Game! Thank you for this tutorial, much love from three years later!
@powergannon
@powergannon 4 года назад
I've owned GMS2 for a while, but I've been using D3d functions for the past 10 years. Well, I guess it's about time I learn the new system.
@spookytortellini6038
@spookytortellini6038 6 месяцев назад
So awesome. I went through the video the first time and got a black screen. I thought maybe this video is outdated. But knowing myself, I gave it a second watch and apparently did it right this time. Can't wait to learn how to move around and interact with objects. Hopefully.
@twistcmyk
@twistcmyk 7 месяцев назад
still getting a black screen even after rearranging layers, i've checked every comment suggestion and triple-checked all the code and seemingly no dice
@NickSinnesloeschen
@NickSinnesloeschen 2 месяца назад
Great Tutorials! Very well explained and with a sense of humor, dig it. I manageg to hack together a doom clone ages ago in GMS 1.4 - But now i finally caved in and moved on to GMS 2...sigh. And i wanna do some retro style, rough, janky 3d shit. So you're now my spirit guide on that journey. ;p
@guyprinny
@guyprinny Месяц назад
Sorry, this is my last question, I've basically figured out everything I want to, but I'm just wondering how you'd approach drawing 2D sprites/layers/tiles on top of the 3D? (Like having a 3D background with 2D gameplay similar to a lot of DS games). I assume that there's a way to stop the 3D camera and then draw the 2D sprites, but I can't seem to figure it out. Thanks!
@blackgrinch
@blackgrinch 4 года назад
Thx Man it's the best tutorial on that topic I could find out there.
@treeno6654
@treeno6654 4 года назад
By the way, it does matter where the camera layer is since it has to be under the Grass Tiles. Not sure why, I am using objects but it doesn't seem to work when the camera is a layer above the grass objects.
@colinboyette5566
@colinboyette5566 4 года назад
So glad you said this, I spent like an hour tryna figure out where I went wrong
@treeno6654
@treeno6654 4 года назад
@@colinboyette5566 no problem!
@Nathidraws
@Nathidraws 2 года назад
Who needs unity or unreal engine when you have Playstation 1 looking 3D
@DragoniteSpam
@DragoniteSpam 2 года назад
exactly
@pedrogeraldi7540
@pedrogeraldi7540 4 года назад
Note: You have to activate a viewport for it to work, at least that is what i had to do in game maker version 2.2.5.378. Aparently it do not catch the default camera using the camera_get_active() so it dosent change any properties of the camera.
@DragoniteSpam
@DragoniteSpam 4 года назад
It didn't seem to need it when I tested it (I'm also on 2.2.5.378), but using views definitely couldn't hurt. (You have more control over the viewport that way, anyhow.)
@pedrogeraldi7540
@pedrogeraldi7540 4 года назад
@@DragoniteSpam strange i suppose that this must be a bug... i even started a new blank project to test it out and the results are the same haha anyway thx for the tutorial! ^^
@Gieskebon
@Gieskebon 4 года назад
@@pedrogeraldi7540 Working with the same version and I had to do the same as you. Enable Viewports and viewport 0 on visible. Now it's visible.
@coxyx5836
@coxyx5836 4 года назад
I do enjoy your GMS2 vids, and just wondered - any chance you could put them into a separate playlist - including future vids.. many thanks - Keep up great work ! ahh I did just find u put them in one big game maker PL.. but still a thought for you ;)
@DragoniteSpam
@DragoniteSpam 4 года назад
Separate them out by category? Yeah, I guess it would make sense to do that!
@JAFYgames
@JAFYgames 2 месяца назад
Is really hard for me evolve from the 3D of Gamemaker studio 1 to this new way of making 3D
@yummyninjaa8991
@yummyninjaa8991 4 года назад
How would I go about drawing 2d sprites in the 3d area in a paper mario style?
@DragoniteSpam
@DragoniteSpam 4 года назад
I made a video on that a while ago: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-H_-Ulj8xulE.html You'd want to use matrices rather than d3d_transform though, and you'd have to do a few other things if you want the sprites to work with stuff like lighting and fog.
@mikeythestickman7829
@mikeythestickman7829 3 года назад
Kinda like a 90's game
@spacesandwich5593
@spacesandwich5593 3 года назад
Correct me if I'm wrong but the reason the camera was inverted could be because you were 400 units UNDER the floor instead of over it? I made the Zfrom value negative and left the Zup positive and it looked right
@DragoniteSpam
@DragoniteSpam 3 года назад
That's one solution, but I really don't like having to invert the z coordinate of everything in the world (I rarely use the room editor for 3D). Later I did a video specifically on the up vector: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GuWzcXO3DgY.html
@TheRealLifeSonicTheHedgehog
Ok ima watch all the tuturials
@lacamendry1731
@lacamendry1731 3 года назад
Yo My Man. I learning this Cuz I want to became a developer of Mine-Imator.
@thoaluu4450
@thoaluu4450 2 года назад
why when drawing in 3d the picture has a perfect spr but it's black
@UsernotFound2018
@UsernotFound2018 Год назад
Im taking Notes Of This and, Still some What Learnig The how it "Be" or "Does", i like it
@pedrogeraldi7540
@pedrogeraldi7540 4 года назад
Great tutorial! Keep It up Bro!
@DragoniteSpam
@DragoniteSpam 4 года назад
Thanks!
@hexdebt7670
@hexdebt7670 3 года назад
Heya Dragonite! I really do appreciate the tutorials, You're a godsend! I do have a question though and I'm not sure if it's been asked before... Or where the answer really is. ======================== I want to create a 3D game WITHOUT models, I understand I'll need to individually write positions for each face of each 3D object and I'm absolutely prepared for that! In your later videos I see you're able to draw each face as a different color, I understand how that works and can replicate it. Instead of changing colours however, *I want each Primitive to have a different TEXTURE.* Is there an easy way to change the texture for each primitive in the Buffer? Could you point me in the right direction? Thanks a million!
@Ragnark1
@Ragnark1 4 года назад
How you ever created a video about how to deal with gimbal lock in 3d rotations? A quaternion script with a related video would be nice.
@DragoniteSpam
@DragoniteSpam 4 года назад
I have not, could be useful though. I'll write it down for later!
@CrazyGamerDude17
@CrazyGamerDude17 3 года назад
yea I was just curious cause I thought I remember undertale was made by Toby Fox and I realized that deltarune is also by Toby Fox so I looked it up and realized it was made by gms2 and deltarune has a 3D level so it confused me since i had no idea it was possible to make 3d in gms2
@LoopyYTOfficial
@LoopyYTOfficial 4 года назад
All that happens when I put the camera object in my room is that it zooms out a little, it's still looking straight down towards the room. EDIT: I copied and pasted your code exactly from the link you provided and I get the same result, also, none of the values I change in obj_camera have any affect, it's always just facing the room and a little zoomed out.
@DragoniteSpam
@DragoniteSpam 4 года назад
That sounds like there's a camera or view somewhere set up wrongly, or if changing the values doesn't affect anything, perhaps there's either another camera rendering (do you have more than one views active?) or the main camera isn't rendering at all.
@RedsparksRoost
@RedsparksRoost 4 года назад
I had the same thing and I swapped the layers around so that the camera was below the tiles and it worked. May be it's a draw order thing.
@A_guy_named_ivan
@A_guy_named_ivan Месяц назад
how did i never know about this feature?!?!?!?!
@tioosan-mh8zc
@tioosan-mh8zc 4 месяца назад
this is really amazing thanks for the video
@wwazman
@wwazman 7 месяцев назад
ok so where's the tutorial on how to move around in the room? That should have been a KEY part of this video!
@SonictheHedgehogInRealLife
@SonictheHedgehogInRealLife 4 года назад
so how do you fix the inverted camera?
@DragoniteSpam
@DragoniteSpam 4 года назад
Here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GuWzcXO3DgY.html
@isidrotorrescamacho9113
@isidrotorrescamacho9113 8 месяцев назад
im using the code but the game dosent launch
@layranatsumi3675
@layranatsumi3675 Год назад
it says that the grass sprite is marked for no export and has been used and idk how to fix it. if i enable the screen gets black
@DragoniteSpam
@DragoniteSpam Год назад
uncheck "disable source export" in the tileset properties
@layranatsumi3675
@layranatsumi3675 Год назад
@@DragoniteSpam it works now! thanks!!
@emamess
@emamess 2 года назад
your voice and mannerisms sound like toby fox's
@blaze_tron8241
@blaze_tron8241 3 года назад
I use unity for 3D and game maker for 2d
@larryteslaspacexboringlawr739
@larryteslaspacexboringlawr739 4 года назад
3d is way beyond my skills, but thank for good video
@ZerobreakerEduEnt
@ZerobreakerEduEnt 3 года назад
if you can walk around a real world without walking into things and you dont need to flattern yourself out like a sheet of paper to slide under a door to move around then i am sure with time and lots of trial and error you can do it, we are only limited by our own thoughts and you shouldnt let that get in the way if you really wanna do it. i'll be finally trying it soon.
@Leonardo-jk4wu
@Leonardo-jk4wu Год назад
it doesnt work... copied Code and background turned black... i played around and now i see the gras like 2d... not in 3d...
@IAmSaKo
@IAmSaKo 2 года назад
This isn't working for me on the newest version of gamemaker for some reason
@DragoniteSpam
@DragoniteSpam 2 года назад
It definitely works. Is your camera above the background layer in the room editor?
@IAmSaKo
@IAmSaKo 2 года назад
@@DragoniteSpam ohhhh! It was. I just saw the pinned comment, I guess it did matter after all. thanks for the reply!
@axs203
@axs203 2 года назад
You are very amusing!
@hhcdghjjgsdrt235
@hhcdghjjgsdrt235 4 года назад
make a complete 2.5D game tutorial.
@DragoniteSpam
@DragoniteSpam 4 года назад
Perhaps.
@Aires457
@Aires457 4 года назад
Second video coming soon?
@DragoniteSpam
@DragoniteSpam 4 года назад
This week, hopefully. I'm about halfway through editing it right now.
@zackydev
@zackydev 4 года назад
@@DragoniteSpam okayyy.....
@hati3813
@hati3813 10 месяцев назад
Rat notes are being taken. 📝🐀
@Tempe_
@Tempe_ 4 года назад
if anybody followed this tutorial and ended up with a black screen, try checking "enable viewports" and then for viewport 0 check "visible"
@antoinest-pierre5778
@antoinest-pierre5778 4 года назад
2.5D or 3D ?
@DragoniteSpam
@DragoniteSpam 4 года назад
I don't know what this question is asking but I'm going to go with 3D.
@SioxerNikita
@SioxerNikita 2 года назад
Aww, shit... I just prefer these things in text so I can quick refer back and forth... Why do the majority of the population have to like videos XD
@nst_presents243
@nst_presents243 Год назад
i want to make a sonic 3d game
@justachipofftheiceberg6313
@justachipofftheiceberg6313 8 месяцев назад
PLEASE WE NEED A DOOM STYLE 3D TUTORIAL FOR GMS2 THERE ISNT ANY AND IT AWFUL
@Ouren
@Ouren 5 месяцев назад
Just wanna advise against doing 3D in Gamemaker. Don't ask me why.
@Spliffurt
@Spliffurt 3 года назад
I'll never understand y they think they're cool enough to completely remove d3d, like y not just have both
@DragoniteSpam
@DragoniteSpam 3 года назад
"why not have both" is one of those things that quickly leads to problems in software development
@whatamidoingrightnow
@whatamidoingrightnow 2 года назад
The 1kth liker
@masterjohn3126
@masterjohn3126 Год назад
try not to find a GMS tutorial where unfunny people try to be funny and make everything longer than it needs to be challenge
@snoopcena4594
@snoopcena4594 4 месяца назад
Guy didn't have to share this wonderful info with the world, and I found his jokes pleasant :)
@LaxInsanity
@LaxInsanity 3 года назад
how to get a 3d game
@GlitchWorm
@GlitchWorm 2 года назад
didn't work lol
Далее
They Dared Me To Make A Game...
12:08
Просмотров 1,1 млн
Сколько стоят роды мечты?
00:59
Просмотров 803 тыс.
The Most Impressive Scratch Projects
11:00
Просмотров 4,9 млн
I Made the Same Game in 8 Engines
12:34
Просмотров 4,1 млн
I Spent 2,000 Hours Using Scratch
13:59
Просмотров 589 тыс.
The Diorama Camera in GameMaker
32:08
Просмотров 5 тыс.
I made Games with Python for 10 Years...
28:52
Просмотров 330 тыс.
Every Game Engine Explained In 9 Minutes (Part 1)
9:10
I Paid Fiverr Game Developers to Make the Same Game
10:25
choosing a game engine is easy, actually
15:08
Просмотров 475 тыс.