Author Topic: Elven's nwn-lib  (Read 1852 times)

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Elven's nwn-lib
« Reply #15 on: January 07, 2016, 05:30:45 pm »


               

I... wow... just noticed this tool: nwn-gff


 




There's a nice tool which will explode gff files into various text formats and back. Here it will turn

the aw.uti item into a mostly human editable yaml file (on Linux at least):


       nwn-gff -i aw.uti -o aw.uti.yml -l gff -k yaml


It won't harm the original. To reverse it:


       nwn-gff -o aw_new.uti -i aw.uti.yml -k gff -l yaml


This will produce aw_new.uti.




 


wow


 


I need to test this.



               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Elven's nwn-lib
« Reply #16 on: January 07, 2016, 06:43:14 pm »


               

Yeah, it's very useful. It's the basis of the tool chain stuff I shared with you a while back...  Everything stored in yaml, in git, then reconverted to produce the hak/mod/erf.



               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Elven's nwn-lib
« Reply #17 on: January 07, 2016, 10:15:57 pm »


               

i'm slow but eventually i get there. '<img'>



               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Elven's nwn-lib
« Reply #18 on: January 08, 2016, 12:27:32 am »


               

Works for me... It took me two days to figure out what color "Chrome" is to make the partial cloaks work  '<img'>