Author Topic: Ranges of items  (Read 588 times)

Legacy_YeoldeFog

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: +0/-0
Ranges of items
« on: March 22, 2014, 06:20:46 pm »


               

Is there a way to check all the ranges of the items (shields, cloaks, weapons) that are used by the module?


For example, I would like to see which shield-ranges are used (11-14, 21-24, etc).


 


The hard way is to manually go through the haks I use and locate the models, but that is a pain!



               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Ranges of items
« Reply #1 on: March 22, 2014, 08:31:29 pm »


               

toolset has it all in one place...



               
               

               
            

Legacy_YeoldeFog

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: +0/-0
Ranges of items
« Reply #2 on: March 22, 2014, 10:18:43 pm »


               

Aren't the items renumbered when viewing them in the toolset? I know for sure that armor-parts are renumbered. Or do you know some toolset voodoo that I don't? '<img'>



               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Ranges of items
« Reply #3 on: March 22, 2014, 10:52:10 pm »


               

armor parts are renumbered based on AC. Shields, Cloaks and Weapons are not.



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
Ranges of items
« Reply #4 on: March 23, 2014, 08:18:38 am »


               Although it is all in the toolset, it can be tedious. For example, with weapons, you have to look at all the colour variations, because, while many are standard or null, in some haks they are entirely new models.

For cloaks, you can just look at cloakmodel.2da in the top hak.

One method for other items is to use nwhak to select the entire range of weapon / shield models from each hak, exporting into one common temporary folder. Thanks to the naming convention, that's not difficult. Now you have all the models in one place, and can determine by inspection which model numbers are in use.

On my new project, where I have the luxury of starting from scratch, I put all new weapons into my own hak, in order to maintain a tight audit on what's in use (but that's probably too much work for a legacy module with umpteen weapon haks).
               
               

               
            

Legacy_YeoldeFog

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: +0/-0
Ranges of items
« Reply #5 on: March 23, 2014, 08:26:33 am »


               

Thanks Henesua and Proleric!


 


Proleric: That is the method I've been using, it's a bit of work, but it works! '<img'>