Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: donamin on March 02, 2014, 10:16:29 AM

Title: Is DCP file size-limited or not?!
Post by: donamin on March 02, 2014, 10:16:29 AM
Hello every body,
My project dcp file exceeds 2GB and now when i compile packages, the game won't work. When i remove some animations and reduce dcp file size, the problem is resolved. So i guess dcp file is size-limited.
Does anyone know how to remove this limitation? Or do i have to remove some of my art works?
thanx

donamin
Title: Re: Is DCP file size-limited or not?!
Post by: Mnemonic on March 02, 2014, 12:25:33 PM
You can simply divide your resources into multiple packages. Currently you have one "data" directory in your project. You can create other directories on the same level, right-click them in ProjectMan and choose "Promote to package". Now if you compile the project a new package is created for each of such directory.
Title: Re: Is DCP file size-limited or not?!
Post by: donamin on March 02, 2014, 12:33:04 PM
Nice touch.
thanks Mnemonic :)