Jump to content

Home

my model isn't working!


Sarthos

Recommended Posts

So, to start model editing, I began by editing an in-game model, and when I went to export the MDL from 3ds max, it gave me errors saying the vertices need to be welded...How can I fix this?

 

Also, can I use TGA files in mods, or must I convert them to TCP somehow?

 

Also, since it started as a game model do I need to animate it?

Link to comment
Share on other sites

So, if the errors are all about vertices it'll still work? Awesome :D

 

Should I "Export Geom" only, or "Export Model+Anim"

 

Is there a pink lightsaber mod someone can link me to? I can't seem to find one, but I'm sure there is one :(

Link to comment
Share on other sites

You can turn off that sanity check by unchecking it in the Active Sanity Checks rollout. Just uncheck Weld to Nearest cm.

 

The only weapons that have animations are Lightsabers and those staff thingies, but even with those you always "Export Geom" only.

Link to comment
Share on other sites

Is there a pink lightsaber mod someone can link me to? I can't seem to find one, but I'm sure there is one :(

For K1 or K2?

 

For K1 I made this. It doesn't use the tslpatcher as I released this nearly two years ago, before the patcher was available.

Link to comment
Share on other sites

If you used mdlops to decompile the model and import to gmax/3dsmax then exported the ascii. then all you need to do is rename the exported ascii so that you can have it and the original in the same folder.

 

Once you do that load mdlops and open the exported ascii and click the "Read and write model" button after its done its thing a new mdl and mdx will be created in the same folder and will be named something like this P_CandBAz-k1-bin.mdl P_CandBAz-k1-bin.mdx

Link to comment
Share on other sites

is it part of the KOTOR tool or what? I extracted the files with the KOTOR tool, and I think it worked right...then I edit the MDL, export geom only, and hope it works? but what does 3ds max do with the mdx and binary MDL?

Link to comment
Share on other sites

1. When you take the .mdl and mdx files from kotor tool it is in binary format;

2. Pass it through MDlops to make the .mdl binary file an ascii .mdl file;

3. Import the ascii .mdl file to 3Dmax or Gmax using NWMax;

4. Remodel it in 3DMax or Gmax;

5. Whn you export the remodeled model from 3DMax or Gmax it creates a new ascii .mdl file.

6. Pass this new ascii .mdl file through Mdlops to make it a binary .mdl file, for it Mdlops needs compare with the original binary .mdl and .mdx files (those you got from kotor tools on step 1).

7. The new binary .mdl and .mdx files Mdlops created can be copied to the override folder of the game to be tested.

 

got it?

Link to comment
Share on other sites

Hello all,

 

This is one of the most confusing things to explain about MDLOps: skin mesh models.

 

When altering a skin mesh model (like heads, bodies, and armors) you will be dealing with 4 sets of files:

A) The original binary .mdl and .mdx extracted from kotor with Kotor Tool

B) The ASCII .mdl output by MDLOps

C) The ASCII .mdl output by gmax/nwmax

D) The binary .mdl and .mdx output by MDLOps

 

Here is a high level step by step:

1) Find your source model files (model group A) in Kotor tool and extract them

2) Run MDLOps and convert your binary model (model group A) into an ASCII .mdl (model group B)

3) Import your ASCII .mdl (model group B) into gmax/nwmax

4) Make some cool changes

5) Export an ASCII .mdl from gmax/nwmax (model group C)

6) Find the model from step 5 (model group C) and open it with notepad. You should see something like:

# Exported from NWmax 0.8 b54 at 7/7/2006 7:20:26 PM

# mdl file

#

#NWmax MODEL ASCII

 

If you do not see the "NWmax" or you see a lot of gibberish, you have the WRONG .mdl file

7) Rename the ASCII .mdl from step 5 (model group C) so that it will not overwrite the binary .mdl from model group A

8) Copy the ASCII .mdl from step 7 (model group C) into the same directory as the binary .mdl and .mdx (model group A)

9) Run MDLOps and convert the ASCII .mdl from step 8 (model group C)

10) You will now have binary .mdl and .mdx (model group D)

 

Now the reason for step 8 is that MDLOps actually opens the files from model group A and copies data from them into your files for model group D. It is copying some skin mesh weight information that I don't know how to re-create.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...