|
Post by mnsg on Apr 3, 2009 20:01:25 GMT -5
When making small portraits, I suggest reducing the maximum number of colors to 30 for them.
If the small portraits have too many colors, step 2 will encounter some errors. At least, that's what I've seen.
|
|
|
Post by youngitaly on Apr 3, 2009 21:55:54 GMT -5
When I use Step 2, it makes the info folder with the .brres files, but for whatever reason, won't make the system folder with the new common5_en.pac file. Does anyone else have this problem?
|
|
picano
Kitty Corp.© Admin
papersak's personal stalker
THE catgirl fan
Posts: 1,388
|
Post by picano on Apr 3, 2009 22:00:34 GMT -5
When I use Step 2, it makes the info folder with the .brres files, but for whatever reason, won't make the system folder with the new common5_en.pac file. Does anyone else have this problem? Are you waiting for the program to finish before looking in the folder? At the end it should mention copying over a temp file... and when it FINALLY closes on it's own, the new common5 should appear.
|
|
|
Post by youngitaly on Apr 3, 2009 22:06:28 GMT -5
When I use Step 2, it makes the info folder with the .brres files, but for whatever reason, won't make the system folder with the new common5_en.pac file. Does anyone else have this problem? Are you waiting for the program to finish before looking in the folder? At the end it should mention copying over a temp file... and when it FINALLY closes on it's own, the new common5 should appear. I'm not looking in the folder. It says a few lines of text where it normally would say it's copying the temp file, but I can't read it because the program closes.
|
|
|
Post by mnsg on Apr 3, 2009 22:17:14 GMT -5
Did you check the portraits that you've made? Make sure that they aren't corrupted or that they have too many colors (at best, big portraits should have no more than 71 colors, while small portraits should have no more than 30 colors).
|
|
|
Post by youngitaly on Apr 4, 2009 0:01:28 GMT -5
Did you check the portraits that you've made? Make sure that they aren't corrupted or that they have too many colors (at best, big portraits should have no more than 71 colors, while small portraits should have no more than 30 colors). It still doesn't seem to be making the system folder.
|
|
|
Post by mnsg on Apr 4, 2009 6:52:51 GMT -5
Did you check the portraits that you've made? Make sure that they aren't corrupted or that they have too many colors (at best, big portraits should have no more than 71 colors, while small portraits should have no more than 30 colors). It still doesn't seem to be making the system folder. Did step 1 function properly? If not, then that could be part of your problem.
|
|
|
Post by youngitaly on Apr 4, 2009 23:24:05 GMT -5
It still doesn't seem to be making the system folder. Did step 1 function properly? If not, then that could be part of your problem.I just decided to re-download the .zip and redid step 1. It worked afterwards, but it took me a while to realize that I needed to change InfFace.###.brres to InfFace###.brres.
|
|
|
Post by mnsg on Apr 5, 2009 8:34:41 GMT -5
Did step 1 function properly? If not, then that could be part of your problem. I just decided to re-download the .zip and redid step 1. It worked afterwards, but it took me a while to realize that I needed to change InfFace.###.brres to InfFace###.brres. Here's a tip. Instead of having to rename all of the ".brres" files, adjust the code on cupash_step2.pl so that the period after InfFace does not appear. Just look at the code below that I've edited.
open NEWSMALL, ">newfiles/info/portrite/InfFace".$realnumber.".brres" or die "I can't open newfiles/info/portrite/InfFace".$realnumber.".brres"; binmode NEWSMALL; open OLDSMALL, "neededfiles/InfFace".$realnumber.".brres" or die "I can't open neededfiles/InfFace".$realnumber.".brres"; binmode OLDSMALL;
|
|
|
Post by MasterHand on Apr 7, 2009 4:38:39 GMT -5
For me,the battle portrait don't work I have the brres files in newfile/info/portrite but when I pu them in the rigth folder on my SD card it doesn't work I have got a PAL version
|
|