> For the complete documentation index, see [llms.txt](https://mtgmodders.gitbook.io/etg-modding-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtgmodders.gitbook.io/etg-modding-guide/misc.md).

# Misc

- [Making Asset bundles](https://mtgmodders.gitbook.io/etg-modding-guide/misc/making-asset-bundles.md)
- [Assetbundles: How-To](https://mtgmodders.gitbook.io/etg-modding-guide/misc/assetbundles-how-to.md): And other useful bits and bobs.
- [How to create a hook](https://mtgmodders.gitbook.io/etg-modding-guide/misc/how-to-create-a-hook.md)
- [Creating A Command](https://mtgmodders.gitbook.io/etg-modding-guide/misc/creating-a-command.md)
- [Subscribing Methods to Actions](https://mtgmodders.gitbook.io/etg-modding-guide/misc/subscribing-methods-to-actions.md): Quick guide to making pre existing actions call methods automatically when triggered by the base game
- [Reversing Player Controls](https://mtgmodders.gitbook.io/etg-modding-guide/misc/reversing-player-controls.md)
- [Undodgeable Projectiles](https://mtgmodders.gitbook.io/etg-modding-guide/misc/undodgeable-projectiles.md): A way to code enemy projectiles that cannot be dodge rolled over.
- [Creating An Enemy](https://mtgmodders.gitbook.io/etg-modding-guide/misc/making-an-enemy.md)
