Athari / XnaConvert

Utility for converting XNA XNB files (Texture2D to PNG images) [New BSD]
Other
48 stars 13 forks source link

Magicka .xnb format #5

Closed CA10C3SAR closed 9 years ago

CA10C3SAR commented 9 years ago

Athari could you help me read .xnb files from this game:

https://www.youtube.com/watch?v=2nGf7NQW98k

Tried with your convert but dont worked, think they have own format :/

Athari commented 9 years ago

I've downloaded Magicka Demo from Steam. This command line seems to work fine:

Alba.XnaConvert convert -v 3.1 -r -d "C:\Games\Magicka demo\ContentDemo" -o "C:\Unpacked\MagickaDemo"

Note that only textures are supported.