This little tool allows to quickly introspect .inkwidget
and corresponding .inkanim
exported as JSON from Wolvenkit when modding the game Cyberpunk 2077.
Browsing in WolvenKit is fine when there's a couple of widgets and interpolators, but it can quickly become tedious or close to impossible when there's hundreds of inkanimInterpolators and deeply-nested inkWidgets. >
if you don't believe me, have a look in WolvenKit at
base\\gameplay\\gui\\quests\\q001\\q001_mission0_connect_to_girl.inkwidget
andbase\\gameplay\\gui\\quests\\q001\\q001_mission0_connect_to_girl_animations.inkanim
:wink: this is the anim for the biomonitor from the mission "The Rescue" : watch on YouTube.
install with
sh
cargo install cargo-inkanim
available commands:
list: quickly introspect and filters by interpolator type or widget indexes path
sh
cargo-inkanim list --help
whois: quickly get widget names path from indexes path
sh
cargo-inkanim whois --help
whereis: quickly get widget indexes path from names path
sh
cargo-inkanim whereis --help
This tool doesn't support all the widgets types yet, so please open an issue if this is blocking for you.