✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 20, 2014 3:53:35 GMT 10
I got it to work fine with 2010 and 2014, or at least everything seems to be fine. To be REALLY specific, I'm trying to remove parts of the BSAA soldier's mesh. As-is, if a player plays as him, he has two pairs of goggles on and one of the pairs clips through a night vision scope on his helmet. From what I can tell, just deleting a part of the mesh doesn't work because you can't upload the fact that the mesh is deleted to the .MOD file, so it'd have to be as you say, resizing and hiding it, but I haven't been able to figure out how to do that yet. After work I plan on watching some tutorials on 3DS Max. I'm trying out mesh deletion on the BSAA soldier because, after I get that simple change out of the way, I plan on modifying the zombie BSAA soldier to extract the red, gasmask-wearing soldier from it. Since the zombie model is like 10 different models on top of each other in one .MOD file, being able to remove the unwanted zombie parts seems like a good start. In RE5, there was evidently a way to remove spare parts by hex editing certain files, or something, but I haven't seen anything like that in RE6. Well, hopefully someone smarter than me can reply to you about this. I've been trying to find ways myself to delete parts of a mesh, and nothing I've tried is reliable.
|
|
Posts: 457
Original Join Date: Mar 27, 2010
|
Post by superbayonetta on Feb 20, 2014 3:59:00 GMT 10
About the special properties that felixnew ask; does that include the wet shader? Not directly. Each model has a series of materials defined in its MRL file. Using mariokart's mrl editor (http://www.youtube.com/watch?v=peR4QpL4Xy8) you could swap materials between MRL files, and then you could try to insert the wet material from another model. But there's 2 problems: there's no proper naming for the materials so good luck finding it, and secondly, I doubt the wet shader is loaded for many stages. well not exactly, like fluffy said, those special effects are decided by extra textures, so to use those materials you have to edit the mrl (very limited for now) so the only special effect that i can figure out it's the alpha adition, so you can save by example a dx1 texture into dx5 and use the transparency, (that's what i can imagine xD not sure if it's true n_n) Thanks for the info, now I have a reason to use the mrl editor.
|
|
Posts: 6,004
Original Join Date: May 6 2011
|
Post by ThatGayModder™ on Feb 20, 2014 7:27:19 GMT 10
I totally agree. It is a pity that there are no people who can directly contact with maliwei777 and ask him to try to write a script for RE5 : ( It's a shame, because the modding RE5 has great potential, but without import it is very limited. We can get the sounds and change melee attacks and more. Thus, if we ported example or model Barry or Rebecca, we could get them to work as a full-fledged independent characters like Gold Edition. God, how I wish that after the closing of GFWL, Capcom has finally come to their senses and moved RE5 with all the DLC on Steam. Perhaps it only thing I want so long! Theoretically, if now they have it in the plans, but they hide, we can dream of the announcement in the beginning of summer (who am I deceive, it does not happen) LOL I think they are on to uploading steam RE5: gold edition as I messaged them and they kinda hinted at it by saying we will look into it but there is no confirmation at this time only one can hope
|
|
Posts: 201
Original Join Date: Oct 31, 2013
|
Post by Yoichi on Feb 21, 2014 1:38:31 GMT 10
schnippshly To remove specific part of the mesh you need to: 1. Select part you wanna edit (for example Mesh_040_a8fab018_LODx1_MatID:128_Group:3_DisplayMode:67) 2. Under Modify tab right click on Skin and Cut 3. Click on + of Editable Mesh to expand and select Element or Vertex, Edge, Border... 4. Use tool Select and Uniform Scale 5. Hold left mouse button and drag down and repeat from center until selection is not visible 6. Deselect, click on - to fold dropping menu of Editable Mesh, right click on in and paste 7. Click on script tool Export 8. If you get no error messages, you did right.
|
|
Posts: 116
|
Post by schnippshly on Feb 23, 2014 18:35:24 GMT 10
Thank you for your assistance, I took a look at this video and realized z6.invisionfree.com/Resident_Evil_4_PC/index.php?showtopic=25757 the issue I was having was that I did not realize the new .MOD file became named .newMOD... Silly me... I successfully removed excess parts from the BSAA soldier and ran it in-game just fine!
I am having a new issue: In the BSAA zombie model, not every part displays at once. It is the opposite problem of the BSAA soldier, where every extra part would display simultaneously. Some head parts on the BSAA zombie display, such as a cracked helmet, but the gasmask doesn't display. I am trying to get the gasmask to display. I had an idea to rename the gasmask mesh to a goggle mesh, so they would trade names and the gasmask would display, but this didn't work. I changed the "group" of the gasmask and this caused it to display, but it just stood frozen in the air by the character, instead of fitting on his head and animating with it. What can I do to fix this?
|
|
Posts: 1,735
Original Join Date: Jul 27, 2007
|
Post by George on Feb 26, 2014 9:25:33 GMT 10
Ok guys i have a cuestion abouth this script ¿Its possible to edit the script for load the head at the same position of the body? i ask because as many of you guys know the head and body on re6 are separated (revelations have the head and body on the same mod file) so many times its a pain in the ass making those two fit correctly so i was curius if that was possible.
|
|
Posts: 116
|
Post by schnippshly on Feb 27, 2014 2:19:18 GMT 10
Well, you could take the head and put it directly onto the body model, right? That's how the NPC models work. I'd personally like to know how to do things like that, too, I've been asking around but nobody seems interested in sharing how they do advanced model ports and changes.
|
|
Posts: 1,735
Original Join Date: Jul 27, 2007
|
Post by George on Feb 27, 2014 4:37:20 GMT 10
I could leave the head on the body but will be static since the body dont have the bones of the head so no facial expressions or hair movement =/ also now that i remember the original script for RE6 (the first that come) load the body on a diferent position with the new script update load the body on other pisition so i was wonder if can be done the same thing for the head but loading on the same position of the body.
|
|
Posts: 28
|
Post by okdhfjfc on Feb 27, 2014 8:30:20 GMT 10
hey when i try to download this script it is opened on a different window at chrome, how do i download it? :S
|
|
Posts: 116
|
Post by schnippshly on Feb 27, 2014 15:58:23 GMT 10
Wouldn't the body have to have the bones for the head in order for swapping with an NPC to work?
|
|
Posts: 1,735
Original Join Date: Jul 27, 2007
|
Post by George on Feb 28, 2014 1:53:08 GMT 10
Wouldn't the body have to have the bones for the head in order for swapping with an NPC to work? None of the body characters have the bones from the head (Like RE4 , RE5 and REV) so i will need to check the NPC´s if some of them have the head and body on the same file and make a model mswap.
|
|
Posts: 116
|
Post by schnippshly on Feb 28, 2014 2:50:47 GMT 10
The BSAA soldier uEm5800 works that way.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 28, 2014 8:09:46 GMT 10
hey when i try to download this script it is opened on a different window at chrome, how do i download it? :S Right click -> save as Some browers open it as a text file in the browser itself.
|
|
Posts: 872
Original Join Date: Oct 19, 2012
|
Post by packman on Feb 28, 2014 19:10:49 GMT 10
i like to thank you fluffy for your awesome tool .. it fixed me the position which enhanced me some time modding .. my only problem is i do not know why in max 2012 the weight tool does act properly .. after i select some vertix and open the weight tool box, then i press grow button, the selection of vertix disappears .. its like the widget tool is not working when selecting vertix .. its working on max 2014,2013 but unfortunately the your script breaks with those versions .. any help with this?
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 1, 2014 1:34:47 GMT 10
Sorry, I don't think I can give much technical help with the script. All I did was take maliwei's script (which mariokart had modified) and fixed the material ID. That's the only change I did, and I haven't looked into the real technical stuff. I think there might be some bugs with the script which happens in every version and wasn't ever fixed.
|
|