2xsaiko / hctm-base

MIT License
2 stars 3 forks source link

Add DashLoader support #6

Open alphaqu opened 3 years ago

alphaqu commented 3 years ago

DashLoader caches the entire game and for it to do that it needs to understand what it has. Your WireModel is unknown to DashLoader and thus DashLoader cant increase loading times. We have an API and documentation for how to add support.

https://github.com/alphaqu/DashLoader/wiki

2xsaiko commented 3 years ago

The WireModel is due for rewriting so I'll keep that in mind for then.