Titanic Games
Titanic Games
  • Видео 117
  • Просмотров 3 348 042
UE4 Survival Game | Adding Items for Testing (Part 26)
In this video we add a lot of items for testing our inventory system and for future use in the survival game.
Link to placeholder images: drive.google.com/file/d/0B7SMceEfYyHYdWdfaDZ6aFRhX0E/view?usp=sharing
Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J
If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting us on patreon www.patreon.com/titanicgames for more great tutorials and games to come!
Check out our WIP website for more info!
Website: www.teamtitanicgames.com/
Follow us everywhere!! Or don't, it's your choice.
Twitter: thetitanic...
Просмотров: 23 520

Видео

UE4 Survival Game | Adding Item Swapping (Part 25)
Просмотров 7 тыс.7 лет назад
In this video we extend our inventory functionality by adding item swapping, which will be easy to add on to our hotbar and equipment later thanks to our program design. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. ...
UE4 Survival Game | Prepping for Item Swapping (Part 24)
Просмотров 4,3 тыс.7 лет назад
In this video we do some necessary prep work for our soon to come item swapping. This means creating some core helper functions for our inventory component and adding the data swapping functions too. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see ...
UE4 Survival Game | Implementing Better Design Practices (Part 23)
Просмотров 5 тыс.7 лет назад
In this tutorial we do a little bit of refactoring of our existing code so that we an implement better class design in our programs. This way we will be able to extend our system's functionality much easier, and get to the fun stuff without worrying about too many headaches along the way. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you...
UE4 Survival Game - Continuing the Inventory Interface (Part 22)
Просмотров 6 тыс.7 лет назад
In this video we continue our inventory interface and add some cool hover effects to tell which item we have selected, and also add a toggle for the inventory interface. Join our awesome growing community over on Discord! discord.gg/ZDtMy5J If you like what we do here and want to see more, feel free to help us out over on patreon. www.patreon.com/titanicgames Follow us or something Faceback: fa...
UE4 Survival Game - Initial Inventory Interface Setup (Part 21)
Просмотров 8 тыс.7 лет назад
In this video we get started setting up the inventory interface for our inventory component. Link to the inventory placeholder images drive.google.com/file/d/0B7SMceEfYyHYWTFxS19aMEpGTGc/view?usp=sharing Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to ...
UE4 Survival Game - Basic Interaction and Testing Inventory (Part 20)
Просмотров 10 тыс.7 лет назад
In this video we add some basic interaction functionality and we test out our inventory to verify that it works. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting us on patreon www.patreon.com/tita...
UE4 Survival Game - Continuing the Inventory Component (Part 19b)
Просмотров 7 тыс.7 лет назад
In this video we continue working on the inventory component and finish the add item function. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting us on patreon www.patreon.com/titanicgames for more ...
UE4 Survival Game - Adding Inventory Component (Part 19a)
Просмотров 8 тыс.7 лет назад
In this video we add an inventory component and start adding functionality for our inventory system. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting us on patreon www.patreon.com/titanicgames for...
UE4 Survival Game - Inventory Setup (Part 18a)
Просмотров 11 тыс.7 лет назад
In this tutorial we setup the core data structures that we'll need for all of our items in the inventory. Also we take a quick look at data tables. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting...
UE4 Survival Game - Continuing Inventory Setup (Part 18b)
Просмотров 8 тыс.7 лет назад
In this tutorial we continue the inventory setup and add the core functions that we'll need on all of our inventory items. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting us on patreon www.patreo...
UE4 C++ - How to Create C++ Projects
Просмотров 12 тыс.7 лет назад
In this video I demonstrate two ways for creating a C project in UE4. Please note that you need either Microsoft Visual Studio (www.visualstudio.com/vs/community/) if you're using a PC, or XCode if you're using a MAC. Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the vide...
Unreal Engine 4 - First Person To Third Person Perspective Toggle
Просмотров 24 тыс.7 лет назад
In this video we cover how to toggle between a first person perspective, and a third person perspective. The general idea here is that anything you want to be visible when third person is enabled should start with OwnerNoSee to true, and anything you want to be visible in first person should start with OwnerNoSee to false. Join our Discord server to get connected with our awesome ever growing c...
UE4 Survival Game - "True" First Person Perspective (Part 17)
Просмотров 9 тыс.7 лет назад
In this video we set up a "true" first person perspective to give out game a more immersive feel; key to many successful survival games. Link to the meshes. www.patreon.com/posts/free-stuff-free-6841759 It's the True First Person Meshes zip Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us kno...
Unreal Engine 4 - Saving/Loading the Inventory and Equipment (Part 30)
Просмотров 31 тыс.7 лет назад
A lot of you have asked how to save the the inventory and equipment so here's how to do it finally. Enjoy! Join our Discord server to get connected with our awesome ever growing community! discord.gg/ZDtMy5J If you have any questions or comments please let us know. If you like the video and want to see more, go ahead and subscribe. Or consider supporting us on patreon www.patreon.com/titanicgam...
UE4 Survival Game - Upgrading to 4.15 and Day/Night Fixes (Part 16)
Просмотров 4,2 тыс.7 лет назад
UE4 Survival Game - Upgrading to 4.15 and Day/Night Fixes (Part 16)
UE4 Survival Game - Coding the Enhanced Custom UI (Part 15)
Просмотров 6 тыс.7 лет назад
UE4 Survival Game - Coding the Enhanced Custom UI (Part 15)
UE4 Survival Game - Enhanced Custom UI - Setup (Part 14)
Просмотров 8 тыс.7 лет назад
UE4 Survival Game - Enhanced Custom UI - Setup (Part 14)
UE4 Survival Game - Adding Status Effects - Hypothermia/Heat Stroke (Part 13)
Просмотров 6 тыс.7 лет назад
UE4 Survival Game - Adding Status Effects - Hypothermia/Heat Stroke (Part 13)
UE4 Survival Series - Adding Temperature Modifier Volumes (Part 12)
Просмотров 4,9 тыс.7 лет назад
UE4 Survival Series - Adding Temperature Modifier Volumes (Part 12)
UE4 Survival Game - Finishing/Displaying Body Temp (Part 11)
Просмотров 4,2 тыс.7 лет назад
UE4 Survival Game - Finishing/Displaying Body Temp (Part 11)
UE4 Survival Game - Adding Body Temperature (Part 10)
Просмотров 6 тыс.7 лет назад
UE4 Survival Game - Adding Body Temperature (Part 10)
UE4 Survival Game - Displaying Current Time (Part 9)
Просмотров 9 тыс.7 лет назад
UE4 Survival Game - Displaying Current Time (Part 9)
UE4 Survival Game - Adding World Temperature (Part 8)
Просмотров 13 тыс.7 лет назад
UE4 Survival Game - Adding World Temperature (Part 8)
Unreal Engine 4 - Saving and Loading Variables
Просмотров 18 тыс.7 лет назад
Unreal Engine 4 - Saving and Loading Variables
UE4 Survival Game - Finishing Day/Night Cycle (Part 7)
Просмотров 12 тыс.7 лет назад
UE4 Survival Game - Finishing Day/Night Cycle (Part 7)
UE4 Survival Game - Day/Night Cycle (Part 6)
Просмотров 15 тыс.7 лет назад
UE4 Survival Game - Day/Night Cycle (Part 6)
UE4 Survival Game - Adding Stamina to Jumping (Part 5) (Optional)
Просмотров 7 тыс.7 лет назад
UE4 Survival Game - Adding Stamina to Jumping (Part 5) (Optional)
UE4 Survival Game - Sprinting and Stamina (Part 4)
Просмотров 12 тыс.7 лет назад
UE4 Survival Game - Sprinting and Stamina (Part 4)
UE4 Survival Game - Finishing Hunger, Thirst, and Health (Part 3)
Просмотров 14 тыс.7 лет назад
UE4 Survival Game - Finishing Hunger, Thirst, and Health (Part 3)