Home Unreal Engine

Unreal Engine 4

1232426282939

Replies

  • chrisradsby
    Options
    Offline / Send Message
    chrisradsby polycounter lvl 14
    ZacD wrote: »
    Found out point lights with source radius and length work decently well for area light substitutes.

    zKRIkdu.png

    Anyone figure out if there's a way to reduce lightmass seams between flat modular pieces? I'm just using the default architecture assets with snapping.

    I also have trouble with this tbh. Got things working perfectly in UE3 with lightmaps with modular pieces that snap perfectly but in UE4 you end up with weird seams all over. Very annoying.
  • PogoP
    Options
    Offline / Send Message
    PogoP polycounter lvl 10
    Heh that's weird, I used to get loads of lightmap issues in UDK just like that, but much worse... Never quite figured out how to avoid lightmap seams.
  • ambershee
    Options
    Offline / Send Message
    ambershee polycounter lvl 17
    My solution has always been to never have flat modular pieces that join. Flat walls like that can happily be a single piece.
  • Ged
    Options
    Offline / Send Message
    Ged interpolator
    ambershee wrote: »
    My solution has always been to never have flat modular pieces that join. Flat walls like that can happily be a single piece.

    so do you create a library of walls? 1x1 wall, 2x1 wall, 4x1 wall etc? otherwise you have the same problem everytime you want to reuse the assets. I never found a way around shading seams on flat modular walls in ue3 either :(
  • ambershee
    Options
    Offline / Send Message
    ambershee polycounter lvl 17
    For a flat wall like that I wouldn't even bother wish a mesh, I'd probably use a brush. If I had to use a mesh, I'd fiddle the UVs in the material instances dependent on scaling rather than duplicate geometry unnecessarily (even if the geometry is pretty simple).
  • chrisradsby
    Options
    Offline / Send Message
    chrisradsby polycounter lvl 14
    Ged wrote: »
    so do you create a library of walls? 1x1 wall, 2x1 wall, 4x1 wall etc? otherwise you have the same problem everytime you want to reuse the assets. I never found a way around shading seams on flat modular walls in ue3 either :(

    That's because you're not doing your lightmapping right.
    You need to make sure you're UVs are not in-between a pixel or the such for the lightmap resolution you're using.

    More info here:
    http://www.worldofleveldesign.com/categories/udk/udk-lightmaps-02-uv-techniques-and-how-to-create-second-uv-channel-in-maya.php

    I've tried this and it works. UE4 seems to have problems with it though, but I need to try more things.
  • iniside
    Options
    Offline / Send Message
    iniside polycounter lvl 6
    ambershee is right here. Unless you doing some fiddle personal project, you should avoid having to many unnecessary modular pieces. Flat walls is one of them. You only add draw calls to scene, without any benefit.

    Would be nice if UE4 had proper static mesh mergde tool, that could merge meshes with the same material setup.

    I've seen some work on mesh reduction tool on code, but it seem quite far off yet.
  • JordanW
    Options
    Offline / Send Message
    JordanW polycounter lvl 19
    Echo'ing what everyone is saying about flat pieces should be just one large piece, they're going to exaggerate any lightmass error that's present. Having said that, you can try this to reduce lightmap differences/seams:

    1.build on production quality not preview
    2. in World Settings>Lightmass Settings> Try setting indirect lighting quality to something like 2 or 4
    3. In World settings> Lightmass Settings> Try setting Indirect lighting smoothness to something less than 1, like 0.5 or 0.75
  • PogoP
    Options
    Offline / Send Message
    PogoP polycounter lvl 10
    For some reason, when I'm importing my models into the editor, it is using uv channel 0 as lightmap UVs. Any way to change this default?
  • Hristo Rusanov
    Options
    Offline / Send Message
    Hristo Rusanov polycounter lvl 7
    Anyone have any idea why when i try to drag and drop sphere or box reflection capture, the editor crashes every time? :(
  • Jeff Parrott
    Options
    Offline / Send Message
    Jeff Parrott polycounter lvl 19
    Can this be stickied/mirrored in the Tech Forum for Unreal 4 info? Some great into in this thread. Seems like it's outgrown the General Forum.
  • njackson4190
    Options
    Offline / Send Message
    PogoP wrote: »
    For some reason, when I'm importing my models into the editor, it is using uv channel 0 as lightmap UVs. Any way to change this default?

    I had this same issue but if you import a new mesh with lightmap uv's, then it changes the uv channel for lightmaps to 1.
  • Ged
    Options
    Offline / Send Message
    Ged interpolator
    ambershee wrote: »
    For a flat wall like that I wouldn't even bother wish a mesh, I'd probably use a brush. If I had to use a mesh, I'd fiddle the UVs in the material instances dependent on scaling rather than duplicate geometry unnecessarily (even if the geometry is pretty simple).

    good points, sometimes I have a mesh that is a flat wall with a window or other shape built into the centre so I cant use a brush and I get shading errors. Good tips to fix this kind of stuff, thanks guys!
  • njackson4190
    Options
    Offline / Send Message
    Has anyone tried to create a foliage shader in UE4? I was trying to re-create one from UDK to UE4 and they do not have custom lighting in the material editor. Any idea on how I could create a realistic foliage shader without it?
  • moose
    Options
    Offline / Send Message
    moose polycount sponsor
    Joopson wrote: »
    I get a corrupt image, no matter what.

    Shoot I'm sorry, didn't know! Use the HighResShot shot like others have mentioned for now.

    EDIT:

    Brought this up today, we're escalating this bug and making sure that it gets fixed. For the time being, the console command is the recommended workflow, but for capturing gbuffer images may need to wait until that fix goes live.
  • ZacD
    Options
    Offline / Send Message
    ZacD ngon master
    Has anyone tried to create a foliage shader in UE4? I was trying to re-create one from UDK to UE4 and they do not have custom lighting in the material editor. Any idea on how I could create a realistic foliage shader without it?

    This image has the PBR values you'll want for leaves http://www.marmoset.co/wp-content/uploads/materialref01.png

    And you'll want to use subsurface for the translucency https://docs.unrealengine.com/latest/INT/Resources/ContentExamples/MaterialNodes/1_7/index.html
  • iniside
    Options
    Offline / Send Message
    iniside polycounter lvl 6
    Has anyone tried to create a foliage shader in UE4? I was trying to re-create one from UDK to UE4 and they do not have custom lighting in the material editor. Any idea on how I could create a realistic foliage shader without it?

    I tried. I say you this much. Don't even bother.

    As one of renderer coders told me they realize that foliage need special lighting mode, and they planing to add it.

    Before that, no matter what you will try, your foliage will:
    1. Look good, untill you change lighting in level.
    2. Look bad regardless of lighting in level.
    3. Look good until you move camera..
  • Pravely
    Options
    Offline / Send Message
    This is awesome:D Can't wait to get this asap
  • njackson4190
    Options
    Offline / Send Message
    I hope they come out with it soon. I tried using subsurface and even created a custom map for the subsurface. It looks okay, but when you look on the opposite side of the leaf, there is no normal detail. It is just flat lighting. The shadows are also really dark. If I gave the leaves some thickness then it may work, but in the case of grass or trees the poly count will go through the roof.

    6i43.jpg
  • JordanN
    Options
    Offline / Send Message
    JordanN interpolator
    Noobish question (but I feel I really need to get it off my chest), how do you create those materials within a material?

    I have a modeled pencil that requires different properties (i.e the metal fastener, the graphite tip, the eraser). I saw one video that used different RGB channels and linked them to a ton of other nodes but I'm lost as to how to get started.
    i8J5o9Eel4YRj.png
  • Jonathan
    Options
    Offline / Send Message
    Is the refraction not working too well right now? It looks pretty good in the example content, but when I use it on anything (cylinder, plane), it seems to shift incorrectly.

    Note how on this temp example, the area of the glass pane vs the refractive area.
  • LMP
    Options
    Offline / Send Message
    LMP polycounter lvl 13
    JordanN wrote: »
    Noobish question (but I feel I really need to get it off my chest), how do you create those materials within a material?

    I have a modeled pencil that requires different properties (i.e the metal fastener, the graphite tip, the eraser). I saw one video that used different RGB channels and linked them to a ton of other nodes but I'm lost as to how to get started.
    i8J5o9Eel4YRj.png

    Masks (the rgb channels in the video each contain a mask, you could in theory fit 4 masks into one file) and LERPs. Each seperate material needs its own mask, you can chain the lerps together to get the final results.
  • Gheromo
    Options
    Offline / Send Message
    Gheromo polycounter lvl 11
    LMP wrote: »
    Masks (the rgb channels in the video each contain a mask, you could in theory fit 4 masks into one file) and LERPs. Each seperate material needs its own mask, you can chain the lerps together to get the final results.

    This, however its not 4 masks, but up to 5. Since area you aren't masking can be used as a mask too.
  • cryrid
    Options
    Offline / Send Message
    cryrid interpolator
    For a prop like that would it be cheaper to use a mask texture to lerp some constant nodes to create the values vs using a Roughness & Metallic map?
  • Mik2121
    Options
    Offline / Send Message
    Mik2121 polycounter lvl 9
    I'd say just use two channels of your texture(metallic and roughness). You will have enough resolution on your texture to do the details, so unless we're talking about a 20m tall pencil that'd do good use of tiling base materials, just do it in the texture...

    So basically end up with 3 textures > Albedo, Roughness/Metallic, Normal. That will be more than enough to get all the details.
  • JordanW
    Options
    Offline / Send Message
    JordanW polycounter lvl 19
    The cost of using lerps instead of raw values is negligible and will also help avoid compression artifacts. Consider a material that's roughness blends between 0.2 and 0.3. If you paint these values in the map they will get crunched up by Dxt compression. You're better off painting the mask between 0 and 1 then lerping between 0.2 and 0.3.
  • reverendK
    Options
    Offline / Send Message
    reverendK polycounter lvl 7
    layered materials are fun :)
    sta0gVa.jpg
  • JordanW
    Options
    Offline / Send Message
    JordanW polycounter lvl 19
    Haha awesome. You can make a material function with the output being a material attributes so you can make that a single node for each layer.
  • Computron
    Options
    Offline / Send Message
    Computron polycounter lvl 7
    JordanW wrote: »
    The cost of using lerps instead of raw values is negligible and will also help avoid compression artifacts. Consider a material that's roughness blends between 0.2 and 0.3. If you paint these values in the map they will get crunched up by Dxt compression. You're better off painting the mask between 0 and 1 then lerping between 0.2 and 0.3.

    Man, it could be cool if UE4 could figure this out automatically on import. As long as you author everything 16bit it could just find out the value range on import and save its own copy with the proper range to suit the compression. Or it could keep the range info as metadata in order to auto-lerp it in the shader at some later point.
  • JordanW
    Options
    Offline / Send Message
    JordanW polycounter lvl 19
    I agree that'd be awesome.
  • ExcessiveZero
    Options
    Offline / Send Message
    ExcessiveZero polycounter lvl 6
    are you only able to import FBX and not ASE or do I just have a kind of spatial blindness here
  • JordanW
    Options
    Offline / Send Message
    JordanW polycounter lvl 19
    no more ASE, only FBX.
  • eidriaen
    Options
    Offline / Send Message
    Hey guys!

    I've found this article where Mozilla runs UE4 in web browser: https://blog.mozilla.org/blog/2014/03/12/mozilla-and-epic-preview-unreal-engine-4-running-in-firefox/

    I've been looking into how to do this, and I've figured that you need Emscripten in order to make it work. However, I'm an environment artist with no programming skills whatsoever, so the tutorial on their site might as well have been written in Ancient Greek.....

    Does anyone have any useful tips to give me? For instance where I should start, what programs to use? If it's even possible yet with the new engine, or if I have to stick with UE3...?

    I'd be most grateful for any response!

    Adrian
  • xvampire
    Options
    Offline / Send Message
    xvampire polycounter lvl 14
    QOM3qGF.png

    the hint box give me problem :(
  • LMP
    Options
    Offline / Send Message
    LMP polycounter lvl 13
    How are all you guys going about saving textures in PS for importing? I've taken to saving them as flatten PSDs (when I add them to content/textures/)
  • WarrenM
    Options
    Offline / Send Message
    Internally, we tend to save out to TGA.
  • moose
    Options
    Offline / Send Message
    moose polycount sponsor
    i use qsave, a script for photoshop, and save as TGA. You can import PNGs as well. PSDs are kept layered as master files. but if saving as a flat psd is your jam, you can do that too, but prefer to keep a layered PSD to save files off of, and do not do any work in the TGA/imported texture.

    awesome Reverendk! Should try material functions as Jordan mentioned, will remove dependency on that shader network, and compartmentalize your layers into their own assets. You'll need to check the "Use Material Attributes" checkbox in the shader where you use the functions to collapse the inputs, but should make it a little easier to work with. You can parameterize the 3vectors going into the function inputs as well, instance that master shader, and be able to tweak colors without recompiling.
  • Hotrails
    Options
    Offline / Send Message
    I have a single mesh (a wall) and i want to make it half and half same material but different color, what is the best or faster method to do something like this?
  • ZacD
    Options
    Offline / Send Message
    ZacD ngon master
    Quickest would probably be assigning a 2nd material in your 3d app, and creating a material instance in UE4.

    Having 2 materials on one object isn't good for performance normally, so best might be using a mask to separate the 2 colors in the material.
  • ExcessiveZero
    Options
    Offline / Send Message
    ExcessiveZero polycounter lvl 6
    UNREAL.jpg~original

    Well I got a old asset in and have been messing around with the material editor, the emissive is and metal is pure awesome
  • Mik2121
    Options
    Offline / Send Message
    Mik2121 polycounter lvl 9
    This morning (here where I live) I tried to boot the engine and an update started. Now the thing is stuck at 81%... even if I close the window and boot up the engine again, it 's still stuck there. Is this happening to someone else?
  • RogelioD
    Options
    Offline / Send Message
    RogelioD polycounter lvl 12
    Saw this post, tried to update, and I am also stuck on 81%

    EDIT: Never mind, after a few minutes it completed. Woops.

    Mik2121 wrote: »
    This morning (here where I live) I tried to boot the engine and an update started. Now the thing is stuck at 81%... even if I close the window and boot up the engine again, it 's still stuck there. Is this happening to someone else?
  • Hristo Rusanov
    Options
    Offline / Send Message
    Hristo Rusanov polycounter lvl 7
    Mik2121 wrote: »
    This morning (here where I live) I tried to boot the engine and an update started. Now the thing is stuck at 81%... even if I close the window and boot up the engine again, it 's still stuck there. Is this happening to someone else?
    Mine stuck only for like a half minute on 81% and update everything after that.
  • Harbinger
    Options
    Offline / Send Message
    Harbinger polycounter lvl 8
    Anybody know an alternative to TC_NormalMapAlpha in UE4? It's missing, and I want to utilize my alpha channel for a mask. I tried tricking UE by setting compression to TC_Default and making sure sRGB was off, but the material editor doesn't treat the normal map correctly.

    Also, maybe we should start a thread in Tech Talk alongside the running UDK thread?
  • mAlkAv!An
    Options
    Offline / Send Message
    mAlkAv!An polycounter lvl 5
    TC_Default should work fine but you need to convert your normals from 0...1 to -1...1 space manually, x*2-1 or (x-0.5)*2.
    http://abload.de/img/dxt1normal029fju1.png
  • Harbinger
    Options
    Offline / Send Message
    Harbinger polycounter lvl 8
    Ahhh ok, thanks! So it's like setting the Unpack Min in UE3 in the texture settings? If so, it looks like UE4 only has that control for the alpha channel. I'll give it a shot today.
  • Grimmstrom
    Options
    Offline / Send Message
    Grimmstrom polycounter lvl 7
    If you create a camera actor, does anyone know how to make the view from it full screen instead of the little picture in picture box?

    In UE3 it was simply a case of setting it up in a matinee sequence but I'm currently having no luck.
  • Clark Coots
    Options
    Offline / Send Message
    Clark Coots polycounter lvl 12
    just subscribed! super psyched right now, going to watch as many tutorials as possible while UE4 downloads :D
  • njackson4190
    Options
    Offline / Send Message
    Anyone know why everything turns gray when I got to detail lighting mode?

    0s7y.jpg
  • Jacky
    Options
    Offline / Send Message
    Jacky polycounter lvl 6
    Grimmstrom wrote: »
    If you create a camera actor, does anyone know how to make the view from it full screen instead of the little picture in picture box?

    In UE3 it was simply a case of setting it up in a matinee sequence but I'm currently having no luck.

    You can increase it's size in Project Settings.

    Director Track in Matinee should let you view the cam in full screen as long as you click the camera icon next to director track to enable it.
1232426282939
Sign In or Register to comment.