Author Topic: mdl files go where?  (Read 1176 times)

Legacy_Who said that I

  • Hero Member
  • *****
  • Posts: 931
  • Karma: +0/-0
mdl files go where?
« on: August 22, 2015, 08:10:54 am »


               

okay maybe a stupid question but where do mdl files go? I searched every file and each of them do not contain a mdl file.....



               
               

               
            

Legacy_Squatting Monk

  • Hero Member
  • *****
  • Posts: 776
  • Karma: +0/-0
mdl files go where?
« Reply #1 on: August 22, 2015, 08:24:09 am »


               They need to go inside a hakpack. Or possibly the override directory.
               
               

               
            

Legacy_Who said that I

  • Hero Member
  • *****
  • Posts: 931
  • Karma: +0/-0
mdl files go where?
« Reply #2 on: August 22, 2015, 12:53:53 pm »


               


They need to go inside a hakpack. Or possibly the override directory.




I did that, the problem that I am now having is that it won't show up in the module when I am running it....


 


It are modern-ish clothing that I wanna use in my module is not showing up on my tailor model.


               
               

               
            

Legacy_Fester Pot

  • Hero Member
  • *****
  • Posts: 1698
  • Karma: +0/-0
mdl files go where?
« Reply #3 on: August 22, 2015, 02:30:08 pm »


               

Tailor module would most likely be using scripts, which will need to be modified for display on any new additional clothing added.


Additionally, not all clothing is appropriate for all races, so would only display on the race the clothing was created for.


FP!



               
               

               
            

Legacy_Who said that I

  • Hero Member
  • *****
  • Posts: 931
  • Karma: +0/-0
mdl files go where?
« Reply #4 on: August 22, 2015, 03:31:21 pm »


               


Tailor module would most likely be using scripts, which will need to be modified for display on any new additional clothing added.


Additionally, not all clothing is appropriate for all races, so would only display on the race the clothing was created for.


FP!




 


 


Using Mil's tailor model, which according to the readme it says it is supposed to show every piece of clothing the module has.


 


so still would appreciate any help on that matter......


               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
mdl files go where?
« Reply #5 on: August 22, 2015, 03:55:23 pm »


               

You also need to add entries to the appropriate parts_*.2da files for your new clothing pieces.



               
               

               
            

Legacy_Who said that I

  • Hero Member
  • *****
  • Posts: 931
  • Karma: +0/-0
mdl files go where?
« Reply #6 on: August 22, 2015, 06:27:29 pm »


               


You also need to add entries to the appropriate parts_*.2da files for your new clothing pieces.




 


Okay as a complete noob in the whole building thing, how do I go about doing that?


               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
mdl files go where?
« Reply #7 on: August 22, 2015, 06:42:00 pm »


               

You may want to start by reading through this. It covers a lot of what you are doing.  Presumably, since you claim to be a noob, you did not make these new models? Whatever package you pulled them from, assuming they are already NWN clothing parts, would probably have the appropriate 2da lines or already modified 2da files (which you'd need to merge with yours if you have already got custom versions).  What is your model file named? The name determines the line in the 2da (and which file(s)) you need to use (although the line can be changed as well).



               
               

               
            

Legacy_The Mad Poet

  • Hero Member
  • *****
  • Posts: 715
  • Karma: +0/-0
mdl files go where?
« Reply #8 on: August 22, 2015, 06:48:11 pm »


               

Mil's Tailors reads 2da files in order to skip unused lines and determine where they should appear. If you don't edit the 2da files not only will they not appear in game, but the Tailor will not be able to find it.



               
               

               
            

Legacy_Who said that I

  • Hero Member
  • *****
  • Posts: 931
  • Karma: +0/-0
mdl files go where?
« Reply #9 on: August 22, 2015, 06:58:14 pm »


               


You may want to start by reading through this. It covers a lot of what you are doing.  Presumably, since you claim to be a noob, you did not make these new models? Whatever package you pulled them from, assuming they are already NWN clothing parts, would probably have the appropriate 2da lines or already modified 2da files (which you'd need to merge with yours if you have already got custom versions).  What is your model file named? The name determines the line in the 2da (and which file(s)) you need to use (although the line can be changed as well).




Yup! I claim to be a newb! I have not yet mastered that skill beside some basic scripting '<img'> 


 


I will have a look at it asap! '<img'> thanks guys! '<img'>


               
               

               
            

Legacy_Verilazic

  • Sr. Member
  • ****
  • Posts: 263
  • Karma: +0/-0
mdl files go where?
« Reply #10 on: September 18, 2015, 10:40:58 pm »


               


Yup! I claim to be a newb! I have not yet mastered that skill beside some basic scripting '<img'>


 


I will have a look at it asap! '<img'> thanks guys! '<img'>




 


For a noob, you're tackling this stuff with some serious gusto.


 


I found the clothing system to be really confusing at first. The custom content guide that Meaglyn linked does indeed contain all the information you need to understand it, but you may want to experiment (a bunch) before it really makes sense. Something I didn't get for a long time was that NWN puts all the parts in the order of their AC values, even the parts that don't matter like biceps and feet. If you do decide you want/need to experiment with it a lot, I suggest keeping this little hakpak in mind. It orders all the body part pieces in the toolset to correspond to their file numbers. I actually didn't understand the role the AC value plays in this until I opened up the 2da file in that hakpak and looked at it.


 


If this doesn't make sense now, no sweat. Just come back to it a little later after you've explored NWN some more. '<img'>


               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
mdl files go where?
« Reply #11 on: September 19, 2015, 02:04:48 am »


               

Yes, that's a good point. CEP starting at 2.6 does that by default (for all except the chest parts of course). It also fills in all the blanks so the numbers in the 2da match the numbers in the toolset.


               
               

               
            

Legacy_Who said that I

  • Hero Member
  • *****
  • Posts: 931
  • Karma: +0/-0
mdl files go where?
« Reply #12 on: September 19, 2015, 06:26:19 am »


               


For a noob, you're tackling this stuff with some serious gusto.


 


I found the clothing system to be really confusing at first. The custom content guide that Meaglyn linked does indeed contain all the information you need to understand it, but you may want to experiment (a bunch) before it really makes sense. Something I didn't get for a long time was that NWN puts all the parts in the order of their AC values, even the parts that don't matter like biceps and feet. If you do decide you want/need to experiment with it a lot, I suggest keeping this little hakpak in mind. It orders all the body part pieces in the toolset to correspond to their file numbers. I actually didn't understand the role the AC value plays in this until I opened up the 2da file in that hakpak and looked at it.


 


If this doesn't make sense now, no sweat. Just come back to it a little later after you've explored NWN some more. '<img'>




 


 


thank you Verilazic! And yes I will need to do a loooot of practise with it, luckily found someone willing enough to help me understand it better '<img'>