Тёмный

How To Setup A Weapon Buy Menu In Core Games (2021 Updated) 

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

I'm a Core Affiliate! 🔥 Join Core for Free and Start Creating Games. #affiliate
🕹️ gamertitan.com/get-core?s1=J1...
In the video, you'll learn how to setup the Weapon Buy Menu system CC Component, which allows you to have similar functionality to games such as Valorant and Counter Strike.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Learn how to use the Core Editor: gamertitan.com/core-editor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Join The GamerTitan Discord:
gamertitan.com/discord
Subscribe for more Core related videos:
ru-vid.com?...
Get more Core guides, tutorials, and case studies:
gamertitan.com/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#CoreGames #CreatedWithCore
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What Is Core?
Core is a platform that allows anyone to create, play, and share games with both their friends and a full community of creators. Built on top of Unreal Engine, with plenty of out of the box assets allows games with no coding or art skills to build their very own game quickly and easily with a "drag and drop" interface. All while being able to quickly publish them to the Core platform where they'll be instantly available to play. In the future creators will be able to generate income from their creations without the need for massive marketing budgets as anyone with a Core account will have access to any game that is publicly shared.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~-~~-~~~-~~-~
Please watch: "How to Make A Game In Less Than 24-Hours (Step-by-Step) "
• How To Make A Video Ga...
~-~~-~~~-~~-~

Игры

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

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@GamerTitanYT
@GamerTitanYT 3 года назад
Want to create your own FPS/TPS? Get started for free: gamertitan.com/get-core?s1=uEP53fPsk5M
@danieljeffery2905
@danieljeffery2905 2 года назад
Which of you videos covers playerhealth double jump and double health bar aka shield.
@aunsecosystem7326
@aunsecosystem7326 2 года назад
You are so awesome man! Keep up the good work!
@Liam-qk1qb
@Liam-qk1qb 3 года назад
This was really helpful. Thanks a lot!
@GamerTitanYT
@GamerTitanYT 3 года назад
Glad to hear that!
@barsgecgil3437
@barsgecgil3437 3 года назад
Thanks, this video is great help! This will be my first project and this helps a lot!
@GamerTitanYT
@GamerTitanYT 3 года назад
Glad it was helpful!
@zalliton232
@zalliton232 3 года назад
ur video was amazing. I searched for a video like this for about an hour and thank god finally, I found this thing. But I have a question, is there any way we can get money by killing enemy players? even if u don't have that feature right now thanks a LOT!!
@truelyvizonz
@truelyvizonz 2 года назад
Hi I have a question how do you add more triggers?
@niburya
@niburya 2 года назад
I want to do example: NUMBER[1] Sniper, NUMBER[2] Pistol, NUMBER[3] Grenate... what do I need to do to carry multiple weapons
@danieljeffery2905
@danieljeffery2905 2 года назад
Is it possible to use this system with a game that is pve not pvp?
@barsgecgil3437
@barsgecgil3437 3 года назад
Hey I have set this up just like this but still when ever I use the binded key in the buy zone the menu isn’t coming up. It is giving me the starter wepon I chose from the menu (I deleted the original started wepon) But its not opening the UI. Also when I toggled the interact setting the game is showing me that interaction is available (its showing interact: Press F) so I know I am in the buy zone but neither the interact button nor the button I binded is opening the Menu UI. Do you have any idea what might have caused this or any suggestions for a fix? Thank you for your time.
@GamerTitanYT
@GamerTitanYT 3 года назад
The triggers are under Buy Zones in the hierarchy, there is a team 1 and team 2 Buy Zone, which you must move to the location of the appropriate team spawns. Interact with trigger will not work, the player must be inside of the trigger then press the key bind. Hop that helps.
@michaelfryer127
@michaelfryer127 3 года назад
Hi, this was really helpful in my game! I do need some help tho, I have quite a few weapons now, and after I filled up the second row of weapons it just kept on putting them on that row. I have increased the size of the background and the itemsParentPanel, I just wanted to know how I can add a new row of item panels? Thanks!
@GamerTitanYT
@GamerTitanYT 3 года назад
It would need to be edited in the GT_BuyMenu_Client.lua on line 121. Something like this: if item.sort < 4 then itemPanel.x = item.sort * 280 elseif item.sort < 8 then itemPanel.x = (item.sort - 4) * 280 itemPanel.y = 250 else itemPanel.x = (item.sort - 8) * 280 itemPanel.y = 500 end
@michaelfryer127
@michaelfryer127 3 года назад
@@GamerTitanYT Hi again! I was wondering if it was possible to have multiple weapon buy menus running at the one time?
@walney2008
@walney2008 2 года назад
very good, study create game style CS, how have add bots traing game ?
@user-tp2ce7hz8d
@user-tp2ce7hz8d 2 года назад
Hello, the store only works on the server, purchases are not saved .if you exit and re-enter the game. I checked the boxes. help pliz
@GamerTitanYT
@GamerTitanYT 2 года назад
This system doesn't save purchases, it's used like Counter Strike and Valorant.
@giladbarilan310
@giladbarilan310 3 года назад
Can you do how to make a custom weapon in core
@GamerTitanYT
@GamerTitanYT 3 года назад
What kind of info are you looking for? My buddy Arkpoint did some great videos on creating custom weapons in Core: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-n637gecokuI.html
@giladbarilan310
@giladbarilan310 3 года назад
Ok
@clout9552
@clout9552 2 года назад
HELP i cant delete starting weapon
@foxsmith2770
@foxsmith2770 3 года назад
How do I make a weapon hot bar
@GamerTitanYT
@GamerTitanYT 3 года назад
There is a few of them on community content, one of them is by Buckmonster.
@OmarMohamed-on2xw
@OmarMohamed-on2xw 3 года назад
There is a problem if you killed yourself the amount of money increases. can you fix It please.!
@crimsontigerofficial335
@crimsontigerofficial335 3 года назад
Can you please help. My buy menu isn't popping up
@GamerTitanYT
@GamerTitanYT 3 года назад
Try disabling only allow in buy zone. If you don't set the triggers up for the buy zone with that setting checked players will never be able to open it. I'd also check you have the keybind set to a supported Core keybind string.
@crimsontigerofficial335
@crimsontigerofficial335 3 года назад
@@GamerTitanYT it was the string thank you so much bud
@laykhii
@laykhii 3 года назад
I don't see the menu can you help me My core name is OrzenGhost
@entertainmentviews4051
@entertainmentviews4051 2 года назад
Tu G
@hemmerlingrolf
@hemmerlingrolf 3 года назад
How to implement the tooltips for the CustomProperties ? Just by editing WeaponBuyMenu.pbt ( I need instructions to do this if really necessary ), or is there any other option?
@GamerTitanYT
@GamerTitanYT 3 года назад
You just right click a custom property and click add tooltip.
Далее
🎸РОК-СТРИМ без ФАНЕРЫ🤘
3:12:10
Просмотров 1,4 млн
ТЫ С ДРУГОМ В ДЕТСТВЕ😂#shorts
01:00
I Made My First Game in Godot in 3 Weeks...
26:21
Просмотров 283 тыс.
How To Make A Equipment Buy Menu In Core Games
31:13
Просмотров 4,3 тыс.
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 699 тыс.
Learning Unreal Engine in One Month to make a Game!
15:25
80 Year Olds Share Advice for Younger Self
12:22
Просмотров 1,7 млн
Core Tips and Tricks: Modeling
44:52
Просмотров 11 тыс.
КАК Я ИГРАЛ НА КОМПЕ ШАРФА В CS2
16:21
МИНИ ИГРЫ В STANDOFF 2 #shorts
8:37:23
Просмотров 361 тыс.