TheCreator

channel image

TheCreator

TheCreator

subscribers

Recently, I've been doing some tough thinking about why I do the things I do. Here are my thoughts.

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Discord: https://discord.gg/Q27rN7b
▶️ My Twitch: https://www.twitch.tv/thecreator133769
▶️ My Twitter: https://twitter.com/TheCreator1337_
▶️ My Reddit: https://www.reddit.com/user/TheCreator_1337
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
On GameJolt: https://gamejolt.com/games/speedrungame/371408
On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

▶️ TheCreator (the guy in the video & editing)
▶️ Thumbnail Background by Dana J. Wright from Pixabay
▶️ Light Rain Sound Effect by Mikhail from Pixabay

Music used (in order of appearance):
▶️ Persona 5 - Behind the Mask
▶️ Persona 5 - Take a Short Rest
------------------------------------------------------------------------------------------------
🔴 Timestamps:
0:00 - The Question
0:16 - Who am I?
0:58 - Who am I REALLY?
1:41 - Attempts at Improvement
3:10 - My Life is Good & Thinking vs. Feeling
4:30 - So, what now?
5:30 - Not everything has a clear reason
6:57 - Summary & Outlook

As always, this video is an experiment. I've done one recording session with pretty much no written script (just a few talking points I didn't really follow after the first minute lol) and one evening editing session. Maybe I can produce decent videos more quickly this way. We'll see.

▶️ Download it here: https://thecreator1337.itch.io/a-walk-in-the-park

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Discord: https://discord.gg/Q27rN7b
▶️ My Twitch: https://www.twitch.tv/thecreator133769
▶️ My Twitter: https://twitter.com/TheCreator1337_
▶️ My Reddit: https://www.reddit.com/user/TheCreator_1337
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
On GameJolt: https://gamejolt.com/games/speedrungame/371408
On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

▶️ TheCreator (Directing and Editing)
▶️ Sound Effect by floraphonic from Pixabay
▶️ Sound Effect from Pixabay
▶️ Road Image by RealAKP from Pixabay
▶️ Music from Resident Evil 4 Remake
------------------------------------------------------------------------------------------------
🔴 Timestamps:

0:00 - Very Direct Intro
1:02 - Inspiration - An Evening Walk
2:24 - Gameplay Concept - Music & Sanity
3:41 - Making a Prototype & Getting Feedback
4:55 - Vising "The Road" & Talking about that City Atmosphere
7:05 - Continuing Development & Why I'm Making this Game
8:40 - Very Mysterious Outro

After a long while, here's another video about a project of mine. This time it's a 3D Portfolio Website, made in less than two weeks. Enjoy! Also face reveal lol

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Discord: https://discord.gg/Q27rN7b
▶️ My Twitch: https://www.twitch.tv/thecreator133769
▶️ My Twitter: https://twitter.com/TheCreator1337_
▶️ My Reddit: https://www.reddit.com/user/TheCreator_1337
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
On GameJolt: https://gamejolt.com/games/speedrungame/371408
On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

▶️ TheCreator (Directing and Editing)
------------------------------------------------------------------------------------------------
🔴 Timestamps:
0:00 - Intro
0:44 - Epic Creator Intro
1:19 - Website Ideas
3:28 - Learning Three.js
5:30 - Planning the Museum
7:21 - Modelling the Museum
8:51 - Creating the Website
12:29 - Finishing Up
14:21 - HTTPS Troubles
15:25 - Retrospective & Future

Welcome to Part 2 of my Unitale Crash Course! In this tutorial, you'll be learning how to create and modify ACT commands. We will create two different act commands, which will allow you to spare the monster and will give it different dialogue depending on how often you selected an ACT command beforehand. I will also teach you about functions and how to add line breaks to your dialogue (very important!!!) Enjoy!

Timestamps:
0:00 - Tutorial Introduction
0:50 - Introduction To Functions
1:11 - How To Write Functions
2:07 - Introduction To If-Statements
3:01 - Renaming ACT Commands & What Are Tables
3:26 - Creating The "Apologize" Command
3:42 - Making the Monster "Spare-able"
4:09 - Changing Monster Dialogue
4:32 - Introduction To Line Breaks
4:55 - Adding Automatic Line Breaks
5:14 - Adding More Dialogue
5:28 - The Arena Dialog (BattleDialog)
6:02 - Creating The "Pose" Command
6:13 - Creating The Posecounter
6:43 - Creating An If-Statement
7:01 - How An If-Statement Works
7:23 - Adding An Elseif-Statement
7:41 - Adding An Else-Statement
7:56 - Finalizing Our If-Statement
8:32 - Showing Of Our "Pose" Command
8:52 - Tutorial Ending

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Twitter: https://twitter.com/TheCreator1337_

▶️ My Reddit: https://www.reddit.com/user/TheCreator_1337

▶️ My Vlare channel: https://vlare.tv/u/1gvpZWzt
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Knitja
▶️ On GameJolt: https://gamejolt.com/games/knitja/448626
▶️ On itch.io: https://thecreator1337.itch.io/knitja

▶️ Speedrun: The Game
▶️ On GameJolt: https://gamejolt.com/games/speedrungame/371408
▶️ On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

-TheCreator (Directing and Editing)
-Music and Sound Effects from Undertale

This is the first part of my Unitale crash course series. In this tutorial, you will learn how to change monster attributes like its name, hp and the amount of gold you receive for defeating it. Enjoy!

Timestamps:
0:00 Series Introduction
0:24 Course Requirements
0:39 Creating Your Mod
0:50 Mod Folder Structure
1:26 The Monster File
1:37 Variables Introduction
2:09 Unmodified Battle
2:29 Changing the Monster's Name
2:48 Variable Types
3:17 Quotation Marks
3:37 Changing the Monster's HP
3:55 The Boolean
4:09 Removing the Check Command
4:42 Adding new Variables
4:52 Unitale Documentation
5:18 Giving the Player Some Gold
5:54 Outro

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Twitter: https://twitter.com/TheCreator1337_

▶️ My Reddit: https://www.reddit.com/user/TheCreator_1337

▶️ My Vlare channel: https://vlare.tv/u/1gvpZWzt
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Knitja
▶️ On GameJolt: https://gamejolt.com/games/knitja/448626
▶️ On itch.io: https://thecreator1337.itch.io/knitja

▶️ Speedrun: The Game
▶️ On GameJolt: https://gamejolt.com/games/speedrungame/371408
▶️ On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

-TheCreator (Directing and Editing)

In this first devlog, we'll be diving into the inception of my new video game project "Knitja". We will look at the core concepts I envisioned for the game as well as the technique I use to come up with ideas for the project.

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ Knitja Discord: https://www.discord.gg/xs676t6

▶️ My Twitter: https://twitter.com/TheCreator1337_

▶️ My YouTube channel:
https://www.youtube.com/channel/UC1U-tRxYC7sr1kd-Q92iyHA

▶️ My Vlare channel: https://vlare.tv/u/1gvpZWzt
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
▶️ On Gamejolt: https://gamejolt.com/games/speedrungame/371408
▶️ On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

-TheCreator (Directing and Editing)
Music: https://www.purple-planet.com
Icons: This video features icons made by Freepik, monkik, Smashicons and Gregor Cresnar from www.flaticon.com

This video will teach you that I am very bad at finishing games and that occasionally, I do finish one.

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Twitter: https://twitter.com/TheCreator1337_

▶️ My YouTube channel:
https://www.youtube.com/channel/UC1U-tRxYC7sr1kd-Q92iyHA

▶️ My Vlare channel: https://vlare.tv/u/1gvpZWzt
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
▶️ On Gamejolt: https://gamejolt.com/games/speedrungame/371408
▶️ On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

-TheCreator (Directing and Editing)

Apologies for the potato voice quality, I'll have to fix my better mic soon.
Anyways, this is a 3 minute video of me talking about my experience of playing Unreal Tournament 4 in 2019 again. I'm not gonna summarize the video here, because then you wouldn't have to watch it.

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ My Shitter: https://twitter.com/TheCreator1337_

▶️ My YouTube channel:
https://www.youtube.com/channel/UC1U-tRxYC7sr1kd-Q92iyHA

▶️ My Vlare channel: https://vlare.tv/u/1gvpZWzt
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
▶️ On Gamejolt: https://gamejolt.com/games/speedrungame/371408
▶️ On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

-TheCreator (Directing and Editing)
-Music: https://www.purple-planet.com

Today I will share my knowledge of video editing with you.

------------------------------------------------------------------------------------------------
🔴 Socials:

▶️ The very Creative Discord: https://discord.gg/gHrzy9c

▶️ My Shitter: https://twitter.com/TheCreator1337_

▶️ My YouTube channel:
https://www.youtube.com/channel/UC1U-tRxYC7sr1kd-Q92iyHA

▶️ My BitChute channel: https://www.bitchute.com./channel/JNZLlRzybBF9/

▶️ My Vanillo channel: https://vanillo.co/TheCreator
------------------------------------------------------------------------------------------------
🔴 Games:

▶️ Speedrun: The Game
▶️ On Gamejolt: https://gamejolt.com/games/speedrungame/371408
▶️ On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
🔴 Credits:

-TheCreator (Directing and Editing)
-Background Music: Damso x Ninho - LADY (prod. PalmTreez): https://www.youtube.com/watch?v=bY7d--yt-2A

Please note that this video is for educational purposes only and is not meant to offend anyone

-The Fake Music Society of Bielefeld, Copyright 2088 not reserved or whatever

------------------------------------------------------------------------------------------------
Socials:

The very Creative Discord: discord.gg/gHrzy9c

My Shitter: https://twitter.com/TheCreator1337_

My YouTube channel:
https://www.youtube.com/channel/UC1U-tRxYC7sr1kd-Q92iyHA

My BitChute channel: https://www.bitchute.com./channel/JNZLlRzybBF9/

My Vanillo channel: https://vanillo.co/TheCreator
------------------------------------------------------------------------------------------------
Games:

Speedrun: The Game
On Gamejolt: https://gamejolt.com/games/speedrungame/371408
On itch.io: https://thecreator1337.itch.io/speedrun-the-game
------------------------------------------------------------------------------------------------
Credits:

-TheCreator (Directing & Editing)

-Background Song "Moon" by Chuki Beats: https://www.youtube.com/watch?v=hU_4zhbbbIM

Check out my game Speedrun: The Game (check me out boom; please don't copyright claim me YouTube :CCC)

GameJolt: https://bit.ly/2qxNaNn
Itch.io: https://bit.ly/2yPtCZ6

------------------------------------------------------------------------------------------------
Socials:

The very Creative Discord: discord.gg/gHrzy9c
My Shitter: https://twitter.com/TheCreator1337_
My BitChute channel (stop using YouPoop!): https://www.bitchute.com./channel/JNZLlRzybBF9/
------------------------------------------------------------------------------------------------
Credits:

-TheCreator

This is pre-alpha footage of my current game with the rather lackluster working title Speedrun: The Game

Enjoy, I guess?

------------------------------------------------------------------------------------------------
Links and stuff:

The Creative Discord: discord.gg/gHrzy9c
------------------------------------------------------------------------------------------------
Credits:

-Background Music: https://www.youtube.com/watch?v=ElWN4B4Wvxw

Pretty basic and not very fancy looking, but it's something I guess. This is not the first project I have started (I had a bit of experience with UE4 prior to this project) but this is the first game I have ever finished.

SHOW MORE

Created 6 years, 3 months ago.

14 videos

Category Entertainment

Sub to my channel pls lol