Author Topic: Update all blueprint instances at once?  (Read 677 times)

Legacy_JerrodAmolyan

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
Update all blueprint instances at once?
« on: July 15, 2013, 02:21:16 pm »


               I just noticed I can't find an option to update every instance of every custom item on all areas and containers at once.

Is it possible, or just have to bear with using five years on updating every custom item instance everywhere individually? 
               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Update all blueprint instances at once?
« Reply #1 on: July 15, 2013, 06:19:51 pm »


               If you mean all instances of one custom item then I think it's just a right click on the item in the palette the pick update instances. If I recall (not in front of the toolset) there's no button in the properties for that one.

If you mean to change one thing across all your different custom items then you need to do something else. That's won't happen in the tool kit. There are scripting tools that can help
with that though.
               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
Update all blueprint instances at once?
« Reply #2 on: July 15, 2013, 06:23:30 pm »


               In your blueprint palette to the right, find your custom item.  Right-click on it and pick "update instances".  It'll give you the options to update every such item in the game or just every such item in the currently open area.

Edit: looks like someone else posted as I was typing while distracted by kids. '<img'>
               
               

               


                     Modifié par The Amethyst Dragon, 15 juillet 2013 - 05:24 .
                     
                  


            

Legacy_JerrodAmolyan

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
Update all blueprint instances at once?
« Reply #3 on: July 15, 2013, 09:12:27 pm »


               Well I know THAT, but that's what I mean... I have like 100 items and updating them on all areas take forever even for 1 item '<img'> So I was wondering if there was a way to update ALL blueprints at the same time.
               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Update all blueprint instances at once?
« Reply #4 on: July 16, 2013, 01:50:18 am »


               That's the second part of what I said then. The toolset doesn't have anyway to know you want to make the same change to 100 unrelated items at once.  There's long thread on data mining your module using Leto and such. http://social.biowar...2/index/8671187

I agree that takes a long time to do manually.  Converting the module files to a format that can be easily manipulated with text tools (I use Elven's ruby based tools https://github.com/niv/nwn-lib) is helpful. Then you can write a script to do that kind of mass change.