Skip to content

MaelstromDota/dota-facets-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facets Parser

License: MIT

Usage

  1. Edit NPC_HEROES_CUSTOM_PATH at 6th line of main.js to path to npc_heroes_custom.txt of your custom game

  2. Run script

node main.js

Output format

Script's output file is facets.kv with following format:

"Facets"
{
	"HeroID1"
	{
		"1"	"facet_name_1"
		"2"	"facet_name_2"
	}
	"HeroID2"
	{
		"1"	"facet_name_1"
		"2"	"facet_name_2"
	}
}

Where HeroID1, HeroID2 are value of HeroID in hero's KV

About

Tool to parse "Facets" block in npc_heroes.txt

Topics

Resources

License

Stars

Watchers

Forks