NSX
From Blood Wiki
(Difference between revisions)
Line 12: | Line 12: | ||
NSX files are part of [[NetherMenu | NetherMenu framework ]] | NSX files are part of [[NetherMenu | NetherMenu framework ]] | ||
+ | |||
+ | [[Category:File formats]] |
Revision as of 21:12, 2 July 2012
.NSX files is INI-like text files aiming to store configuration in the form of group->key->value.
More than 1 value could be associated with a key (so can store a tables).
Example of .NSX file:
[group1] key1=value1 # comment key2=value2 [group2]key=parm1&|parm2 key1=x|y key2=foo|bar
NSX files are part of NetherMenu framework