Skip to content

Crowbar-Sledgehammer/worldcraftcommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wc_parse

Parse Source SDK .wc files.

Command line example:

./wc_parse.py CmdSeq.wc

Api Example:

import wc_parse
from pprint import pprint

hammer_conf = wc_parse.wc_parse('./CmdSq.wc')

pprint(hammer_conf)

TODO

  • Read wc files
  • Write wc files
  • Implement JSON module like interface
  • Unittests
  • Cleanup example WC files
  • Move TODO into README

About

Parse Worldcraft Command (`.wc`) files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages