Cerez Posted July 10, 2014 Posted July 10, 2014 JKA's terrible lighting does have a hand in all this, but the textures are dark. In the future remember to keep the textures as bright and clear as possible, DT. Don't add apply any low brightness to them (even if it is a generally dark character) because JKA's lighting is already unforgiving, and will turn anything under full lighting to dark anyway. I've also added an extra shader onto the eyes, as Maul's eyes are not quite human and they do appear to glow most of the time. I hope you don't mind my hand in this, DT. Here's the updated package file:http://www.gamefront.com/files/24343635/maul.zip EDIT: And just for you guys, I set up a DropBox account. Aren't you special? https://www.dropbox.com/s/l7ykd2bwthyfktn/zzzz_DT_Maul.pk3 Screenshots: Bek and Tempust85 like this
Cerez Posted July 10, 2014 Posted July 10, 2014 (Sorry about the massive images above. Next time I'll be sure to use links...) And an alternative icon for ye who fancy: I noticed one small error with the model: the inside of the garments is missing a texture. It's particularly noticeable when the character squats. I think if the external texture was mirrored on the inside that would effectively fix this issue. Otherwise, just as everyone has stated: excellent work. The resemblance to the real life actor is as close as I've ever seen in a model.
negru_tudor Posted July 10, 2014 Posted July 10, 2014 (Sorry about the massive images above. Next time I'll be sure to use links...) And an alternative icon for ye who fancy: I noticed one small error with the model: the inside of the garments is missing a texture. It's particularly noticeable when the character squats. I think if the external texture was mirrored on the inside that would effectively fix this issue. Otherwise, just as everyone has stated: excellent work. The resemblance to the real life actor is as close as I've ever seen in a model.the Gamefront link seems to be broken :| Could you share a dropbox one maybe? Thanks! Looks good.
Tempust85 Posted July 10, 2014 Author Posted July 10, 2014 (Sorry about the massive images above. Next time I'll be sure to use links...) And an alternative icon for ye who fancy: I noticed one small error with the model: the inside of the garments is missing a texture. It's particularly noticeable when the character squats. I think if the external texture was mirrored on the inside that would effectively fix this issue. Otherwise, just as everyone has stated: excellent work. The resemblance to the real life actor is as close as I've ever seen in a model. Is it normal, robed or hooded? I may have forgotten to add a cull twosided for a texture.
Cerez Posted July 10, 2014 Posted July 10, 2014 the Gamefront link seems to be broken :| Could you share a dropbox one maybe? Thanks! Looks good. Are you sure? It's working on this end. I'll try an alternative upload. I don't think I have a DropBox account… :\Is it normal, robed or hooded? I may have forgotten to add a cull twosided for a texture. The normal one. I haven't tried the other two. Should I take a screenie?
Tempust85 Posted July 10, 2014 Author Posted July 10, 2014 I think I may have uploaded an older pk3 last time. Release candidate 2: https://www.dropbox.com/s/k5wbrpb0aj4g89c/zzzz_DT_Maul.pk3 - Added new sounds from Circa- Added lightsaber (it doesn't seem to want to show its specular :\ )- Added head specular fix from kenoi negru_tudor, DarthStiv and Cerez like this
Cerez Posted July 10, 2014 Posted July 10, 2014 Also, saber1 in the bot file needs to be fixed to 0. 6 is not a valid value. //The bot's saber color. This can be within the same range of the player's color1 value.//0 - red//1 - orange//2 - yellow//3 - green//4 - blue//5 - purple Source: http://www.lucasforums.com/showthread.php?t=200206 Tempust85 likes this
Tempust85 Posted July 11, 2014 Author Posted July 11, 2014 Can someone please look at the lightsaber's shader and find out why the specular + env isn't being shown?
Cerez Posted July 11, 2014 Posted July 11, 2014 Can someone please look at the lightsaber's shader and find out why the specular + env isn't being shown? I can do that. Let me have a look...
Cerez Posted July 11, 2014 Posted July 11, 2014 Can someone please look at the lightsaber's shader and find out why the specular + env isn't being shown? Well, first things first: make sure that the letter-casing in the paths is the same as the actual folder structure (e.g. DT_Maul_Saber, not dt_maul_saber). I'm not sure if JKA is sensitive to casing in the file paths. I imagine it would be. EDIT: Hmm… on further inspection I cannot find anything else wrong with it. The shader file is set up and referenced correctly, and the assets appear to be in order, too, yet there's no visible change on the in-game model…
Cerez Posted July 11, 2014 Posted July 11, 2014 After spending a good hour in trial and error it appears to me that JKA has no shader support for saber staff hilts. Can someone confirm otherwise? The same shaders that work on the single hilt seem to have no effect on a staff hilt.
Ruxith Posted July 11, 2014 Posted July 11, 2014 Nope, the darth maul staff hilt from RevanDark's hilt pack's shader works fine. Copying his shader has no effect either, so there's something else stopping DT's hilt from allowing shaders to work.I want to add that RevanDark's environment image for the hilt is really nice, and I think would work better than the one you used on the hilt DT.
Cerez Posted July 11, 2014 Posted July 11, 2014 Nope, the darth maul staff hilt from RevanDark's hilt pack's shader works fine. Copying his shader has no effect either, so there's something else stopping DT's hilt from allowing shaders to work.I want to add that RevanDark's environment image for the hilt is really nice, and I think would work better than the one you used on the hilt DT. Thanks Ruxith. I'm guessing this has something to do with the GLM's make-up then? I've tried overriding the internal setup with a SKIN file, but that showed no results either. Perhaps the environmental and specular textures need to be included/linked in the model somehow for the shaders to take effect? I'm really not sure at this point… :/
Cerez Posted July 11, 2014 Posted July 11, 2014 Okay, I found out a couple of things. First of all, you need to rename all the "saber" instances to "w_saber" even in the model, DT. It's important that you keep the naming conventions, as the engine seems to be looking for the "w_" in this case for loading certain elements -- possibly right for the shader textures: You will notice that this particular saber has a couple of parts to it aside from the tags (little triangles sticking out of the saber). Raven added the ability to cut sabers in half in Jedi Academy. Make sure that when in your 3D application you name all parts of the mesh you start with a w_. The saber won’t work otherwise. The engine looks for the “w_”. Source: http://web.archive.org/web/20050330000010/http://psynex-land.com/saber%20tutorial/Custom%20JA%20Sabers.html Secondly, there is some mention about including the specular textures in the model build if I understand this correctly: About the spec files, I haven't tried yet. But I think it is applied in Max as well. The spec textures' format and elements positionnings are exactly the same as the common textures.... And you can affect a map to specular under Max as well. So I believe it is all work with Max. What I haven't really figured for now are the glow options. File format is different, so I don't know yet. Will see later, probably. Those two things, specular and glow, are what can truly make the differences between one common hilt and one good one Source: http://www.lucasforums.com/showthread.php?t=111660
Tempust85 Posted July 11, 2014 Author Posted July 11, 2014 Release candidate 3: https://www.dropbox.com/s/k5wbrpb0aj4g89c/zzzz_DT_Maul.pk3 - fixed lightsaber shine issue- added the broken saber to the single menu- changed saber color from 6 to 0 FYI The no specular issue was due to using "\" in the texture path within the MD3 instead of "/". Circa, DarthStiv, Cerez and 1 other like this
DarthStiv Posted July 11, 2014 Posted July 11, 2014 Am I the only one who is not pretty satisfied with the Maul's hood, isn't it? Besides, I like it very much in all other points-your models bring us both high- quality canonic film characters and generic ones,like the jedi from the JKG project (it's yours, isn't it?).
Cerez Posted July 11, 2014 Posted July 11, 2014 FYI The no specular issue was due to using "\" in the texture path within the MD3 instead of "/". Good to know. Thanks DT.
Omicron Posted July 11, 2014 Posted July 11, 2014 Would love to help test this out, but away on holiday right now, and internet has stopped working back home :/
Sithani Posted July 12, 2014 Posted July 12, 2014 Looks way better than the one Hap did although yours looks very dark compared to it
Pande Posted July 13, 2014 Posted July 13, 2014 Fear is my ally *with bad background music still present*Fear is my ally Fear is my ally Fea-Fea-Fear is m-Fear is my ally Said every MB2 maul user ever. Futuza, Sithani, Barricade24 and 7 others like this
Tempust85 Posted July 14, 2014 Author Posted July 14, 2014 Will upload release candidate 4 tomorrow, but here's the changes: - fixed head paint to match better- added stud earring- lightened head texture- tweaked a few areas of the head mesh- fixed the open mouth issue- moved the front 3 horns down a bit, and tweaked the shape of them DarthStiv, Bek, Omicron and 3 others like this
Omicron Posted July 14, 2014 Posted July 14, 2014 I would also add a shiny head spec for him ingame, cause he does have a rather shiny head due to lack of hair: EDIT: If you do rig his mouth so it moves when he talks, I'd give him the yellow/black teeth like he does in the second pic (unless you have already, can't test it atm, on holiday) DarthStiv likes this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now