Guy-L / parakit

Scripting framework to extract and analyze Touhou game data for score players and anyone looking for insight!
7 stars 2 forks source link

Add player shot colors to API #54

Open Guy-L opened 6 months ago

Guy-L commented 6 months ago

Currently, all player shots are drawn as the same color, which is fine. We have the shot's ANM ID, which is useful for telling them apart, but since they're all in different pages and have overlapping IDs, you'd need a mapping of (shottype, anm_id) -> color to be made for each game (new association in offsets.py). Most likely you'd just make a list where the keys correspond to the shottype numbers and the values are dict of anm_id to string You could also do this for options...