Razuun Posted January 2 Share Posted January 2 Hey all. New to this scene so thought I'd start things off easy by trying to do a frankenstein/kitbash model of Jeff's Jacen Model and a Luke Skywalker (Invasion) model. Unfortunately, i'm getting this as a result in-game. https://www.dropbox.com/s/e7vrrl15ib1zgm7/holehead.jpg It appears completely fine in Blender, so I'm sure this is coming from some kind of problem I might be having with my .skin files? I had to mash up the .skin file between the Luke and Jacen ones, though I only really used the head for Jacen. As these aren't my models, would it be ethical for me to provide a .zip dropbox so you guys can see what I'm doing wrong? It's also worth noting that I'm playing Movie Duels, using the following console command to add my model in- playermodel jacensolo model_default model_default model_default Haven't quite figured out how to add custom models to the character select in Movie Duels just yet.... Cheers! Link to post
Jeff Posted January 3 Share Posted January 3 If you post the pk3 I can take a look at it. Link to post
Razuun Posted January 4 Author Share Posted January 4 6 hours ago, Jeff said: If you post the pk3 I can take a look at it. Amazing, thank you Jeff. ((Especially since it was your head I snagged...)) https://www.dropbox.com/s/e4f8yzhp5c8gtdz/JacenSolo.pk3?dl=0 If at all possible, I'd really like to know where I went wrong here so I can improve in future. Cheers, thank you so much! Link to post
Jeff Posted January 5 Share Posted January 5 On 1/3/2021 at 7:21 PM, Razuun said: Amazing, thank you Jeff. ((Especially since it was your head I snagged...)) https://www.dropbox.com/s/e4f8yzhp5c8gtdz/JacenSolo.pk3?dl=0 If at all possible, I'd really like to know where I went wrong here so I can improve in future. Cheers, thank you so much! The only thing missing was the shader file. Lazy modeler didn't flip the norms on the back and just used a shader to fix it. Create one and add this to fix the issue. models/players/jacensolo/head { cull twosided { map models/players/jacensolo/head alphaFunc GE192 depthWrite rgbGen lightingDiffuse } } models/players/jacensolo/hair { cull twosided { map models/players/jacensolo/hair alphaFunc GE192 depthWrite rgbGen lightingDiffuse } } Link to post
Razuun Posted January 6 Author Share Posted January 6 Thank you for the reply! Unfortunately, this hasn't seemed to work. I've no experience with making Shaders - am I right in thinking I just put that above text into a .txt , rename the .txt as a .shader? Link to post
Ramikad Posted January 7 Share Posted January 7 Yes, then put the .shader file in a shaders folder. So you should have this in the .pk3: <Filename>.pk3 - models - players -jacensolo -<assets> - shaders - <shadername>.shader Link to post
Razuun Posted January 7 Author Share Posted January 7 Yeah, that's what I've got my file structure like when I repack it. Oddly, that's still not working. Here's the .pk3 https://www.dropbox.com/s/8cxil2bjk6ymrax/jacensolo.pk3?dl=0 Link to post
Razuun Posted January 9 Author Share Posted January 9 So sorry! I've since edited it - https://www.dropbox.com/s/8cxil2bjk6ymrax/jacensolo.pk3?dl=0 Link to post
Jeff Posted January 9 Share Posted January 9 I checked it in game and I have no issues shows up fine. You may have another file conflicting with it. Try loading just your pk3 in base and it should work. Link to post
Razuun Posted January 10 Author Share Posted January 10 Aha! Excellent. I actually found out this was conflicting with your original Jacen Solo of all things, which also had the filename of jacensolo.shader Thank you for the help. Are unique shader files mandatory for most models? I can just about get my head around kitbashing two models together, but that Shader coding might as well be magic to me. Link to post
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