[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/3/ - 3DCG


View post   

File: 587 KB, 1600x805, movement.png [View same] [iqdb] [saucenao] [google]
927882 No.927882 [Reply] [Original]

Unreal Engine 5.1 now available:
https://www.unrealengine.com/en-US/blog/unreal-engine-5-1-is-now-available

What projects have you been working on lately?

Unreal Engine 5.1 new features video:
https://www.youtube.com/watch?v=FUGqzE6Je5c

Building Unreal Engine from source:
https://docs.unrealengine.com/5.1/en-US/downloading-unreal-engine-source-code/
https://docs.unrealengine.com/5.1/en-US/building-unreal-engine-from-source/
https://github.com/NvRTX/UnrealEngine/

Learn Unreal Engine:
https://dev.epicgames.com/community/learning?application=unreal_engine

FAQ:

>Why Unreal Engine over Unity?
While Unity has it's place with some great cross-platform support and an easy user interface, Unreal Engine is much more powerful and pushing the boundaries of real time graphics further. Unreal Engine also has a better license for independent developers; it's 100% free to use until your project generates more than $1 million in revenue, whereas with Unity you must pay to remove the splash screen in your game.

>Blueprints or C++?
Both. When creating a new object, consider creating a C++ class, then a blueprint that derives from it to get the best of both worlds.
C++ is much better for performance and memory management. Certain types of code can be much easier to create and manage compared to blueprints. The downside of C++ is that it can be verbose and difficult to understand, particularly with Unreal Engine's archaic macros.
Blueprints are easier to learn initially and compile much quicker, but as they grow bigger, they can get very messy and difficult to manage. Operations involving real time loops, structs and casts in blueprints can cause performance issues.

For more information:
https://docs.unrealengine.com/4.27/en-US/Resources/SampleGames/ARPG/BalancingBlueprintAndCPP/
https://dev.epicgames.com/community/learning/courses/bY/unreal-engine-balancing-blueprint-and-c-in-game-development/LdK/introduction-to-the-course

Previous: >>902644

>> No.927904

can i model like realistic rape?

>> No.927913

>>927882
How powerful is the unreal node system?
I'm not expecting houdini like functionality but can it do things you'd do in blender shader and geometry nodes?

>> No.927933

>>927913
You can procedurally generate meshes and textures, if that's what you mean.

>> No.927942

What is the reason for the new very retarded animation retargeting system?
It was extremely easy in version 4. Now you need to set up all kinds of IK rigs and bullshit. Way too much work for much worse results.

>> No.927943

What's the deal with enhanced input and mapping contexts?

>> No.927946

>>927913
Good to see.
Blender 3.5 alpha now has simulation geometry nodes. (Stateful processing depending on time)
Is this possible in unreal too?

>> No.927947

>>927946
was meant for
>>927933

>> No.927948

>>927946
bump I have the same question

>> No.927964

>>927933
>>927947
If I am understanding you correctly, it is called Niagara in Unreal.

>> No.927972

>>927964
Addendum: You can port Blender geometry nodes into UE5 with a free addon.

>> No.927975
File: 196 KB, 2050x875, timer.jpg [View same] [iqdb] [saucenao] [google]
927975

a while back I was messing with blueprint and I wanted my character's sprintspeed to increase overtime as I hold the run button (kinda like building momentum or something).
So I just hooked it up to a timer.
I mean it kinda works but it feels off, and I'm sure there is a simpler way that I just don't know about or too retarded to think of.
plz help?

>> No.927982
File: 96 KB, 1024x768, slide4-l.jpg [View same] [iqdb] [saucenao] [google]
927982

>>927975
It feels "off" because you aren't properly implementing acceleration. Go back to your elementary school books.

The first thing you must decide is the maximum movement speed of the player.

>> No.927983 [DELETED] 
File: 246 KB, 2260x962, timer 2.jpg [View same] [iqdb] [saucenao] [google]
927983

>>927982
sorry anon. I'm a gigabrainlet. I will try and fix it though. Never came to my mind I had to use physics stuff
maximum movement is I guess I set as 20m/s (because why not) and my minimum sprint speed is 3m/s. My timer runs on 0.5 seconds.
So I made it so that it adds 34 every .5 seconds. I guess?
pls no bully I am retarded

>> No.927985
File: 145 KB, 1710x1007, bb.jpg [View same] [iqdb] [saucenao] [google]
927985

>>927982
Sorry anon. I am gigabrainlet. I didn't know you had to do these things. I will try and fix it.
Initial sprint speed is 3m/s maximum is 10m/s (because why not). Timer goes off by 1 seconds.
So I get to decide how much time it takes to reach the maximum I guess?
I'm literal retard pls no bulli

>> No.927988
File: 162 KB, 1947x854, timer 2.jpg [View same] [iqdb] [saucenao] [google]
927988

>>927985
so I'm gonna say it takes 7 secs or something just for convenience.
So here's the fixed blueprint i think.. probably. multiply by 100 because unreal units

>> No.927999

What is the deal with delegates and delegate handles? Why do you need a handle for a delegate?

>> No.928228 [DELETED] 

did you guys try realityscanner? can you get your model out of it without uploading it to sketchfab? really cool tech but why can't i do this on device especially if the device happens to be some shit like an m1 ipad?

>> No.928230

>>927913
Yes, this was added in 5.0
https://www.youtube.com/watch?v=u1qQO4XRgYQ
Geometry scripting through Blueprints, Python or the new Verse language coming next year.

It's not as powerful as Houdini, but you can do some interesting stuff with it.

>> No.928231

>>927942
Reusability. Once you setup once for a skeleton, you can easily reuse the setup in other meshes with other skeletons. You can also reuse BP animation classes between meshes with similar skeletons.

>> No.928333
File: 2.19 MB, 480x240, ChadSequence.webm [View same] [iqdb] [saucenao] [google]
928333

>>927904
yes, vid related was made in ue5.

https://www.youtube.com/watch?v=sVdTCrBRMmE

>> No.928338

I'm very good at making assets and texturing but never had a gift for code like other people. This could be a game changer for me. I have some ideas that I would love to test out with unreal. Unfortunately my computer was stolen, so it may be a while before I can afford a decent desktop.
This might sound weird, but when I think about building my dream, I feel a flutter in my heart, I need to do this.

>> No.928340

node messes like in OP pic are not the way videogames are designed, iterated on, or tested

>> No.928366

>>928230
>the new Verse language coming next year
Kind of excited about this.
If it compiles fast, then I will probably switch from Unity.

>> No.928495
File: 43 KB, 835x813, 2022-12-04 20_28_39-ChatGPT.png [View same] [iqdb] [saucenao] [google]
928495

Fucking hell, this is amazing. AI is everything I could have asked for and more.

>> No.928675
File: 1.32 MB, 1563x825, 1643363237783.png [View same] [iqdb] [saucenao] [google]
928675

Hi, in this video
https://youtu.be/FUGqzE6Je5c?t=413
It shows that lumen is much better at dealing with emissive materials in 5.1
However I haven't been able to replicate this result, while it certainly looks nicer than before, my emissive meshes still create a bunch of noise. Is there a setting I'm missing somewhere or was this just a cherrypicked example?

>> No.928704
File: 3.89 MB, 1963x1020, HumbleBundle.png [View same] [iqdb] [saucenao] [google]
928704

I bought this Humble Bundle UE asset bundle.
I LOVE this art style, but what is this art style called? And does anyone have a tutorial on how to use Blender in this style?
https://youtu.be/eF4trduyZlI?t=161

>> No.928775

>>927904
>can i model like realistic rape?
only man on man and one has to have a horse dick amd a non-pink colored anus at all times

>> No.928786

>>928775
If your market this to furfags you can swim in money, no joke.

>> No.928790
File: 569 KB, 1920x1029, 1670379460789.png [View same] [iqdb] [saucenao] [google]
928790

I want to change the whole material color to red, what am I doing wrong?
T_softbox_003 from https://docs.metahuman.unrealengine.com/en-US/metahuman-creator-lighting-presets-content-example/

>> No.928791

>>928790
... the texture sample, anon. It's white. The transparent bits is what you see as red. If you want to remove the white, you have to either change the texture, or remove it entirely.

Epic Games has a beginner tutorial on textures. Go watch it and don't return to your project until you have viewed it in its entirety.

>> No.928796

>>928791
I wish I can just Google that myself, all the video tutorials I see uses Blend_Overlay
I also have seen https://docs.unrealengine.com/5.0/en-US/textures-in-unreal-engine/

>> No.928797
File: 1.65 MB, 1920x5047, Screenshot 2022-12-07 at 10-02-03 Epic Developer Community Learning Tutorials Courses Demos & More – Epic Developer Community.png [View same] [iqdb] [saucenao] [google]
928797

>>928796
>>928791
Forgot picture

>> No.928814

>>928797
I must apologize, anon. The course I was referring to is no longer there. Epic Games used to have a dashboard with many tutorials.

>> No.928819

I'm trying to create my ground mesh for my scene. Previously I would use megascans texture with tesselation. Since there isn't any tesselation anymore, how do I 'pre tesselate' my mesh for nanite ? How can I use my height map from megascans, tesselate a mesh with a shit ton of poly for nanite and import it inside ue ?

>> No.928826

>>928814
So how should I edit the texture color? Does HueShift work? Or should I just export and edit that on photoshop?

>> No.928831

>>928819
Displace the mesh inside of your DCC app using the heightmap.

>> No.928837
File: 791 KB, 1920x960, yan-ru-01.jpg [View same] [iqdb] [saucenao] [google]
928837

I was amazed by this scene in Unreal. Do you think you can turn this into a small city and not explode the user's computer especially if you add characters, gameplay and shit?
https://www.youtube.com/watch?v=jGhZW6-eYVM&list=LL&index=10&t=8s

>> No.928842

>>927988
Not original anon but speed and acceleration are two different values.

speed = velocity = V
Acceleration = A
Time = T
△= change in

A = △V / △T

So figure out what you want the maximum speed to be and about how long you'd want it to take to get there.
So if you want your guy to go at a max of 10m/s and it takes 5 seconds from standing(0 m/s)to get there then your acceleration should basically be 2 m/s.

A = (10-0) / (5-0) = 10/5 = 2

Look up average human levels for maximum speed /acceleration / etc and just fuck around with those base values to get a good feel

>> No.928845

>>928837
Easily. Bog standard meshes and materials with some post process. If you weren't such a cunt you'd have done it already and would be asking for optimisation advice.

>> No.928848

>>928845
I wanted to, it's here on my HDD but I can't even launch it without my laptop crying for help. I pretty much know that I'll need to reduce some of polygons for some meshes but I'm more worried about materials and maybe textures.
> asking for optimisation advice
That's what I'm asking

>> No.929312

I'm trying to get into 3d graphics programming. I figured I'd contribute to blender, but there's like no documentation for the code. Also it's all in C, so you gotta jump through 50+ files to get anything significant done. I can imagine eventually knowing enough to be useful, but it will clearly take at least a year of poking and prodding.

Is UE better for being a contributor? Can I get up-and-running faster? I don't care that it's proprietary, I just want to cut my teeth on real graphics programming.

I just wanna program contributions to get on my github as a resume for an entry level position. I have some personal graphics projects but now it's time to get used to contributing to something bigger.

>> No.929321
File: 28 KB, 700x483, b38.jpg [View same] [iqdb] [saucenao] [google]
929321

>>929312
>please accept my pull request asap sir
>please merge sir
>hello, when can you merge?
>pls sir i need this in my resume pls pls

>> No.929323

>>929321
What a helpful post.

>> No.929324
File: 59 KB, 415x667, sneedharam.jpg [View same] [iqdb] [saucenao] [google]
929324

>>929323
Sorry but jeets are now banned from contributing.

>> No.929326

>>929324
YWNBAW

>> No.929327

>>929326
YWNBWhite

>> No.929364 [DELETED] 

>https://simon.peytonjones.org/assets/pdfs/haskell-exchange-22.pdf
new info on verse. personally, i hate it. way too clever. looks like some crap cs students were excited about in 1992. i thought it was going to be a quick and useful scripting language like python or javascript, not some kind computer science professor's fever dream. not interested in verse anymore. i will stick to blueprints and c++. it's like they were trying for geek cred with hardcore computer science theorists who have never played a video game and do not enjoy video games. yeah, i'm sure some boomer professors at uc berkeley will be impressed, but i thought this was supposed to be for game developers. if they really push this i'm just gonna switch to unity where i can use c# in peace. check out the horror show the last couple slides are. kids in these threads bitch that c++ is too complicated. how do you think they're going to like verse? i really hope epic knows where they're going with this because this feels like a rare misstep.

>> No.929367 [DELETED] 

>>929364
now get a load of this:
https://simon.peytonjones.org/assets/pdfs/verse-conf.pdf
>The Verse Calculus: a Core Calculus for Functional Logic Programming
the verse calculus? a core calculus for functional logic programming? are these eggheads for real? tim sweeny doesn't have a cs phd and this feels like some weird oldman attempt to make up for not having done grad school or something. i think carmack went through the same thing with some weird attempt to work on machine learning despite his entire background being in 3d graphics...

>> No.929379

>>929324
Huh. So that rumor I heard that they were filtering Hindu IT workers *because* they were Hindu may have some validity after all.

>> No.929383

>>929327
You're right, I'm Irish

>> No.929730

How would you accomplish something like this using Niagara?

https://twitter.com/yaononakanohito/status/1602962940369702912

>> No.929752

>>929312
>Is UE better for being a contributor?
No.

>> No.929874

>>928826
You should edit transparencies on photoshop, or replace the texture with one of your own, just make sure the dimensions are the same.

>> No.930114

>>929752
Can you elaborate for a poor irishman? Is it because the codebase is difficult to parse or because paid devs DGAF about community efforts?

>> No.930608

Hey /3/, how can I easily make a simple establishing shot of a 1890s steamship, I already did the ocean part in blender but I don't know where to get a ship model, (can't learn to model, uni project deadline is close). Can I easily do this in UE5?

>> No.930621

>>930114
It's because your contributions are going to be ignored unless you're a known developer to them. Just go to their repo and look at how many contributions are just sitting there forgotten. Not even the guys at AgogLabs (owners of Skookumscript) could reliably push their contributions even after they were acquired by Epic.

>> No.931864

>>927882
Unity is better, one man show tools, c#, better UI, Rust, The Forest, Phantasmophobia, normal

Unreal engine autistic blueprints+arcaic macros c++ workflow, slow, "muh graphics" lead to fortnite and valorant cartoon jokes, PUBG its the only one realistic but get mogged down by Rust, autistic

Daily reminder that God exist and that everithing you see its symbolic, spiritual and ultimatly occult. When the ultimate code created Quake, Unreal tryed to copy them, failing, and that the secret code of quake passed to unity

>> No.931882

>>931864
>everithing you see its symbolic, spiritual and ultimatly occult
I pity you, who fell for the israelian lies.
You're in your own hell.

>> No.932475

Any good tutorials for learning blueprints?
I don't mind if it costs something if it's in the ball park of an udemy course.
Also no instructors with eastern european accents.

>> No.932529

>>932475
"Blueprints" is a very, very ample topic. However, I recommend these:

https://www.youtube.com/@MattAspland
https://www.youtube.com/@SmartPoly
https://www.youtube.com/@CorebGames

These are enough resources to keep you busy for half a year. Get moving.

>> No.932597

>>932529
great resources, thank you anon.

>> No.932700

>>931864
Why do you unity guys need to constantly say how good is your engine on every unreal thread? In youtube, twitter, reddit, its like they are paying you to say that.
If its that good then keep working with it.
Im not going to Burger King and keep repeating everyone who enters Mcdonalds is better

>> No.932726

>>931864
>PUBG its the only one realistic
Pubg is the only "realistic" game to come out of unreal engine? Are you retarded?

>> No.932740

>>932700
IA tier comment
>>932726
I cant believe you are this dumb. I intended realistic graphics vs cartoonish graphics. Connect the dots unrealtard

>> No.932742

>>932740
Stupid esl

>> No.932792

>>931864
>Unity: I rip a UE4 model, import into 3ds max, export as fbx, import into unity, set rig as humanoid, import any random humanoid animation, and it just werks.
>UE4: I rip a UE4 model, import into 3ds max, export as fbx, import into UE5, have to manually set up some rig retargeting shit for every single bone chain or whatever the fuck they're called and then at the end of it I'm still left without a working animation.
Unity is king when it comes to making random video game characters perform fortnite dances, it's a shame that the UE lighting is so difficult to emulate in unity.
Does anyone know a way to make my workflow for importing ripped characters (fbx scenes) and making them perform fortnite dances in unreal engine 5?

>> No.932793

>>932792
>fortnite
2019 was 4 years ago

>> No.932794

>>932793
I'm not constrained by your social norms. I will create a 3d model of your dead grandma using photogrammetry and make her fortnite default dance.

>> No.932799

>>932794
stop schizoposting

>> No.932800

>>931864
UE isn't slow, it is just dependent on RAM

You can get faster coding with UnLua, which is just blueprints/c++ combined with lua
https://github.com/Tencent/UnLua

It is used for mobile games

>> No.932801

>>932800
>tencent

>> No.932802

>>932801
you can view the source code yourself, there's nothing malicious in in it

>> No.932812

>>932792
>Decide to throw a cooked .uasset into the unreal project folder
>Trigger the game developers malware
>Game developer encrypts your storage devices
it's more likely than you think anon, you shouldn't steal assets from honest game devs.

>> No.932815

>>932800
>https://github.com/Tencent/UnLua
That would be so nice if it would be made in Python and if the documentation in English.

>> No.932820

>>932815
Python has more features but it is significantly slower than lua. There's an english version of the readme but information is sparse. It looks like it requires some knowledge in c++ UE, so I'll write notes about it after I study it more. The documentation should suffice though.

https://github.com/Tencent/UnLua/blob/master/README_EN.md

The way the project works is that you have to compile the zip file. It isn't an addon that you install, but a project that you modify. It takes long if you're on a weak pc but it is worthwhile

>> No.932828

>>932740
>IA. I bet you also use blender latin communist.

>> No.932876

>>932800
Everything is slow in it. Yes pubg is mobile, thats means that a triple A studio committed time and effort for creating such a game, wich is not even good looking or fun

>look lua on top of c++, so much fun!
You use terms such tribal knowledge and best practicises for covering the literal hell of an engine, no wonder why there are no indie games developed with it

"But we can open multiple in editor windows for multiplayer testing, its so much fun" This and the concept of multitasking are a scam

Ah btw, this thread officaly became an unreal engine hate thread

>>932792
>UE lightning
Its a big fat scam. In gamedev the only way to do lightning is backed lightining everything else is a big fat joke or trick that breaks your performance

>> No.932918

>>932876
>Its a big fat scam. In gamedev the only way to do lightning is backed lightining everything else is a big fat joke or trick that breaks your performance
You obviously never used ue5. The whole point of Lumen and it's other raytracing features is that you don't have to rely on it for anything. If the scene is too complex for it to render fast you don't have to use it.
You can mix an match in the same project, even on the same level.
I even know that as a more or less complete noob.

>Ah btw, this thread officaly became an unreal engine hate thread
please kindly go away sir.

>> No.932919

>>927882
Any good tutorials on how to make a modular spline mesh system? I already have the meshes just need help setting the blueprint up

>> No.932926

>>932876
Lol unity fags always crying and trying to prove the engine they choose is better, like back in school.
This is a adults thread child

>> No.932971

>>932876
>Everything is slow in it.
You have a potato rig. If you want performance, just use Godot
>You use terms such tribal knowledge and best practicises for covering the literal hell of an engine, no wonder why there are no indie games developed with it
UE is straight forward and easy to use, several indies were made with it

>> No.933368

Why are unreal discords so lame?
Full of people asking questions and nobody even reacting.

>> No.933474

hi there, has anyone messed with vertex lighting in UE4? I was experimenting just for fun, and I'm able to use 3dsmax-made vertex paint color data in UE4 by setting my level's materials to unlit, and plugging a multiply of the texture itself alongside a vertex color node into emissive.

this works perfectly and looks great for the static level geometry, but is there a quick and efficient solution to have the vertex colors from the level geometry affect movable entities (such as the player and dynamic objects?) like ps1/ps2 games did? I don't mean any re-implementation of vertex lights in unreal, I'm talking about somehow leeching off the vertex colors from nearby sources (to the non-level objects) and applying the nearest vert's color to the entire movable object.

if this is a fool's errand then please, i'd like to know. just morbidly curious. would love some pointers if anyone has ventured into this seemingly forbidden topic (there is only ONE mention about the unlit vertex-emissive material method in the unreal forums). thank you!

>> No.933481

>>933474
It's easy, just read the color and do a distance test for every vertex in the level every frame, per movable object. The complexity is n^2 tho so you'll need a Jupiter brain-size computer to run it in real-time.

>> No.933491

>>933368
It's not specifically UE discord. It's literally any gamedev Q&A. Reddit, gamedev discord, Unity discord, etc.
People ask dumb questions that can be Googled, or ask vague as hell questions that could be caused by literally anything. Plus, it's not like anyone is getting paid to answer your stupid questions. No one has any reason to help you. Do you answer other people's questions? Didn't think so.
In the end, those people will probably just give up anyways, just like you. So answering people like you are a waste of time.

>> No.933505

>>933491
>eh thinks Google is what it once was

>> No.933533

>>933368
Programmers are assholes, but it is mainly because people ask them the same questions over and over again. Search the discord for similar questions. Use ChatGPT, youtube, documentation, source code, and google. And if you don't get it ask questions, but be specific; post your code along with footage of what is happening.

>> No.933740

>>933491
Not even sure why anyone would ask in the Discord when the Unreal community forums exist, and they're more than happy to answer just about any question.

>> No.934018

DUDE PATH TRACER LMAO
DUDE JUST USE ABOVE 1024 SAMPLES AND 200% SCREEN SCALE FOR GOOD RESULTS
DUDE JUST DISABLE THE DENOISER BECAUSE YOU CANT CONFIGURE IT AND IT WILL ALWAYS CREATE A BLURRY MESS. GOTTA USE OTHER DENOISER IN POST
DUUUUUUUDEEEE YOU JUST GOTTA LOOOOVE RENDERING 1 FRAME FOR 2 MINUTES IF IT IS AN INTERIOR SCENE

if only the results werent this good. I'd dump this shit immediately

>> No.934019

>>934018
pyw

>> No.934034

>>932815
Try Unreal Angelscript. It's the best text scripting language for Unreal right now. I've tried most of them and they don't even come close to how well Angelscript is integrated. You need a custom engine tho, the nice thing is that the creators of it provide prebuild binaries that work similarly to an unreal instance downloaded from the epic launcher.

>> No.934040

>>933740
they get rewarded with prizes and points for answering them

>> No.934275

Public service announcement.

https://twitter.com/GameLevelDesign/status/1616531167892717568

>> No.934426

>>934275
>https://twitter.com/GameLevelDesign/status/1616531167892717568
The auto exposure feature is quite annoying.
I usually turn it completely off and set it manually.
It only makes sense with levels that mix indoor and outdoor scenes with physically accurate light levels.
But even then it's way too aggressive by default.

>> No.934496

Am I the only one that always found camera rotation around the object in the viewport have a strange feeling? It's not snappy like in other 3D programs and it seems like the point it rotates around is different. Do you know what I'm talking about? Unity felt exactly like Maya, but in Unreal it's so annoying for me that I just fly with a camera like in a game.

>> No.935406

>>929379
just shut the fuck up and pad your resume more

>> No.935454

>>935406
Why would I? I am already on my path to retirement.

>> No.935608

What's the current standard for pushing vfx like fire and smoke into unreal?
Rendered flip books -> Niagara?

>> No.935614

>>934018
What's the point of using Unreal if you are using the path tracer anyway?

>> No.935675

After spending 4 hours troubleshooting, I found out that copying or duplication an Input Action will render it unusable. If you need to create an Input Action, do it from scratch every single time until they fix this bug.

>> No.935764

>>932812
Literally never happens

>> No.935995
File: 1.67 MB, 3840x2160, IMAGE00041.jpg [View same] [iqdb] [saucenao] [google]
935995

I want to make some level blockout of STALKER in Unreal, been playing a lot lately and thought it would be fun to improve over the terrain by sculpting the map in Zbrush and messing around inside unreal with heightmaps. Problem is, I'm using a fairly weak graphics card that already runs the fps template in ue5 at like 40fps despite lowering down shadows, removing clouds etc, but ue4 runs fine. If I use ue4 to play around with my project, would be easy to import to ue5 later? I'm not planning to code or anything, just to create semi realistic maps and jerk off to it using advanced locomotion system.

>> No.936134

>>927882
Has anyone been able to get FSR 2 working in Unreal Engine 5.1?

>> No.936138

>>935608
anything but cascade

>> No.936163
File: 1.88 MB, 1886x1021, somesortofborderlandsorsomething.png [View same] [iqdb] [saucenao] [google]
936163

What goes into this style? I have no idea where to start. All I know for sure is really thick outlines. I don't know how to go about texturing or getting a material to look like that.

>> No.936187

What is better - separate texture sets (1 set for each object) or 1 texture atlas for multiple objects? For things like foliage or scatter objects.

>> No.936202

>>936187
Imagine that the atlas one has an issue. Or imagine having to bake each of the assets every time you make a change.

>> No.936417

so can we replace offline rendering with realtime rendering yet?

>> No.936427

>>936417
Are you retarded?

>> No.936429

>>936427
why

>> No.936489
File: 151 KB, 1600x900, LS_CineCameraActor13_508_0000_Ultra.jpg [View same] [iqdb] [saucenao] [google]
936489

>>936417
Realtime rendering is really good, but there are still some noticeable differences. Epic has a path traced rendering engine built right into Unreal Engine which you can use to compare the difference between Lumen and offline rendering in your UE5 scenes.

https://docs.unrealengine.com/5.1/en-US/path-tracer-in-unreal-engine/

>> No.936491

>>936489
The shaders arent very realistic. This doesn't pass.

>> No.936504 [DELETED] 
File: 3.70 MB, 3240x1823, Intel-Arc-A770-Limited-Edition-Graphics-Card-PCB-Cooler-Breakdown-_5-low_res-scale-4_00x-Custom.png [View same] [iqdb] [saucenao] [google]
936504

Does anyone have an Intel Arc A770? How good is it for Unreal Engine 5?

I currently have a GTX 1060 and while I've tried many remedies to improve the performance (to limited effect), I've concluded it's just not sufficient enough for UE5, so I'm looking to upgrade to a new GPU. The A770's 16GB VRAM at $349 sounds like a pretty sweet deal and the new driver updates Intel's been releasing lately have made me pretty interested.

>> No.936506
File: 105 KB, 1280x960, Intel-Arc-A770.jpg [View same] [iqdb] [saucenao] [google]
936506

Does anyone have an Intel Arc A770? How good is it for Unreal Engine 5?

I currently have a GTX 1060 and while I've tried many remedies to improve the performance (to limited effect), I've concluded it's just not sufficient enough for UE5, so I'm looking to upgrade to a new GPU. The A770's 16GB VRAM at $349 sounds like a pretty sweet deal and the new driver updates Intel's been releasing lately have made me pretty interested.

>> No.936516

>>936506
integrated gpus won't do. you need a better rtx level gpu along with large RAM or else it'll slow development down

>> No.936517

>>936491
Not the best example

>> No.936594

>>936516
The A770 is a discrete GPU.

>> No.936901

Anyone know of any good tutorials like this one? Dude is good but doesn't post a lot

https://youtu.be/QdMy3FXzTg0

>> No.936924

>>936516
Amazing, so much confidence in an answer that is completely and utter wrong.
Honestly, it's embarrassing.

>> No.936949

I know you're in this thread, now learn to node.

>> No.936952

>>936516
you are extremely gay

>> No.938203
File: 4.00 MB, 1050x525, rendererererererers.gif [View same] [iqdb] [saucenao] [google]
938203

>>936489
>>936491
>>936517
oh

>> No.939400

Can an UE god please tell me how to get a .mov w alpha channel to work in UMG. Video with alpha channel is ancient tech but UE makes it so fucking unreasonably cryptic how to get it to work. I have it working in the media player fine now as long as its exported ProRes4444 but the damn widget still default to all white screen. What the fucking fuckkkkkk

>> No.939438

>>938203
Why are people that use path tracers always so nitpicky and acting superior to realtime CG artist? These differences are so technical and pointless in a grand scheme of things, no matter how much you will try to convice us and call us names now.

>> No.939451

>>939438
People going obsolete are always cranky anon. You'll be cranky too once the skills you've amassed during multiple years becomes irrelevant.

>> No.940055

Anyone knows why is my foliage glowing when I imported it in UE 5.1?

>> No.940060

>>939438
that's because they think they do hard work and are skilled without even knowing about the hard part - optimization. They believe that realtime renders look worse because the people using them are less skilled, if they had to use a realtime engine their shit would look 30 years old and if they were aware of that fact they'd kill themselves out of shame.

>> No.940557
File: 73 KB, 791x570, Screenshot_2.jpg [View same] [iqdb] [saucenao] [google]
940557

Can anyone help me figure this out? I've been testing my new PC build, 13700k and 4090, and this is what I'm getting when I set screen percentage on 200. RHIT seems to be insanely high when volumetric fog is enabled for some reason. The other one is much lower when the fog is disabled, but the FPS is still only at around 45 already. How can I see what else is causing performance drops? At screen percentage 100, FPS is very smooth though.

I doubt it's just due to high resolution, because atm I'm still on 1080p, so even at 200 screen percentage 4090 should eat it for breakfast, and the scene is fairly optimized, but I did boost every possible ray tracing setting to the max to see how far it can go.

>> No.940558

>>940557
Btw the description should be reversed, left is WITH volumetric fog, eats up 15 fps like nothing

>> No.940562

>>940558
Update - runs perfectly in game mode even at 2x the resolution and fog included. Unless it's not doubling the screen percentage during play and I'm not aware of it, it seems more like a bug then.

>> No.940612

>>940060
>the hard part - optimization
Yes because no one ever optimized anything in offline ever. Do you actually think offline people just happily animate million poly meshes straight out of zBrush without a care in the world? Or that they aren't constantly relying on the realtime renderer of the 3d viewport? If anything Unreal is the lazy mode compared to traditional comp offline. Bunch of dumbfucks hoarding shitty Marketplace assets and muh metahumans are the real true artists for sure.

>> No.940617

>>940612
>Bunch of dumbfucks hoarding shitty Marketplace assets and muh metahumans are the real true artists for sure.
nice generalization

>> No.940739

These new procedural tools are looking good
Also new material model

>> No.940752

verse seems cool but idk if i want to learn another boutique language for one platform.

>> No.940784

>>940752
But it will run everywhere! Metaverse!
In all seriousness it seems pretty well-designed, I'm not sure I fully understand the whole transactional aspect but it's an interesting concept.

>> No.940801
File: 371 KB, 1200x628, epic.jpg [View same] [iqdb] [saucenao] [google]
940801

https://www.youtube.com/watch?v=teTroOAGZjM

Introducing MetaHuman Animator, a new feature set that enables you to use an iPhone or stereo helmet-mounted camera to reproduce any facial performance as high-fidelity animation on #MetaHuman characters.

>> No.940807

>>940801
kino

>> No.940811 [DELETED] 

>>940784
when swift came out apple said it was going to be a c replacement and you'd be writing server side code in swift, unix kernels in swift, embedded swift, well ok maybe not embedded, but they hyped it all to hell. it took like five years for the abi to stabilize. wasn't even close to ready and today is only used for iphone apps only because apple forces you to use it. kotlin is like everything swift should have been, but kotlin is another obscure waste of time when you could just use a modern release of java for more or less the same effect. kotlin was cool as long everyone as stuck on java 8, but today it hits a lot less hard. by the time verse is ready for production c++ 27 or something will be everywhere and solve half the problems already.

>> No.940977

I'm a complete noobie, how many high poly, high rez characters could a reasonably modern PC handle on unreal?
I want to make an animated screen saver, a simple fishbowl with 4-5 goldfish taken from Daz 3d assets.

>> No.941175

anyone else as excited about metahuman animator as I am?

>> No.941177

>>941175
I am very excited but I haven't even booted UE5 yet

>> No.941362
File: 1.28 MB, 1208x586, 1 (3).png [View same] [iqdb] [saucenao] [google]
941362

Wheres the best place to download paid plugins/models for free?

>> No.941442

>>936163
Toon shader with a thick fresnel outline. Theres tons of post-process shaders you can find on the marketplace to reverse engineer.

Theres also some volumetric fog and lighting.

I'd also imagine a lot of the linework is baked into the textures. Especially on the floor tiles and those cross hatch shading lines on the foremost character.

Its really about blending lots of smaller techniques to create an overall effect.

>> No.941719

what tutorials would you recommend for niagara and houdini? I completed unreal sensei's ue5 beginner tut...

>> No.941970
File: 289 KB, 639x360, dredgegame.png [View same] [iqdb] [saucenao] [google]
941970

>>927882
>What projects have you been working on lately?
im just trying to build a world for myself to explore in VR however itll be a game so that I can craft and having things to do ingame.
Premise : Small tugboat sim in a stylized design in the NorthWest US Coast. Trying to mimic Rare's SoT gershner waves for ocean and weather system for environment. Along with a Birds eye view mode which is a 3rd person perspective from an actually bird that can be had as a pet. Having the ability to transition from VR to 3rd person
essentially its Dredge in VR

>> No.942261
File: 446 KB, 1746x691, image_2023-04-06_110023588.png [View same] [iqdb] [saucenao] [google]
942261

anyone know how to move this fucking depth mask I'm just trying to take a transparent screenshot without the sky

>> No.944197

Is it still worth learning Unreal Engine if I'm not really interested in making an indie game on my own? Are there freelance jobs with UE or Unity?

>> No.944468

>>928704
Trash style?

Like seriously I'm not sure what you're in love with. Those trees look more cartoony while the buildings look like non cartoony barns.

It looks like a mess.

>> No.944470

Ok what do you do once you have a good game but no art? Just pitch at artists to play it and make me art?

>> No.944475

>>927882
can someone please direct me to a good video/course on unreal texturing from the little experience I've had with the shader graph it's really complex for no reason

>> No.944477

>>941362
cgpersia/cgpeers is my go to

>> No.944603

so i'm thinking about trialling UE5 as an offline renderer alternative again, but i'm not sure it's actually worth doing for shorter animations (upper limit 2min). i generally try and keep my render times below 3 mins/1080p frame for most things, and i feel like any time i gain from moving to UE will be lost in the transport process itself. i tried it once and didn't enjoy waiting for shaders to compile on first run at all - should i just do that once and reuse the same project for most things in different levels?

how easy is it to move over volumes and particles? how well does it deal with high res vdbs and high particle (10-50mil) count caches?

>> No.944604

>>944603
also, just to be clear, i don't care about optimising for real-time performance. no interest in making and baking low poly versions etc. if i have to do that i'll probably lose time on the rendering end making the whole thing pointless.

>> No.944634

Can't wait to announce some exciting news pertaining @MaxonVFX
Cinema 4d & @UnrealEngine5

>> No.945297
File: 1.25 MB, 3240x3240, ad3fe34741966b12eb48c238bac9501e.png [View same] [iqdb] [saucenao] [google]
945297

HOW TF DO YOU TURN OFF THE FUCKING LUMEN AND CHANGE THE SHADOW AMOUNT? I AM GETTING TIRED OF ALL MY OBJECTS HEING HALF BLACK BECAUSE THE LIGHTING IS TOO INTENSE AND LUMEN MELTING MY PC BECAUSE UNREAL DECIDED TO FORCEFEED YOU RAYTRACING HORSESHIT AGAINST YOUR WILL. THIS SINGLE DECISION MAKES THE PROGRAM ABSOLUTELY UNUSABLE ALL BECAUSE NVIDIA ARE SCUMBAGS THAT WANT EVERYONE TO BUY SCALPER GPUS.

>> No.945309

>>945297
Just disable it in the project settings.
learn how traditional lightning works, if there's no ambient light, or baked lightning and it's not directly illuminated by a light source it will be black.
learn how to bake static lightning so it looks decent without lumen.

>> No.945324

>>945297
It's literally optional my dude.

Are you retarded?

>> No.945361

>>944477
we need you on the cgpeers thread

>> No.945742

Is there a sane alternative to the FBX workflow?
I'm sick of having to re-do imports when I edit a model.
Blender's FBX export sucks and I won't use maya or max.
What about USD?

Ideally I want something that I can use in blueprints but also is editable without the constant import/export loop.

>> No.945772

https://www.youtube.com/watch?v=GNJtPFXUnm4
rendered in Unreal

>> No.945955

how do i make movement like this or even more complex? possible with blueprint? can this be made in unity/godot?

https://www.youtube.com/watch?v=ysxLMFY-nf0

>> No.945983

Is the mannequin in UE5.2 some super ultra high poly count bullshit model? Whenever it is on screen everything slows to a crawl. I even tested on a fresh project.

>> No.946112
File: 81 KB, 842x792, 1600147717818.jpg [View same] [iqdb] [saucenao] [google]
946112

I've always had this small vision in my head of a large environment with two cliff/small mounts a decent distance away from each other, an extremely high bridge built between them, and a train on tracks going from the inside of one mountain to the next.

I've been thinking about trying to create this sequence in UE5. As a noobie, is something like this out of reach? The motion of the scene would be a train moving along tracks from the inside of the mountain out to the bridge

>> No.946113

whoop

>> No.946114

People on unreal engine forums have been telling me that HDR support has been broken for literal years and that n-o-t-h-i-n-g will get it to work.

And yet, Unity does it easily. Why is that?

>> No.946661

>>928790
Just use a multiply node and not “blend overlay”

>> No.946676
File: 32 KB, 333x342, 1579195116112.jpg [View same] [iqdb] [saucenao] [google]
946676

>>927882
>Delay
Use Timer by Function Name instead, so you can stop the timer if necessary.

>> No.946686
File: 45 KB, 726x730, 2023-05-24 20_54_04-Crimes of Middle Ages.png [View same] [iqdb] [saucenao] [google]
946686

>>946114

>> No.946699
File: 227 KB, 1404x576, Rootmotion.png [View same] [iqdb] [saucenao] [google]
946699

>>927882
I'm trying to make rootmotion animations in blender for Unreal. Should I just keyframe rootbone locations manually like a retard to avoid foot sliding? Or should I stop my stupidity and do it inside of Unreal instead of in Blender?

>> No.946756

Looking for a good new GPU for UE5. I currently have a Ryzen 5700X, a GTX 1060 and 32GB RAM. Any recommendations?

>> No.946767

>>946756
something with a lot of vram. 3080 12gb+ or anything equivalent, imo

>> No.946769

>>946767
>>946756
An RTX 3060 12GB is also decent.

>> No.946875

>>931864
>better UI
PFFTTTTHAHAHAAH

>> No.946877

>>946686
>ChatGPT
Have fun with every answer doing things wrong. Protip: That left out 2 important steps

>> No.946890

>>927882
So let me get this straight, you only pay royalties if you’re making a game. But if you’re making a website, tv, vid, film, etc; you don’t. Is this correct?

>> No.946892

>>946890
Correct. You only pay royalties on video games and only after making $1,000,000

Movies, educational content, TV, etc etc are 100% free always

>> No.946893

>>946892
>Movies, educational content, TV, etc etc are 100% free always
only before 1 mil

>> No.947060

So how is UE5's control rig compared to using Blender or Cascadeur for animations?

>> No.947072

look at the absolute nightmare in op's pic. just imagine to resorting to some horror like that just to avoid learning to code or paying a programmer.

>> No.947166

>>947072
Blueprints should only be used for quick and dirty implementations, not as the actual logic behind. You still need developers anyway.

>> No.947333

Can someone recommend a light asset package to use for iterating on the creation of a city? So something withurban props would be cool

>> No.947343

>>947333
Kenney Game Assets

https://www.kenney.nl/

>> No.947709

What market place assets do you guys actually use?

Electric nodes are cool, but I'm not really aware of any other must haves.

The free stuff is pretty boring since it's like 50% random ass locations.

>> No.947731
File: 841 KB, 3318x2160, real-time-rendering@2x.png.png [View same] [iqdb] [saucenao] [google]
947731

If picrel is true, why haven't studios migrated to Unreal?
Are big studios dumb or is Epic lying?

>> No.947733
File: 50 KB, 1080x220, Screenshot 2023-06-07 at 10-02-17 Frequently Asked Questions - Unreal Engine.png [View same] [iqdb] [saucenao] [google]
947733

>>946893
No, there's literally zero royalties for film production use.

https://www.unrealengine.com/faq

>> No.948140

What's the best way right now to create a multi-layered material blending in UE5 with displaced surfaces? Since there's no tessellation, is POM the only option? It has a bunch of issues though, including it not working on corners so if I have a building with bricks, they will have some height in the middle, but the silhouette will still be flat.

And if I bake displacement directly in nanite meshes, I lose all the vertex blending control.

Basically I want this, but seems like it's impossible in UE5 right now, or am I wrong?

https://www.artstation.com/artwork/Po8XLZ

>> No.948175

Is there any way around the fact that interiors with no natural light look like complete shit?

>> No.948179

holy shit this board is slow as fuck. Were at unreal 5.2 now lol.

>> No.948405

>>948179
Not to mention there's practically no discussion here. Why even come in and check? Just to see my posts and questions unreplied to?

>> No.948631

if I wanted to animate simple geometric shapes/colours to music, doing like 20 different scenes with particle effects on top, does it make sense to generate stuff like that in UE and then maybe import the animations to after effects for transitions and colour corrections. Just wondering if generating 3d music synced things in UE makes sense compared to blender(done some basic things in it but music sync to animation seems inefficient with f-curves) or other software. Will appreciate any input

>> No.949344

>>927882
how do i get unreal engine 2.5 and mean same engine that powered the first killing floor

>> No.949638
File: 831 KB, 1920x1080, occ.png [View same] [iqdb] [saucenao] [google]
949638

i'm new using UE and i'm having problem witg this shadow spots, occlusion or bouncing shit. how do i get rid of it?

>> No.949924

>>947072
thats why UE is retarded, while Unity its absolute genius

>> No.950371

>>949924
But they both have node based coding options and you'd have to be retarded to not see the benefit of coding with both?

>> No.950470

I have downloaded the Unreal source code from github, but how do I compile it? What build system does it use? I see C# everywhere, never touched C#.

>> No.950514

>>950470
What the actual fuck.

>> No.951087
File: 3.88 MB, 450x337, lumen.gif [View same] [iqdb] [saucenao] [google]
951087

I am trying to learn UE5 as a complete noob. It's pretty fun. There's so many BP nodes and components that it's overwhelming. But I hope if I do enough tutorials I can get the hang of it.

>> No.951101

>>947731
I think UE5 as a rendering solution would be especially useful for smaller animation studios and independent animators who can't afford mega-huge supercomputer render farms like Pixar and DreamWorks Animation use.

>> No.951102

>>951101
You cant even render HDR anymore. Its a complete nonstarter

>> No.951379

How does Unreal have frame hitches even with a single 1M tris skeletal mesh? It seems to me it's intent of streaming geometry even when turning off everything streaming related.
I just want it to keep the entire mesh in ram and the entire shader and texture atlas in vram. I don't care if it's not optimized for many meshes, just get it done.

>> No.951391

How do I make UE5 run smoother/lighter/faster. I can launch it on my laptop but it freezes frequently and it's a unpleasant to dev with.

>> No.951416

>>927882
I'm very undecided whether to go for UE5 or Unity but I wanted to... Would using UE5 be overkill to make a 2D game similar to King of Fighter with 2D sprites? I just don't want to pay so much money to remove the splash screens with Unity but then again UE5 seems too much for making a 2D game. What do /ueg/ bros?

ps since UE5 was released april 2022, would there be a lot of support online if I face issues? I'm not sure if Unity had more support in the game dev community than UE and I am certain ChatGPT might not help me get through road blocks if I have any issues in UE (ChatGPT date cut off is after 2021)

>> No.951418

>>951416
write your own engine.

>> No.951424

>>951416
Chatgpt will steal other peoples soirce snd not credit them, regardless of license as well as hallucinate

>> No.951431
File: 32 KB, 480x270, 5183438_fc6c_11.jpg [View same] [iqdb] [saucenao] [google]
951431

>>951416
>2D

Check out Godot. It's completely free and open source and has a nice 2D renderer.

https://godotengine.org/

>> No.951433

Perforce vs Git, which one to go for depending on your experiences?

>> No.951435

>>951433
this is not the board. How dare you waste hiroyu's /3/ bandwidth with /g/ shit

>> No.951449

>>951391
https://youtu.be/lG8e5XFp7vo
Turn down the engine scalability settings. Also turn off lumen, and other postprocessing like motion blur and anti-aliasing.

>> No.951483
File: 457 KB, 1200x1697, 1642753350678.jpg [View same] [iqdb] [saucenao] [google]
951483

is there a forum for unreal programming? Like bugs, contributing, and writing add-ons? I'm trying to get it to compile for linux but I'm a little lost. If you search for "dev documentation" for unreal, everything is aimed at people *using* unreal not writing code for it.

>> No.951638

>>927882
Is it worth learning UE nowadays? Or is there a good chance AI will be able to automate most of it in the future?

>> No.951671

>>951638
30 years ago I was told that software developers would be completely gone in a few years because IDEs were a thing.

Now you need software developers for ever mundane task you can think of. Learn to code or die.

>> No.952224
File: 49 KB, 877x640, 5sUfEBX[1].png [View same] [iqdb] [saucenao] [google]
952224

Following a udemy tutorial and I'm getting this error message when I get to the C++ section. He introduces VSCode and live coding, and has us recompile the code inside Unreal - which is when I get the error. I'm pretty sure I have all the correct dependencies installed and followed his instructions exactly. I know this thread is pretty dead, but I don't want to ask on /vg/ because that shithole is a dumpster fire of drama queens.

Also do I even need live coding? Is it too convenient to not use it? I might try to reinstall windows and unreal if I can't get it to work.

Full error: https://paste.bingner.com/paste/sw9of

>> No.952231

>>952224
Live coding is perhaps the most wonky UE feature right now. For my sanity's sake, I just turn it off .

>> No.952232

>>952231
I figured as much. I'll just do that.

>> No.952786
File: 150 KB, 499x499, 1686837875347036.jpg [View same] [iqdb] [saucenao] [google]
952786

>watching some frenchie explain substance designer
>"I ûse a levels node of courze, where I pûsh de whites ûp and, de blacks and greys down"
cant even watch a tutorial without getting a dose of french domestic politics

>> No.952811

>>936187
Atlas is better

>> No.952822

Do you know if there's a package that allows me to deserialize .umg files and get the data from them?
I need it on a .net core project. If it's not possible, wich solution should I go for?
What I need to do is to extract the interface (labels and inputs) from scenes made in Unreal.

>> No.953043
File: 214 KB, 345x336, 53C7D88C-7AF1-465E-8007-7F7C2E0334EA.jpg [View same] [iqdb] [saucenao] [google]
953043

>>952786
My fucking sides

>> No.953053

>>952786
j'ai souri

>> No.953135

>>951087
Good luck dude!

>> No.953136

>>929730
Would also love to know.

>> No.953170

Who has the best BP course/tutorial out there? I especially want something that explains variable passing/data communication between BPs/BP Function Libraries/etc...

>> No.953539
File: 50 KB, 522x522, 1666627465200462.jpg [View same] [iqdb] [saucenao] [google]
953539

Is anyone using unreal for porn? Apparently, unreal has a tetrahedralizer and softbody, but are these any good?

>> No.953593

>>953539
There are some wegs being made with it, but they pale compared to games made by Illusion, who used Unity.

>> No.953697

>>953593
Correction to what I just said. I went through the old Illusion titles and they all shit upon anything made in the west, even their old late 90s titles.

>> No.953864

>>929312
>I just want to cut my teeth on real graphics programming

real graphics programming is in C

>> No.953869

I got hired as junior dev that will work on different projects but especially on virtual production in Unreal Engine. I think I got hired cause of my previous experience with Unreal but this experience I have is based 100% on gaming and gameplay.
I'm totally new and ignorante about this industry so I'd like to know if there are resources, courses, websits, masterclasses, whatever really... to learn about this.
I'm especially interested in
> Remote Control (making your UE project reachable for HTTP requests or other projects)
> Creating, managing and exposing UI related stuff. Not the basics, since I know there's a ton of stuff on this. Just things that are more advanced if there are such guides
> Anything really since like I said, I'm totally ignorant on the subject.
Pls help, it's like a massive opportunity to "not work a day in my life" like Confucius would say.

>> No.954006

bros
how would i go about making my unreal engine Nintendo Switch compatible without paying all my money to the faggots at Nintendo, does anyone have the binaries needed or anything really

>> No.954165
File: 3.75 MB, 487x416, 1664299809948287.gif [View same] [iqdb] [saucenao] [google]
954165

Anyone here managed to make Visual Studio run fine with Unreal project. Meaning:
> no errors & warnings
> the ability to go to any class definition (From Unreal source code)
> Having auto-completion available

>> No.954166 [DELETED] 

>>954165
use rider. that said, unreal engine blows.

>> No.954207
File: 145 KB, 1200x675, drakengard-3-prologues-dlc-chapters-are-out-now-140200540177.jpg [View same] [iqdb] [saucenao] [google]
954207

>>927882
How make render like that in u5

>> No.954212

>>945955
https://youtu.be/OZgDuBDoAKs

>> No.954411
File: 834 KB, 1189x869, 1677111833632216.png [View same] [iqdb] [saucenao] [google]
954411

>>927882
can someone link me on how to get natural interior lighting? is it just a matter of adding an hdri and building light?

>> No.954417

>>954165
I use Rider, shit just werks out of the box with the plugin.
The only thing that's crashy is live coding but that's always the case aifk.

>> No.954427

>>954165
>> no errors & warnings
You have to diligently pay attention to the Build.cs file.
Also make everything into a module by default, even if you only need one module it's still better than dealing with weird dll linking errors because unreal wants you do to something a certain way.
There might be rules of when you need to make a module but even if you don't putting your code into a module will still work.

>> No.954449

>>954417
Yeah I installed Rider in the end and there's no comparison to be made Rider > All. Fuck, any Jetbrains IDE > the competition

>> No.954668
File: 168 KB, 2560x978, real or unreal.jpg [View same] [iqdb] [saucenao] [google]
954668

how to get this quality from UE5?

>> No.954669
File: 180 KB, 2560x978, unreal or real.jpg [View same] [iqdb] [saucenao] [google]
954669

>>954668
looks like a photograph

who teaches this quality?

>> No.954670

>>954668
>>954669
PostProcessVolume ->
Film Grain
Local Exposure -> Detail Strength
Depth of Field

etc.. There's lots of methods to fake digital camera artifacts but honestly most of it doesn't make it look more "quality" or "realistic"

>> No.954703

Anyone using UE for archviz? Do you think it's going to be industry standard in 5-10 years?
It looks great but still can't match Vray/Corona for single images.
But it's gettibg there slowly.

>> No.954775

>>954668
>>954669
>>954670
anamorphic lens
>>954703
https://www.youtube.com/watch?v=ifryjffUJT8

>> No.955049
File: 70 KB, 1345x1792, unreal.png [View same] [iqdb] [saucenao] [google]
955049

the master enters the arena

>> No.955050

How good is UE5 on Linux so far?

>> No.955138

>>954703
I'm creating an interior walkthrough inside UE5. Mostly because I wanna go deeper into blueprints and materials.

>> No.955339 [DELETED] 
File: 66 KB, 746x656, Screenshot_20230815_124729.png [View same] [iqdb] [saucenao] [google]
955339

>>955050
It's... okay. Lumen and Nanite both work.

It's extremely unforgiving if you don't have a GPU with a sufficient amount of VRAM though. For some odd reason, UE5 with Vulkan doesn't seem to have the capability to fallback to system RAM if you run out of VRAM, so instead it'll just crash altogether, which happened pretty often for me having a GPU with single-digit VRAM.

>> No.955341
File: 90 KB, 746x656, Screenshot_20230815_124729.png [View same] [iqdb] [saucenao] [google]
955341

>>955050
>How good is UE5 on Linux so far?

I gave it a spin over the weekend. It's... okay for the most part. Lumen and Nanite both work pretty well.

However, what bothered me is that it's extremely unforgiving if you don't have a GPU with a sufficient amount of VRAM though. For some odd reason, UE5 with Vulkan doesn't seem to have the capability to fallback to system RAM if you run out of VRAM like it does with DX12, so instead it'll just crash altogether, which happened pretty often for me having a GPU with single-digit VRAM. I'd probably recommend no less than 12GB VRAM to be on the safe side if you're going to use it on Linux.

>> No.955395

>>955341
does Nanite and lumen work on Intel graphics yet?

>> No.955527 [DELETED] 

>>955395
Nanite should have any special hardware requirements. As for Lumen, technically you can use software raytracing on any DX12 compatible hardware but it will be even slower than it's normally.

>> No.955558

>>951416
unity is a lot easier to use or you could just go with godot (a lot less comfy to use than unity but 100% free)

>> No.955617
File: 914 KB, 1174x633, 1691800635004300.png [View same] [iqdb] [saucenao] [google]
955617

why is the shadow so shit? the toilet texture isa placeholder but is that the cause?

>> No.955654

Who tried this
PrometheanAI
https://www.youtube.com/watch?v=z9XjdcgP8TA

>> No.955790

>>955049
Literally who?

>> No.955793

Anybody knows if it's possible to make a mod for Remnant II in which you can tweak the native res TAA settings so that it's not ghosting like crazy?

>> No.956840

Embergen vs Niagara Fluids

who wins?

>> No.956952
File: 5 KB, 273x170, import.jpg [View same] [iqdb] [saucenao] [google]
956952

How do you import UE projects that you download on those free sites that come with the Maps, Materials, Meshes, Textures folders directory? I know the DazToUnreal pipeline but I cant figure out this one.

If I just copy the folders on "content" then the meshes are there but without the textures dependencies, is the only option to do the dependencies manuallly?

>> No.957019

I hope Timmy Tencent loses everything

>> No.957020 [DELETED] 

https://discord.gg/N37M9N

>> No.957023
File: 33 KB, 427x300, 1676159278798040.jpg [View same] [iqdb] [saucenao] [google]
957023

>>929312
>A tour of C++
>learnopengl.com
>Real-time Rendering 4th edition

Hope you didn't skip linear algebra

>> No.957295

How do you make open world games that don't run like trash for having navmesh invokers?

>> No.957307

>>957295
If it's open world you'll be using procedural asset generation anyway. Might as well include a static navmesh.
And if you're gud you might flip it around and use the navemesh as input for your procedural asset generation logic.
If you won't bother just segment the world and use load screens.

>> No.957492

>>957307
So you're suggesting I bake it all at generation? Sounds kind of backwards but I suppose that's an option.

Is that really a common way of doing it? It sounds like a LOT of navmesh construction during the load screen rather than an fps loss in game.

>> No.957557

5.3 is out
why so quiet?

>> No.957561

>>928495
Ok, but did that actually work and accomplish what you asked for? ChatGPT LOOOOVES making shit up.

>> No.957584

>>957561
Not anymore. It got dumbed down to the point it no longer can do simple math sometimes.

>> No.957585
File: 2.05 MB, 288x288, 1665407766177891.gif [View same] [iqdb] [saucenao] [google]
957585

>UE5 is coming to switch 2
>1 hour battery life

>> No.957590 [DELETED] 

https://github.com/aa2g/AA2Unlimited

>> No.957655

>>957557
Nothing very exciting.

>> No.957665

>>947731
>why haven't studios migrated to Unreal?
What are you blabbering about? Tonnes of movies and media use Unreal nowadays.

>> No.958079

unreal bros we are so back, FUCK those other guys!

>> No.958081

>>957665
But the big boys use reEngine

>> No.958090
File: 61 KB, 1600x1066, 1694135649127.jpg [View same] [iqdb] [saucenao] [google]
958090

is it possible to use either the alpha value or color value of a video as a source for a smoke effect? if possible how would I do that?

>> No.958098

>https://epicgames.formstack.com/forms/release_form
do i really have to fill out one of these fucking things any time i put some shit in the app store?

>> No.958722

>>958081
But Capcom won't let anyone else use it.

>> No.958870

Welcome Unity losers.

>> No.958873

>>958722
because they are a japanese company

>> No.958875

Unironically how much time is it going to take me to learn C++? I want to make a game using blueprints but people say C++ at minimum is good for doing basic but commonly used code. Is it that complicated to learn? I've found blueprints to be fairly okay, though i'm kind of being an autist trying to find the easiest or most open ways to do stuff so i'll "re-write" shit over and over

>> No.958877

>>958875
look - I am going to break this down as SIMPLY as I can.

Learning C++ is not a problem. If you know c# you can learn c++ for game scripting in 2-3 days maximum.

Having to compile and rebuild the unreal engine because you are using C++ IS the problem. It takes ages. This is why unity rules the indie space.

>> No.958881

>>958877
implying I know C# but yeah I forgot about the recompile shit.

>> No.958921

With 8gb Ram, can I start learning Unreal?

>> No.958922

For a newbie in Unreal... do you recommend me learn blueprints or c++?

>> No.958931

>>958921
In VRAM, right?

>>958922
Start with blueprints for the basics. You will need to learn C++ for optimization and cleaner code.

>> No.958981

can anyone with UE 5.2 open this uasset file for me, please?

>> No.959082

>>927882
Manga in Unreal?
https://www.youtube.com/watch?v=gF3d0eMCQcg
Who speaketh the Japanese?

>> No.959678

>>959082
I don't know moon.

>> No.959839 [DELETED] 

>>>/vg/447875110
Artificial Academy 2 General /aa2g/ #1293
Ready to Serve Edition

Welcome, this general is for the discussion of ILLUSION's Artificial Academy 2.

COPY ERROR MESSAGES WITH CTRL+C, PASTE THEM WITH CTRL+V INTO GOOGLE TRANSLATE. JUST CLICK THE WINDOW AND PRESS CTRL + C, IT WORKS.

>Downloads:
/aa2g/ Pre-Installed Game, AA2Mini: https://tsukiyo.me/AAA/AA2MiniPPX.xml
AAUnlimited updates: https://github.com/aa2g/AA2Unlimited/releases

>Information:
AA2Mini Install Guide:
https://docs.google.com/document/d/e/2PACX-1vS8Ap6CrmSNXRsKG9jsIMqHYuHM3Cfs5qE5nX6iIgfzLlcWnmiwzmOrp27ytEMX03lFNRR7U5UXJalA/pub
General FAQ:
https://web.archive.org/web/20200216045726/https://pastebin.com/bhrA6iGx
AAU Guide and Resources (Modules, Tans, Props, Poses, and More):
https://docs.google.com/spreadsheets/d/17qb1X0oOdMKU4OIDp8AfFdLtl5y_4jeOOQfPQ2F-PKQ/edit#gid=0

>Character Cards [Database], now with a list of every NonOC in the megas:
https://docs.google.com/spreadsheets/d/1niC6g-Xd2a2yaY98NBFdAXnURi4ly2-lKty69rkQbJ0/edit#gid=2085826690
https://db.bepis.moe/aa2/

>Mods & More:
Mods for AAU/AA2Mini (ppx format, the mediafire has everything):
https://www.mediafire.com/folder/vwrmdohus4vhh/Mods
/aa2g/ Modding Reference Guide (Slot lists for Hair/Clothes/Faces, List Guides, and More):
https://docs.google.com/spreadsheets/d/1gwmoVpKuSuF0PtEPLEB17eK_dexPaKU106ShZEpBLhg/edit#gid=1751233129
Booru: https://aau.booru.org

>HELP! I have a Nvidia card and my game crashes on startup!
Try the dgVoodoo option in the new win10fix settings.
Alternative: Update your AAU and see if it happens again. If so, disable win10fix, enable wined3d and software vertex processing.
>HELP! Required Windows 11 update broke things!
winkey+R -> ms-settings:developers -> Terminal=Windows Console Host

Previous Thread:
>>>/vg/445943839

>> No.959841 [DELETED] 

>>>/vg/447875110
Artificial Academy 2 General /aa2g/ #1293
Ready to Serve Edition

Welcome, this general is for the discussion of ILLUSION's Artificial Academy 2.

COPY ERROR MESSAGES WITH CTRL+C, PASTE THEM WITH CTRL+V INTO GOOGLE TRANSLATE. JUST CLICK THE WINDOW AND PRESS CTRL + C, IT WORKS.

>Downloads:
/aa2g/ Pre-Installed Game, AA2Mini: https://tsukiyo.me/AAA/AA2MiniPPX.xml
AAUnlimited updates: https://github.com/aa2g/AA2Unlimited/releases

>Information:
AA2Mini Install Guide:
https://docs.google.com/document/d/e/2PACX-1vS8Ap6CrmSNXRsKG9jsIMqHYuHM3Cfs5qE5nX6iIgfzLlcWnmiwzmOrp27ytEMX03lFNRR7U5UXJalA/pub
General FAQ:
https://web.archive.org/web/20200216045726/https://pastebin.com/bhrA6iGx
AAU Guide and Resources (Modules, Tans, Props, Poses, and More):
https://docs.google.com/spreadsheets/d/17qb1X0oOdMKU4OIDp8AfFdLtl5y_4jeOOQfPQ2F-PKQ/edit#gid=0

>Character Cards [Database], now with a list of every NonOC in the megas:
https://docs.google.com/spreadsheets/d/1niC6g-Xd2a2yaY98NBFdAXnURi4ly2-lKty69rkQbJ0/edit#gid=2085826690
https://db.bepis.moe/aa2/

>Mods & More:
Mods for AAU/AA2Mini (ppx format, the mediafire has everything):
https://www.mediafire.com/folder/vwrmdohus4vhh/Mods
/aa2g/ Modding Reference Guide (Slot lists for Hair/Clothes/Faces, List Guides, and More):
https://docs.google.com/spreadsheets/d/1gwmoVpKuSuF0PtEPLEB17eK_dexPaKU106ShZEpBLhg/edit#gid=1751233129
Booru: https://aau.booru.org

>HELP! I have a Nvidia card and my game crashes on startup!
Try the dgVoodoo option in the new win10fix settings.
Alternative: Update your AAU and see if it happens again. If so, disable win10fix, enable wined3d and software vertex processing.
>HELP! Required Windows 11 update broke things!
winkey+R -> ms-settings:developers -> Terminal=Windows Console Host

Previous Thread:
>>>/vg/445943839
nigger mod is an angry spearchucker lol you couldn't catch us. How does it feels, bitch cocksucker for life. Keep on pretending you someone outside of aa2 nigger lol.

>> No.959863

>https://www.bloomberg.com/news/articles/2023-09-28/epic-games-is-cutting-about-900-jobs-or-16-of-staff
uh oh fortnite money printer running out of steam?

>> No.959989

>>958922
Start with BP until you get familiar with the API, then learn C++.

>> No.960005
File: 109 KB, 960x800, 9ff25be8ae72d2d08b73758610699fc4.jpg [View same] [iqdb] [saucenao] [google]
960005

>>927882
Give sample of professionally properly setup ik rig for retargetting in UE5.

>> No.960009

UE5 and per poly collision for skeletal meshes, is it possible?
Google has no answers.

I want hands to interact with water, each finger.

Tried a workaround by creating a static mesh out of the hand and turning on complex mesh collision, but it's ignored, while regular static meshes are affected.

Is there some sort of limit to the interaction, as there is with cloth?

>> No.960010

>>960009
Yes, in 2040. Nvidia, Intel etc. have patented ALL algorithms for building real-time BVHs and fast queries on GPU. There are no open source alternatives. But on the bright side, plenty of time to learn C++ and CUDA.

>> No.960011

>>960010
Guess I'll still have to rely on alembics..

>> No.960021

>"For a while now, we've been spending way more money than we earn," CEO Tim Sweeney wrote in a memo to employees. Sweeney said Epic had been working to cut spending on things such as marketing and events, but "concluded that layoffs are the only way" to reach financial stability.

Its over.

>> No.960022

>>960021
Blackrock funding ran out and they got rid of all the diversity hires.
It's fine, the talent is still there.

>> No.960023

>>960022
>read something on BlenderArtists about some mod from Epic getting layed off due to this
>its a marketer

lmao

>> No.960029

>>960022
their funding came from tencent actually. they sold 40% of the company to tencent like a decade ago.

>> No.960107

How the fuck do I get a 3d sphere for the rotation gizmo in ue5?
They can't possibly believe that a single 3-axis gizmo is acceptable?

>> No.960133

>>960005
You didn't give.

>> No.960148

>>960009
Just recreate the collision with a ton of tiny collision boxes tied to the skeleton.

It's gonna run like shit either way.

>> No.960165

>>927882
So download ue3 is good idea for the retro ps3 style render. Or should just make my own engine

>> No.960167

>>960165
ps3 isnt retro and isnt even allowed on the retro /vr/ board. You don't know what you are talking about

>> No.960170

>>960165
idk about ps3 style but 3d in defold looks retro out of the box. try the 3d sample scene. it reminds me of like ps1 even.

>> No.960227

Can I increase the performance when rendering a video in ue5?
Rendering out a video with pathtracing is only using sub 30% on cpu and gpu.
My setup shouldn't have a bottleneck.

>> No.960228

>>960227
>filmmaking in unreal
cringe

>> No.960236

>>960165
i download it yesterday isnt it illigal i have devlopmer kit how do i remove the splash screen

>> No.960239
File: 90 KB, 1280x720, mha-blue-dot.jpg [View same] [iqdb] [saucenao] [google]
960239

>>960228
But it's the future.

https://www.youtube.com/watch?v=bIGnx2jvrbg

https://www.youtube.com/watch?v=7kBrQDvhZXg

>> No.960240

>>960239
its not, the future is ai.

Tim is losing money left and right. I heard he had to fire 800+ people yesterday

>> No.960241

>>960165
I think you will unironically have an easier time learning how to modify UE5's rendering code than you will making a full game in an engine that dropped support more than a decade ago. (Modifying Unreal's source code isn't that hard, nor is learning how old games were rendered)

>> No.960242

>>960228
>he can't see the incredible flexibility and ease of use as well as high quality ue5 has for cinematic

>> No.960243

>>960242
>incredible flexibility

>> No.960255

>>960240
Tim Sweeney is a mumbling cunt
https://twitter.com/ImmatureGamerX/status/1709216675730542972

>>Subscriptions coming in 2024
https://www.youtube.com/watch?v=xXvfdzUtZkY

ya'll got BTFO

>> No.960256

>>960255
holy
fucking
shit.

>> No.960260

>>960255
REEEEEE YOU CANT TAKE AWAY MY FREE GAME ENGINE YOU WILL REGRET THIS!!!

Kill Tim Sweeney. Behead Tim Sweeney. Roundhouse kick Tim Sweeney into the concrete. Slam dunk Tim Sweeney into the trashcan. Crucify filthy Tim Sweeneys. Defecate in Tim Sweeney's food. Launch Tim Sweeney into the sun. Stir fry Tim Sweeney in a wok. Toss Tim Sweeney into active volcanoes. Urinate into a Tim Sweeney's gas tank. Judo throw Tim Sweeney into a wood chipper. Twist Tim Sweeney's head off. Report Tim Sweeney to the IRS. Karate chop Tim Sweeney in half. Curb stomp pregnant black Tim Sweeney. Trap Tim Sweeney in quicksand. Crush Tim Sweeney in the trash compactor. Liquefy Tim Sweeney in a vat of acid. Eat Tim Sweeney Dissect Tim Sweeney Exterminate Tim Sweeney in the gas chamber. Stomp Tim Sweeney skulls with steel toed boots. Cremate Tim Sweeney in the oven. Lobotomize Tim Sweeney Mandatory abortions for Tim Sweeney Grind Tim Sweeney fetuses in the garbage disposal. Drown Tim Sweeney in fried chicken grease. Vaporize Tim Sweeney with a ray gun. Kick old Tim Sweeney down the stairs. Feed Tim Sweeney to alligators. Slice Tim Sweeney with a katana.

>> No.960266

>>960255
haha fuck epic. when i saw that stupid verse language, i knew sweeney was a bozo who got lucky with fortnite. good riddance.

>> No.960268

It was only a matter of time. Now, the chickens come home to roost.

>> No.960274

>>960255
Pretty dangerous announcing this change right after Unity's big disaster.

>> No.960287

the fact that they are trying to turn it into some kind of art app for architects or interior designers or whatever just signals that programming in unreal engine will always be a nightmare. when they made noise about adding another language besides c++, i thought ok, maybe there is hope. then instead of just using c#, rust, python, javascript, anything, they rolled their own goofy language which still hasn't been integrated for use in unreal engine and will probably always lack any kind of decent tooling. now it's just over. unreal engine doesn't care about programmers.

>> No.960289

use blueprints they said....

>> No.960305
File: 572 KB, 1248x497, Screenshot_1.png [View same] [iqdb] [saucenao] [google]
960305

>>927882
Bros how do I give my level a simple "background lighting"? I'm not talking about Directional Light, no what I mean by that is, you know how in Blender in the World Properties tab you can change the color of the environment, so for example in pic rel instead of the world and shadows being pitch black you can change the color to, say, a dark red, a light green, and so on, but most importantly the unlit/shadowy areas of the scene would stop being pitch black. I'm not interested in realistic graphics and would like to avoid using all that fancy stuff Unreal wants you to use like atmospheric fog, volumetric clouds etc., instead I'm aiming for simpler graphics in the style of Fallout 3/NV. I modeled all the architectural tilesets I need, my meshes are imported, I just need to figure out how to adjust the world lighting

>> No.960306
File: 780 KB, 1112x699, target.png [View same] [iqdb] [saucenao] [google]
960306

>>960305
This is the look I'm aiming for at this time. This scene you see here is completely unlit, there are no lights anywhere, it's just this "pseudo lighting" I can't find a name for that's giving the scene this fake illumination. I'd like to achieve a similar result in Unreal

>> No.960307

>>960306
For a non-void background, use a skysphere. Then a skylight to give a global light.

>> No.960319

>>960306
That's usually called ambient lighting

>> No.960421

>>960255
Don't worry darling, piracy will always be an option.

>> No.960422

Mograph coming to Unreal

Project Avalanche
https://www.youtube.com/watch?v=IGoMcXzf0x0

After Effects is getting BTFO

>> No.960495

>>960421
>>960274
>>960266
>>960260
>>960256

This is literally just for film, TV and broadcast retards.

>> No.960539

I've heard that UE5 has a different U.I from UE4 in certain ways so it makes me wanna begin with UE5. Is it possible to use it but with the expensive stuff like lumen and the other thing disabled?

>> No.960540

>>960495
>JUST for film, TV and broadcast retards.

>> No.960542

>>960495
>doesnt even realize this is for automotive like Tim literally says in the same sentence as the announcement
>calling other people retards

>> No.960558
File: 228 KB, 900x1200, they took this from you.jpg [View same] [iqdb] [saucenao] [google]
960558

>>960540
there will be a minimum revenue thresholds for commercial projects

student/education remains free

>> No.960581

>>960540
>>960542
The only amateur use for UE is for games. Thats like 90% of their audience. Why are you pretending to care about giant industries having to pay a subscription?

>> No.960617

How do I mass apply a single material to a selection of many already-placed meshes?

>> No.960618

>>960581
Dude, its not free anymore. That was your only argument for using it when unity went paid. Now you're both in the same exact boat lmao. And, you don't even have a scripting language.

>> No.960628

>>960581
>The only amateur use for UE is for games.

Not really. there is a growing sizeable community of hobbyist and indie 3D artists who currently use Unreal Engine as a general-purpose 3D rendering solution.

>> No.960745
File: 553 KB, 2846x844, file.png [View same] [iqdb] [saucenao] [google]
960745

>>960617
pls advise
it's a lot of dragging and clicking

>> No.960772

I need a course who help me land a junior unreal job. I have some experience in unity and c#... Unreal sensei, gamedev.tv? Any recommendation?

>> No.960857

>>960618
>its not free anymore
*For non-game related published projects

>>960628
Id be VERY surprised if the license applies to non-profit 3D artists just making personal work.

>> No.960858

>>960857
>Id be VERY surprised if the license applies to non-profit 3D artists just making personal work.
why would you be surprised? If youre a hobbyist you gotta pay, regardless of if you are non profit or not. Same with maya indie. Same with substance painter. No free lunch.

>> No.961047

>>960745
Seems like you need a material already applied before you can mass apply via outliner.