#unreal engine tutorials
Explore tagged Tumblr posts
Text
Bug fixes and further improvements to our menus. This is a full menu system that keeps getting better!
youtube
#shawnthebro#ue4#unreal#stb#tutorial#youtube#unrealengine#unrealtutorial#unrealengine4#programming#ui#unreal engine#unreal engine 4#unreal engine 5#unreal engine games#unreal engine tutorials#blueprints#c++#how to make a fighting game#ue5#UE#making a fighting game#indie fighter#fighting game#fighter unreal#fighting game unreal#unreal fighting game#menu#menus#unreal menu
0 notes
Text
being forced to use unreal rn and the c++ experience is absolutely miserable
intellisense doesnt work a solid 70% of the time, debug messages take way too much effort to write, Im still not particularly a fan of header files, creating a c++ class sometimes doesnt update the in-editor file browser AND IT DOESNT HAVE A REFRESH BUTTON??? you need to find a specific python console command to avoid restarting the entire editor????
#its awful#would use godot if was allowed to#using roblox studio is a nicer experience#all of these issues are also in the tutorial Im following#its from the unreal engine getting started page#so atleast mildly endoresed by them?#am I just supposed to.. never ever use it?#and only use blueprints?
3 notes
·
View notes
Text
Psychonauts 2 - Texture Change and Model Replacement Tutorials
So, someone messaged me the other day asking how I changed the textures and changed the models in Psychonauts 2 and I thought I may as well write a guide to how I managed to achieve some of these changes.
I apologize in advance with how lengthy this will most likely be and if any of the wording might be a little confusing, feel free to ask me for any further explanation on areas where you might be confused.
Texture Changing Tutorial: Link
Model Replacement Tutorial: Link
Enjoy!
#psychonauts#psychonauts 2#psychonauts 2 modding#psychonauts 2 mod#model replacement#texture changing#psychonauts 2 mod tutorial#psychonauts 2 modding tutorial#unreal engine 4 mod tutorial#texture modding
28 notes
·
View notes
Text
Animação de quarto que criamos no curso de Unreal da 3D1, comparação entre Lumen e Path Tracing.
#3d art#3dsmax#animacao#animation#animação#archviz#arquitetura#curso#curso online#cursos#unreal#unreal engine#ue5#maquete#maqueta#animaciones#animacion#tutoriales#tutorial#arquitectura#architecture#decoracao#decoration#interior decorating#home decorating#interiores#interior design#interiors#decor#interior decor
4 notes
·
View notes
Text
Y’all think Googleplier would be into a game dev?
#I’m in this weird state where I sorta know what I’m doing but can’t do much without tutorials#I vaguely know how unreal engine and gamemaker work#google x reader#googleplier x reader#(< this is a sorta idea I have for a fic)
2 notes
·
View notes
Text
I feel like at least twice a year I feel compelled to make a fossil fighters frontier remake fangame
6 notes
·
View notes
Text
I explain as short as possible about a cool feature in UE5 called POM
youtube
#gamedev#indie games#unreal engine#ue5#made with unreal#indiedev#youtube#youtube video#youtube tutorial#tutorial#indie#indie game#game development#3d art#unreal engine game#environment#computer graphics#ue4#unreal engine 5#Youtube
2 notes
·
View notes
Text
This tutorial is aimed at people with no experience with Unreal Engine who just want to render an existing model made by someone else. It's the technique I used to create these Anime Style Factory Backgrounds.

2 notes
·
View notes
Text
Unreal Engine 5 for Product Presentation - Full Beginner Course
A great 7+ hour tutorial on how to create an ArchViz product visualization in Unreal Engine 5. Highly recommended and very beginner-friendly! Such free content should really be appreciated.
youtube
3 notes
·
View notes
Text
Have in fact, managed to make wallrunning. WORK
#i did it#damn. i did it.#now i just gotta create a climbing mode and also work out edge cases and a small iffiness with the camera#my stuff#personal#THE GAME#the motion blur in unreal engine is so HORRID i hadnt turned it off in this versiok of the game yet i got so sick to my stomach#now the transition to the climbing system sure is gonna be a thing but because i am mostly going to try and recreate botw climbjumping there#is lots of tutorials#ugh#nauseau still
2 notes
·
View notes
Text
We have many episodes on using Visual Studio and making games in C++, but how about setting up Visual Studio from scratch?
youtube
#shawnthebro#ue4#unreal#stb#tutorial#youtube#unrealengine#unrealtutorial#unrealengine4#programming#ue5#unreal engine#unreal engine 4#unreal engine 5#visual studio#vs#vs code#visual studio code#c++#code#ide#ide with unreal#visual studio with unreal#code with unreal#unreal code#c++ unreal#unreal c++#unreal engine tutorials#code tutorials#tutorials
0 notes
Video
youtube
Just posted a tutorial on making model sheets for 3d Animation! And it's my first video made with Unreal Engine!
1 note
·
View note
Text
Texture Changing (Psychonauts 2 Modding Tutorial)
So first, we'll start with the texture changes, since they're an easy thing to get the hang of.
First, the programs you'll need:
Epic Games Launcher [to download Unreal Engine 4.26.2]: Link
UModel [Psychonauts 2 version, this specific version makes it so you can export the models]: Link
Unrealpak [to repack everything into a pak file for the game to read]: Link
Paint.NET [just the tool I use to change the textures]: Link
Once you have all the programs needed, open up UModel and set the input to where your game pak is located. [Which is typically in 'C:\Program Files (x86)\Steam\steamapps\common\Psychonauts 2\Psychonauts2\Content\Paks'].
You don't need to worry too much about anything else in that menu, just click OK. Now, it'll open another window showing various files. For this tutorial, I'm going to change Raz's P1 Body texture, which is located in Game/Characters/Raz/Outfit_P1.

Note: The textures you're most likely wanting to change are the ones that end in BC. Don't worry about the other ones. Also, if you export the models, that'll also extract the textures as well.
Make sure to save the texture as TGA (which you can change in the Tools/Settings menu.
Once you have the texture extracted, use any photo editing program that can use TGA files [such as Paint.NET] and edit however you like.
When you've done your changes, now open Unreal Engine 4.26.2. (Which you typically do by opening the Epic Games Launcher, but you can pin the Unreal Engine application to your toolbar to ease of access.)
It'll open up to something like the images below, so just choose Game, Blank and name the project however you like and then Create Project.



Once it has opened, drag and drop your edited texture into the bottom grey area and click 'Save All' in the File menu. Now, to cook the texture by clicking 'Cook Content for Windows' in the File menu.

When it is done cooking, left click the texture and use 'Open Cooked File in Explorer', it'll open to the window that's shown in the image below, but DO NOT USE that asset. It is NOT what we want.

Instead, click on your project's name in the address bar (in my case, I would click on Tut that is before Content).
Then go into 'Saved', 'Cooked', 'WindowsNoEditor', 'Tut' and 'Content' and there are the assets we need until the Shadow info.

Make a new folder somewhere else and name it 'Psychonauts2', then another folder in it named 'Content', the next folders depend one where you got your texture from, since I got mine from Raz, I'd need to make a folder in Content called 'Characters', one in that called 'Raz' and then another in that called 'Outfit_P1'. [Such as the image below, showing the folder structure in the address bar.]

Now to pack this all up into a pak file. Go into the folder does has your UnrealPak bats and create a folder with whatever you want to name your mod. (For this one I named it Tut_P, I'm not entirely sure you need the '_P', but I do it just in-case, so I advise you do too.) Then put the Psychonauts2 folder you created with your cooked edited texture into it that folder. Once you've done that, drag and drop your 'modname_P' folder over any of the UnrealPak bats (that isn't the unpack one). It doesn't really matter if you use it with or without compression, I just usually use 'without' compression.

Once it's all paked and ready to go, just head on over to C:\Program Files (x86)\Steam\steamapps\common\Psychonauts 2\Psychonauts2\Content\Paks and create a folder (if it's not already there) called ~mods.

Drag and drop your cooked pak into the ~mods folder and viola. You're done. Open up and the game and you should see whatever you changed in the game.
11 notes
·
View notes
Text
Blueprint para criar telhados, pisos, revestimentos e até encher recipientes no Unreal
#3d art#3dsmax#archviz#arquitetura#curso#curso online#cursos#unreal#animation#unreal engine#ue5#interiores#arquiteturadeinteriores#arquiteturadesign#cursosonline#tutoriales#tutorial#maquete#maqueta#design#3d design#arquitectura#architecture#modelagem 3d#sketchup#revit#archicad#blender#blender 3d
3 notes
·
View notes
Text
Creating my Character in Unreal Part 6
I selected all the Cubes in the World that weren't my character and created a group to get rid of all the Cubes in the Outliner it doesn't do that however.
I then searched up "how to give shapes a basic colour in unreal engine" and got this video
youtube
So I right Clicked the Content Drawer and went down to Material
Then I double clicked the Material in the Content Drawer. Then I went to Palette then down and dragged on Constant3Vector 3.
0 notes
Video
youtube
Unreal Engine - Modular Foot rig hot fix
#youtube#unreal engine 5 rig#rig2u5#blender game rig to unreal engine tutorial#modular control rig unreal engine 5
1 note
·
View note