Тёмный

Core Games Equipment Tutorial - How To Understand & Use Equipment in Your Core Game 

GamerTitan
Подписаться 4,6 тыс.
Просмотров 11 тыс.
50% 1

Хобби

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

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@TheNemesisProject
@TheNemesisProject 3 года назад
Love your videos thank you. Could you do one that involves pickups like for collection quests? I’m stuck on my current project as I can’t get that figured out correctly. Thanks very much!
@GamerTitanYT
@GamerTitanYT 3 года назад
Great idea!
@pc_tech_gamer8360
@pc_tech_gamer8360 3 года назад
Thanks for video
@bloxshortsdaily971
@bloxshortsdaily971 3 года назад
You’re amazing!!
@GamerTitanYT
@GamerTitanYT 3 года назад
You too!!
@codster90
@codster90 3 года назад
Any chance you could tell me how to disable the visibility or destroy the equipment upon death? Would be much appreciated
@GamerTitanYT
@GamerTitanYT 3 года назад
You can use the player.diedEvent then you can use loop through a players equipment and unequip it. for _, equipment in ipairs(player:GetEquipment()) do equipment:Unequip() end Something a long those lines. If you download my Weapon Buy Menu from CC you'll be able to see how it's done in the scripts as well.
@codster90
@codster90 3 года назад
@@GamerTitanYT I appreciate the response, and this is actually the solution i was actually able to get to work.
@stevenarvizu3602
@stevenarvizu3602 3 года назад
Does an object still need to be an equipment object if it’s something that is attached to the player on spawn? Or is it ONLY for things that need to be picked up/equipped
@жекаборисов-ш3к
@жекаборисов-ш3к 3 года назад
Hello, why is it that when you turn on two players, the skull is not taken? when you do it via shift += everything is ok pliz please
@жекаборисов-ш3к
@жекаборисов-ш3к 3 года назад
I have a problem with weapons after death, how do I fix it?
@HaloDiehards
@HaloDiehards 3 года назад
I'm following tut and the skull is sitting too forward on my dude's face. So I changed skull position like you did to -5, but when I push play it hasn't moved back at all. Doesn't matter if I set it to -20, it sits in the same exact place. I do have the skull in ClientContext, and the skull is selected in heirarchy when I set the position. Any ideas what's going on, here? Also, I've tried adding a flame and light to the top of the skull before I put it in ClientContext, but my character wouldn't move, even with all Collision off. So I followed your instructions, and then tried to drag the light and flame in with the skull after it was in the ClientContext folder and working, but now it just ignores the light and flame and they don't show up on the dude with the skull. Any info that might help appreciated, thanks! Oh yeah, I should add that I'm applying the skull using scripting, OnPlayerJoined, not using the trigger.
@GamerTitanYT
@GamerTitanYT 3 года назад
Hmm for both of your issues just to double check are you updating the template? The one you work on in the heirarchy wont replicate unless you update the template after making the changes.
@HaloDiehards
@HaloDiehards 3 года назад
@@GamerTitanYT Thank you. I have no idea what caused the issue, but I went back and followed your instructions with fresh pieces and it's working.
@pandaz4238
@pandaz4238 3 года назад
Awsome introduction to equipment! I've been trying to do something myself but ended up getting stuck at something. I'm trying to make an item to consume that Grant's the player powers. I've managed to make the abilities but they're not linked to the consumable item. I also wanted the item to visually disappear after consuming it with an animation but I have no idea how to do that. Please I need help
@GamerTitanYT
@GamerTitanYT 3 года назад
In terms of learning animation, my buddy WindfallDrifter has a video on how he does them: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-SZZhOUdr_Jk.html As far as granting powers through a consumable that is a bit more advanced and not something I can really explain in a RU-vid comment. However, this should help. You don't need to have an ability be a part of equipment. You can also take the ability and assign the owner. For example ability.owner = player will then allow the player to use that ability as the player is now the owner of the ability.
@bubblemage
@bubblemage 4 года назад
my current problem with core is that the "you don't need to know programming to make games in core!" is just a big lie. yeah, you can make as many maps as you want, but if you want to make an useful equipment, you have to code. if you want to make an useful ability, you have to code. if you want to know how default stuff works, you have to learn its code, and so on. i hope they keep bringing more help to users that can't program!
@GamerTitanYT
@GamerTitanYT 4 года назад
While I understand what you're saying, I've seen plenty of creators make games with zero code. Community content has come a long way. Anything that is needing to be very custom is going to require code, this is true in any engine.
@bloxshortsdaily971
@bloxshortsdaily971 3 года назад
@@GamerTitanYT Programming adds additional functionality. It’s not necessary to make a game but it’s very powerful if you do.
@GaryParkin
@GaryParkin 3 года назад
@Lady Ruru, have you seen this tutorial for beginner programmers in Core? I'm not a Lua guy at all, I come from a long C# background, so I'm tying to get my head around how scripts connect in Core. Hope this helps. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TAjh6AXLk-Y.html
@HealthyWC-2
@HealthyWC-2 2 года назад
@@GamerTitanYT Isn't that still using programming tho, if the users still have to provide it, its not really no code needed.
@kirkcavanaugh1493
@kirkcavanaugh1493 10 месяцев назад
Is it only my computer that can never hear these tutorials very well?
@sunkanmiakinyemi4980
@sunkanmiakinyemi4980 4 года назад
thx
@GamerTitanYT
@GamerTitanYT 3 года назад
No problem
@brylekimangelio7513
@brylekimangelio7513 2 года назад
PLEASE MAKE A VIDEO HOW TO PUT MONEY AND RUN IT IN A GAME
@bloxshortsdaily971
@bloxshortsdaily971 3 года назад
Your name is sounds cool
@GamerTitanYT
@GamerTitanYT 3 года назад
Thank you.
@EnemyDwarf-TTV
@EnemyDwarf-TTV 2 года назад
lol you literally just copy and pasted the bit we needed to know
@angellotinajero
@angellotinajero Год назад
I don't understand what this dude is talking about
Далее
What’s your height?🩷🙀💚
00:59
Просмотров 4,3 млн
How To Make A Equipment Buy Menu In Core Games
31:13
Просмотров 4,4 тыс.
I Made the Same Game in 8 Engines
12:34
Просмотров 4,2 млн
Core Tips and Tricks: Modeling
44:52
Просмотров 11 тыс.
Can You Beat Road 96 WITHOUT Hitchhiking?
13:46
Просмотров 803 тыс.
Это iPhone 16 Pro Max за 14000 рублей!
1:00
Tape Ice Cubes
0:17
Просмотров 12 млн