-
Posts
2,319 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by AshuraDX
-
If you intend to use GL2 as your main Renderer, you will have to redo all of your Materials for everything. You also will have to think about replacing all base JKA models with models made to support PBR. Updating base JKA models with proper normal maps will be just as much work as making new models. Keep this in mind when making that decision.
-
I will try to write up something useful and provide the exporter preset I created for Substance Painter. But besides of that - any tutorial on PBR texturing in general will work for JKA too.
-
That has been ported before, iirc
-
What type of beard or hair?
-
Yes. The Mesh Was baked with 1 smoothing group. And that's how it was exported for the game. The mesh is also triangulated the same way as it was when it was baked and it appears to have the same vertex normals, judging by a comparison between modviews normal display and 3ds max. And the normal map issues are not visible on the Screenshots of the static md3 version @@DT85 created from my GLM, so it really shouldn't be a mesh problem. EDIT: Reimported the GLM into 3ds max, exported as .obj and loaded that in Marmoset. here's a comparison with the previous mesh I used for previewing, the imported GLM is the larger model on the left - added untextured versions of both meshes for further comparison as you can see, there are no differences in the shading of both models.
-
well, those will be required in a few cases.
-
Inverting channels is something you won't get around in the testing phase. Depending on the shader the definition for white on the normal maps green channel can be +y or -y. Your normal map has to match what the shader expects. Most dedicated render engines have a switch for this, so you can use both types of maps. I'm sure your Softimage shader has that option too. A switch like this could probably be added to the .mtr files. Here are the normal map settings on sketchfab: Same with a roughness/gloss map. A roughness map is created with the logic that white is rough and therefore not shiny. A gloss map does the inverse, white is smooth and shiny. Until we got this figured out, theres a bit of inverting to do. Once everything is figured out, we can write a guide on this. The main Problem with PBR will be, that barely any of our models for this game support it. And a conversion is not an easy, 1-click process, there are tools to convert Photographs to full PBR materials that could be tested on jka map textures - but it won't yield decent results on playermodels or weapons. Theoretically everything would have to be remodeled and retextured following the modern pipeline. @@DT85 I allready advised @@SomaZ to invert the normal maps green channel, and he did that. The screenshot was taken after the inversion, this is allready the better of 2 results he got. But he used the GLM version, maybe something about the normals on glm meshes ingame is screwed up. okay, invert the red channel again please. this made the cloth parts even more shiny. Also: I allready put the AO map in the specular maps blue channel. The Diffuse alpha channel is the Material alpha - used to define transparency.
-
can we get a further zoomed out shot @@DT85? Somaz Tests showed some very wonky normals on the body. EDIT: Here are some pictures: From @@SomaZ test Video From Marmoset EDIT2: Could you also do me the favor and try inverting the red channel of the specular map?
-
128 according to the error he quoted, and Scerendos Finn is way over 32 surfaces (56 if I recall correctly) and it works just fine.
-
Yes. Reduce the amount of surfaces in the model. I never before heard of anyone hitting that limit, but you did it.
-
I do make use of floaters, some areas on the clone wouldn't have been fun to model without them. My main struglles lie in hard, angular shapes flowing into rounded areas without getting bumps or pinching. The usual answer to that on Polycount seems to be "add more Geo" which can be a pain as you know.
-
@@Jeff, @@Kualan we all made fugly gargoyles at some point. Showing those to people who can give you good advice is key for improvement - just look at @@ChalklYnes stuff.
-
Why I cry everytime I come to this thread: where's dat original stuff ? All I see recently is more ports.
-
@@SomaZ That gloss definition is not defined by the material per surface but globally by a console command?
-
I'll see what I can do, I have a static version of my updated clone ingame for use on my turntable if that's enough for now. Otherwise I could weight it and skip LODs for now to get you a quick test mesh. @@minilogoguy18 Everything looks like a glazed Donut there because it lacks a roughness/gloss map. @@SomaZ which maps does the shader require/support? Does it use metal/roughness or spec/gloss?
-
Are the creases Floaters? I'd love to take a look at your mesh topology. Or is this Zbrush and not doen in 3ds max at all?
-
I was joking. But I'll explain it anyway, Lego Star Wars 2 had a secret room wwith a big Whirlpool hidden in one of the Death Star Missions. This Room was populated by Beach Troopers. I thought it'd be funny if you hid something similiar somewhere on this map. I know you like placing secrets around your maps
-
How about Deathstar esque blast doors? Edit: any room? Hide a whirlpool room somewhere
-
a little too red, I'd recommend changing the blood color in my smart material to a darker red. Should help reduce that effect
-
that helmet texture needs a lot of work. Did you copy and paste that part on from a TCW screengrab? Try to actually paint the texture and shade the helmet properly. You could get Xnormal and bake a bent normal map from the helmetmesh. Just export the helemt on it'S own as a .obj or .fbx and load that into xnormal for the high and lowpoly mesh. Then under baking options just uncheck all maps except the Bent normal map and let it bake. This will give you a rough base for your shading, the green channel from that bent normal map is essentially a top light, the blue channel a front light and the red channel a light from the right side Just put the green channel on overlay and the blue channel on multiply and tweak the opacity values. Since you're not baking from a proper highpoly mesh, these will be very basic and lack detail but they should be enough to get you a solid base for your own, painted shading.
-
@@GPChannel moved Thread to Modding Assistance
-
@@LucyTheAlien JKE is based on OpenJK - you are running OpenJK allready
-
I do not mean the pelvis,allthough a inverse direction rotation of the pelvis might help too, to his abdomen seems very stiff.
-
Blender .GLM exported character not working
AshuraDX replied to T.Zealot's topic in Modding Assistance
Isn't model_root usually the parent of mesh_ and skeleton_root? Atleast that's what I seem to recall.