You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5fc80fca13 | 3 years ago | |
---|---|---|
.. | ||
brick_families.tsv | 3 years ago | |
creature_list.txt | 3 years ago | |
creature_list_r2.txt | 3 years ago | |
creature_list_wk.txt | 3 years ago | |
creature_parents.txt | 3 years ago | |
extract_palette.py | 3 years ago | |
extract_parents.py | 3 years ago | |
extract_sbrick.py | 3 years ago | |
extract_shapes.py | 3 years ago | |
fix_renamed_sbrick.py | 3 years ago | |
generate_sitem.py | 3 years ago | |
match_sitem_shape.tsv | 3 years ago | |
merge_creature_list.py | 3 years ago | |
merge_sitem_list.py | 3 years ago | |
missing_sheets.txt | 3 years ago | |
readme.txt | 3 years ago | |
sbrick_index.tsv | 3 years ago | |
scheme_shape_parser.py | 3 years ago | |
scheme_sitem_parser.py | 3 years ago | |
shape_list.txt | 3 years ago | |
shape_parsed.tsv | 3 years ago | |
sitem_list.txt | 3 years ago | |
sitem_list_r2.txt | 3 years ago | |
sitem_list_wk.txt | 3 years ago | |
sitem_parents.tsv | 3 years ago | |
sitem_parents.txt | 3 years ago | |
sitem_parsed.tsv | 3 years ago | |
sitem_shape_matcher.py | 3 years ago | |
skills.tsv | 3 years ago |
readme.txt
# Generate sitem, sbrick, and sphrase - Run extract_palette.py to generate sitem_list.txt and creature_list.txt from the R2 palette and merge in the _wk lists - Run extract_parents.py to generate the parents txt files from the above, and missing sheets - Run scheme_sitem_parser.py to generate sitem_parsed.tsv from sitem_list.txt minus missing_sheets.txt - Run extract_shapes.py to list all shapes into shape_list.txt - Run scheme_shape_parser.py to generate shape_parsed from shape_list.txt excluding _mission_ shapes - Run sitem_shape_matcher.py to generate match_sitem_shape.tsv from shape_parsed.tsv and sitem_parsed.tsv - Run extract_sbrick.py to generate the sbrick_index.tsv to ensure indices are correctly reused - Run generate_sitem.py to generate sitems from the tsv # Fix renamed sbrick - Run extract_sbrick.py to update sbrick_index.tsv with the current bricks - Run fix_rename_sbrick.py to rename sbrick and sphrase in leveldesign if their name changed