Core Games Tutorial - Options Every Creator Should Know About

  Рет қаралды 8,197

GamerTitan

GamerTitan

Күн бұрын

Пікірлер: 50
@jac123hugo
@jac123hugo 3 жыл бұрын
Your step by step is simple yet straight to the point. Excellent way to get this done right the first time.
@hemmerlingrolf
@hemmerlingrolf 3 жыл бұрын
At 8:17, your Google-Chrome browser displays a little blue "i" icon. Now in 2021-05, neither with Chrome nor Firefox, there is no such "i" anymore, so no direct link to a "Examples and Snippets" for this item. In 2021-05, you now have to look at the RIGHT bar, section " Examples / bindingPressedEvent" - If you click there on "bindingPressedEvent", you get a proper code snippet, which is located on the same page, at the bottom section. It is even the same code snippet as of 2020-12 shown in the video.
@GamerTitanYT
@GamerTitanYT 3 жыл бұрын
Ah shame, didn't realize that. Thanks for the info!
@MurphyArtPrints
@MurphyArtPrints 3 жыл бұрын
This should be featured on the Core channel or something. Very helpful.
@InsertYourself
@InsertYourself 4 жыл бұрын
Oh my gosh I had no idea you were Morticai! I just followed the links of our Creator Spotlight and recognize the green profile picture instantly ;) Thank you for the contribution to the Core Community! Your work will never be forgotten :)
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
I am! Yeah a lot of people are unaware of the connection. The brand colors do help, and also I say this is Morticai in every video. Thank you for the support, I added you on Core as well :)
@varunaiyar6214
@varunaiyar6214 3 жыл бұрын
This was very helpful, thank you!
@jackie6182
@jackie6182 4 жыл бұрын
I love your core vidios
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Thank you for the support!
@jackie6182
@jackie6182 4 жыл бұрын
@@GamerTitanYT thanks for the great content
@DustinM83
@DustinM83 3 жыл бұрын
Some really great tips. I didn't know about the debugger, script helper, or history until this video. Thank you!
@GamerTitanYT
@GamerTitanYT 3 жыл бұрын
Happy to help!
@RayBenefield
@RayBenefield 4 жыл бұрын
I actually didn't even know the script helper was a thing! GREAT video! 😁
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Thanks Ray! Yeah, I didn’t know about it for the longest time. It was a game changer for sure, no pun intended lol.
@Arkpoint
@Arkpoint 4 жыл бұрын
Good stuff! Especially that segment on the history tab. There's nothing quite like seeing how many times you've wiggled around the default cube :D
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Thanks Arkpoint, I'm loving your tutorials as well!
@Arkpoint
@Arkpoint 4 жыл бұрын
@@GamerTitanYT Thanks very much! Nothing like helping folks remove motionblur 30 seconds at a time.
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Not everyone wants motionblur :)
@dans3XD
@dans3XD 4 жыл бұрын
Hi, how do you work with a creation team using core?
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
There are a few ways but the way I'd suggest is by using Github. I'll try to make a video on how to get it setup and some "gotchas" to be aware of.
@NoahHoi
@NoahHoi 4 жыл бұрын
Damn. Another VERY useful video! I'll watch this once I'm done with another tutorial of yours.
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Thank you :) Which tutorial are you on currently?
@NoahHoi
@NoahHoi 4 жыл бұрын
@@GamerTitanYT I'm still on the how to use core editor like a pro. I've procrastinated on it 2 days a row so I'm planning to finish it tomorrow.
@NoahHoi
@NoahHoi 4 жыл бұрын
Oh yeah and after that I'm planning to read the coding tutorial on your website.
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
@@NoahHoi Very nice, well hopefully you find it useful!
@pc_tech_gamer8360
@pc_tech_gamer8360 3 жыл бұрын
I learned a lot from this video
@TheCromcrom
@TheCromcrom 2 жыл бұрын
Love these tuts. Core seems amazing.
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Confused about networking and the different context types in Core? You won't want to miss this video => kzbin.info/www/bejne/rqO3hYaCqpyErbs
@kirkcavanaugh1493
@kirkcavanaugh1493 3 жыл бұрын
Hello. I was wondering if there is an updated version of Core or something? Because I do not get any of the blue circles like you have to see the info about each option. Also, when I use the script helper and right click then copy to clipboard it does not print up any code for me. It just copies exactly what is written and pastes that in the script?
@GamerTitanYT
@GamerTitanYT 3 жыл бұрын
Yeah the blue checkmarks are no longer on the API docs. Clicking copy in the script helper will only show how to call the function, not show an example snippet.
@airo4217
@airo4217 3 жыл бұрын
I have a question? I have been trying to find an answer, but I failed. GamerTitan, do you know how to give your game a different look or graphics than fortnite?
@johnparker4302
@johnparker4302 2 жыл бұрын
Can you teach us how to combine triggers using different scripts to make one script for example. In my game I want to trap a player in a boss arena until they die or kill the boss. Using your rpg quest giver I can make it so the next "quest" cannot be completed until they finish the previous quest. So how i have it set up now is that they start the quest quest leads them to a teleporter at the end of a dungeon and once they activate that teleporter they complete the quest. In the boss arena spawn there's an uninteractable trigger that activates the quest to kill the boss. In this context I can also make it so that they cannot use the exit teleporter unless they finish the "quest" which is to kill the boss but I need to somehow combine the triggers into one in order to avoid the player just running to the teleporter and exiting the arena.
@tauheedgamedev2388
@tauheedgamedev2388 4 жыл бұрын
I just downloaded Core yesterday so this video was very useful. BTW I had a few question about core, what is the situation with multiplayer in core does it have premade infrastructure or do I have to set it up? and when it comes to publishing the game can I publish it on other platforms like itch or steam or does it have to go on the core app.
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Core has multiplayer out of the box, nothing else is needed. In terms of putting it on Itch, there have been game jams where people have submitted Core projects I believe, but your games can only be published on the Core platform for now.
@tauheedgamedev2388
@tauheedgamedev2388 4 жыл бұрын
@@GamerTitanYT Cool thanks for that, I'm actually gonna start making my RTS game in January but still not sure if I should go with Unity or Core. Multiplayer out of the box sounds tempting though.
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Well, one thing you can do is in Core, create a new project -> select community projects -> select Merglandia, it's a game that was made by the Manticore team which is open source, that is "close" to an RTS, so that might give you a better idea of how it'd be done in Core.
@tauheedgamedev2388
@tauheedgamedev2388 4 жыл бұрын
@@GamerTitanYT Thanks ill give it a go
@space-cat-musicc
@space-cat-musicc 3 жыл бұрын
Hi, Can u make a video to create player stats? When player UP, he got 3 stats point for example.. with a panel to attribuate. Thx for video
@OldDucain23Channel
@OldDucain23Channel 4 жыл бұрын
Nice video!
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Thanks Ducain :)
@varunaiyar6214
@varunaiyar6214 3 жыл бұрын
Thank you
@mgs_beckett2263
@mgs_beckett2263 Жыл бұрын
Love it thanks
@shr3dd3rbtw24
@shr3dd3rbtw24 3 жыл бұрын
what happens if i accidentally close one of the tabs i did it and now idk how to get it back pls help
@GamerTitanYT
@GamerTitanYT 3 жыл бұрын
Click on window in the menu and press reset to default
@Dalajaa1Btk
@Dalajaa1Btk 3 жыл бұрын
Gracias :3
@AlexRummer
@AlexRummer 11 ай бұрын
It said the servers are down
@vladleahu8657
@vladleahu8657 Жыл бұрын
scripting is bull***it in Core every script I write is not working I don't know...
@InsertYourself
@InsertYourself 4 жыл бұрын
Why is your Core API not bookmarked lmao
@GamerTitanYT
@GamerTitanYT 4 жыл бұрын
Ha, I either have it opened in the browser all day anyway. When I actually need it, it just opens through the script helper.
@johnparker4302
@johnparker4302 2 жыл бұрын
Can you teach us how to combine triggers using different scripts to make one script for example. In my game I want to trap a player in a boss arena until they die or kill the boss. Using your rpg quest giver I can make it so the next "quest" cannot be completed until they finish the previous quest. So how i have it set up now is that they start the quest quest leads them to a teleporter at the end of a dungeon and once they activate that teleporter they complete the quest. In the boss arena spawn there's an uninteractable trigger that activates the quest to kill the boss. In this context I can also make it so that they cannot use the exit teleporter unless they finish the "quest" which is to kill the boss but I need to somehow combine the triggers into one in order to avoid the player just running to the teleporter and exiting the arena.
Core Games Editor Tutorial - Learning Properties (Step-by-Step)
25:26
How To Make A Video Game Without Coding For Free (Step-By-Step)
27:40
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Introduction to the Core Editor - Game Creator Toolkit Basics
7:50
Creating Environments in Core Part 3: Adding Elemental VFX
4:41
Creating Environments in Core Part 1: Modeling Terrain
6:26
Core Games
Рет қаралды 108 М.
Create a custom multiplayer game with Core in under 10 Minutes
9:28
Enemy NPC & AI - #2 Combat - Core (see description for news)
11:23
standardcombo
Рет қаралды 25 М.
How To Setup A Weapon Buy Menu In Core Games (2021 Updated)
21:42
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.