|
Post by finman702 on Apr 18, 2009 14:15:47 GMT -5
Yeah I finally got it to work. But I think it should be pointed out somewhere that you have to rename them after CUPASH gives them out. They appear as InfFace.###.brres. You have to remove the first dot for them to work. Or is that just a malfunction of my CUPASH? Instead of renaming all of those ".brres" files, how about adjusting the code in cupash_step2.pl. Here's part of the code 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;
Just remove the period after InfFace on the code.
Likewise, for common5_en.pac, you can adjust the code so that your new ".pac" is always named common5.pac.where do i edit that in the code? do you think you could upload the step2.pl for me DX.
|
|