The Punisher Posted January 29, 2017 Posted January 29, 2017 You don't have to use force repulse if you don't want. Plus OpenJK doesn't has Force Repulse or any additional force powers.
LucyTheAlien Posted January 29, 2017 Posted January 29, 2017 You don't have to use force repulse if you don't want. Plus OpenJK doesn't has Force Repulse or any additional force powers. I don't want Force Repulse to exist lol.
LucyTheAlien Posted January 29, 2017 Posted January 29, 2017 Have you tried using OpenJK? Just tried, the problem still exists in OpenJK.
LucyTheAlien Posted January 29, 2017 Posted January 29, 2017 That will turn off a hand that is used. It should be, rename r_hand,*off with r_hand,off Do it also for the l_hand (specially needed if you plan on using dual sabers). See https://jkhub.org/tutorials/article/137-fix-hapslashs-anakin-model-no-lightsaber-blade/ Thanks to @ for pointing me to the solution and @@Circa for the workaround. I haven't found the official cause but my guess is (I might be wrong, is just me trying to make sense of it), there are multiple hand objects but only one hand tag, when you turn off the hand that is associated with the Tag using "*off", all the "child objects" (including the Tag) is turned off but maybe using "off" (without " * "), it doesn't turns of the "child objects"? That's just a wild guess. BTW, the model works fine in OpenJK without issues. It has the problem in JKE (which crashes more than a blind man in a Nascar race). I just tried the fix and it worked. Do you have a moment to do this for the Aayla model? Because I seem to have messed it up even more twice trying to correct this problem.
The Punisher Posted January 29, 2017 Posted January 29, 2017 I am barely at my computer lately. I am just on my phone. Just follow the instructions in the link I posted. Is pretty easy.
The Punisher Posted January 29, 2017 Posted January 29, 2017 Just open the pk3 file with packscape.Navegate to the models folderLook for the ".skin" filesDrag and drop them to somewhere in your computerOpen the files with notepadDo a search/replace and replacer_hand,*offWithr_hand,offDo the same for l_handSave the filesDrag and drop the files back to their original folders in packscapeSave the file If you use notepad, you will have to do that for every .skin file (at least the "torso" skin files and the "model" skin files (model_default, etc). If you use notepad++, you can do a replace in files and it does it replaces in all files for you.
LucyTheAlien Posted January 29, 2017 Posted January 29, 2017 Just open the pk3 file with packscape.Navegate to the models folderLook for the ".skin" filesDrag and drop them to somewhere in your computerOpen the files with notepadDo a search/replace and replacer_hand,*offWithr_hand,offDo the same for l_handSave the filesDrag and drop the files back to their original folders in packscapeSave the file If you use notepad, you will have to do that for every .skin file (at least the "torso" skin files and the "model" skin files (model_default, etc). If you use notepad++, you can do a replace in files and it does it replaces in all files for you. Okay done that and it fixed the saber problem but there's a new problem as it can't find a shader for the torso. Hmmmm... Any ideas?
The Punisher Posted January 29, 2017 Posted January 29, 2017 No idea. I didn't noticed any issues with the shaders when I tried it and I can't check it on my phone).
LucyTheAlien Posted January 29, 2017 Posted January 29, 2017 No idea. I didn't noticed any issues with the shaders when I tried it and I can't check it on my phone). Nevermind, it was just a ingamemenu mod issue- thanks so much for all your help!
LucyTheAlien Posted January 30, 2017 Posted January 30, 2017 Nevermind, it was just a ingamemenu mod issue- thanks so much for all your help! Keep getting error "can't find image for shader_off" or something along those lines. Help would be appreciated. @The Punisher
Tompa9 Posted January 30, 2017 Posted January 30, 2017 So @@Scerendo would do Han Solo and Kenobi next? according to the poll Cerez likes this
The Punisher Posted January 31, 2017 Posted January 31, 2017 Keep getting error "can't find image for shader_off" or something along those lines. Help would be appreciated. @The Punisher I don't get any errors so I am not sure. Maybe take a screenshot and post it in the Modding Assistance section.....
Scerendo Posted February 2, 2017 Author Posted February 2, 2017 Keep getting error "can't find image for shader_off" or something along those lines. Help would be appreciated. @The Punisher I'll have a look into it tomorrow, and make some fixes.Sorry for not getting back straight away been swept up with work. So @@Scerendo would do Han Solo and Kenobi next? according to the poll I'm actually going to make a poll for what to do next, since I would like to have a go at making something new. swegmaster and Kualan like this
Kualan Posted February 3, 2017 Posted February 3, 2017 I'll have a look into it tomorrow, and make some fixes.Sorry for not getting back straight away been swept up with work. I'm actually going to make a poll for what to do next, since I would like to have a go at making something new. Yeah, it'd be good to see someone who hasn't been attempted in any form so far. Looking forward to seeing what options you come up with. Scerendo likes this
Tompa9 Posted February 3, 2017 Posted February 3, 2017 Would like to see Nien Numb or new Han Solo, because except port by Seven which isn´t good weighted, we have only JK2 Han.
LucyTheAlien Posted February 3, 2017 Posted February 3, 2017 I'll have a look into it tomorrow, and make some fixes.Sorry for not getting back straight away been swept up with work. I'm actually going to make a poll for what to do next, since I would like to have a go at making something new.Thanks so much! Personally I'd love to see anything in the realm of Jedi/Sith from KOTOR I & II by you, or the girl with the half fringe from the cancelled "Maul" title would be incredible.
Scerendo Posted February 3, 2017 Author Posted February 3, 2017 Keep getting error "can't find image for shader_off" or something along those lines. Help would be appreciated. @The Punisher So I fixed the missing saber issue, (same solution as what Punisher mentioned). I added the updated file to the download page. The "can't find image for shader_off" occurs when you don't hide a mesh with the ,*off command/path thing to work around the missing saber blade. Unfortunately afaik to be able use to a different mesh for hands (which is the gloves in the case of the Aayla model) you still need to the "l_hand"/"r_hand" meshes to be active, but not displaying. So changing" l_hand,*off" to "l_hand,off" is a work around for that - it basically means the mesh is still being loaded, but not visible. It should be a harmless error to the best of my knowledge, unless it is causing you any specific issues? The Punisher likes this
LucyTheAlien Posted February 3, 2017 Posted February 3, 2017 So I fixed the missing saber issue, (same solution as what Punisher mentioned). I added the updated file to the download page. The "can't find image for shader_off" occurs when you don't hide a mesh with the ,*off command/path thing to work around the missing saber blade. Unfortunately afaik to be able use to a different mesh for hands (which is the gloves in the case of the Aayla model) you still need to the "l_hand"/"r_hand" meshes to be active, but not displaying. So changing" l_hand,*off" to "l_hand,off" is a work around for that - it basically means the mesh is still being loaded, but not visible. It should be a harmless error to the best of my knowledge, unless it is causing you any specific issues? Nah, other than the error message. Thank you so much for all your hard work. Scerendo likes this
Penekowski Posted February 3, 2017 Posted February 3, 2017 Scerendo could you please Add LODs to your Aayla model and your Quinlan Vos model too? It'd be great so that we can add them to mb2. Scerendo likes this
Scerendo Posted February 4, 2017 Author Posted February 4, 2017 Scerendo could you please Add LODs to your Aayla model and your Quinlan Vos model too? It'd be great so that we can add them to mb2. Yeah its something I've been trying to get around to for awhile now, admittedly its one of first things Spaghetti really wanted to get in the game - just life and other things have got in the way. I am looking at it now atm, but I also need to fix and lower the polycount of the models of Aayla, and Quinlan has got a new model completely that needs to be tested and tweaked. J19, TheWhitePhoenix, Tompa9 and 4 others like this
TheWhitePhoenix Posted February 4, 2017 Posted February 4, 2017 Yeah its something I've been trying to get around to for awhile now, admittedly its one of first things Spaghetti really wanted to get in the game - just life and other things have got in the way. I am looking at it now atm, but I also need to fix and lower the polycount of the models of Aayla, and Quinlan has got a new model completely that needs to be tested and tweaked. HOLY SPAWST! Scerendo likes this
DarthStiv Posted February 4, 2017 Posted February 4, 2017 Impressive, most impressive man. Your new Quinlan is definatly a step forward in modelling. Scerendo likes this
Tompa9 Posted February 4, 2017 Posted February 4, 2017 I tought there cannot be better version of Quinlan than yours. You mastered yourself. Awesome job Scerendo likes this
Penekowski Posted February 4, 2017 Posted February 4, 2017 Unpopular opinion here I guess, He looks a little bit chubby, I kinda liked your first version more, the texture work on this one is great though, but it doesn't look like quinlan imo. Scerendo likes this
LucyTheAlien Posted February 4, 2017 Posted February 4, 2017 The first version had a deformed head, but was an excellent model- this is better. Scerendo 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