how to use packaged resources in MYGUI with dx9platform

vkensou

16-12-2013 03:30:02

I didn't use ogre with mygui . Only use dx9platform. Now i want MYGUI use a packaged resources like media.zip. How can i do this ?

Altren

16-12-2013 07:28:18

You need to change some DirectXDataManager methods - getData and may be few other methods there.
Currently they get data stream from simply reading file and you need to change that stream to data from zip when needed.

vkensou

16-12-2013 11:12:47

You need to change some DirectXDataManager methods - getData and may be few other methods there.
Currently they get data stream from simply reading file and you need to change that stream to data from zip when needed.


thx you reply .i will try it.