Page 1 of 1

Exporting the original shell gives black gap

PostPosted: Sat Nov 27, 2010 1:42 pm
by Luna
uhm yeah I decided to start with trying out the exporting before I messed up anything in my shell and I already fail at that. If I try to visit my shell in my Uru cc installation I find this big gap at the place where it should be.

using :
windows 7 (64 bit)
blender 2.49 (32-bit)
Uru CC via Steam

I just follow the steps from the wiki for testing shells. The console gives no errors so far I see but the .prp file I need to copy-paste is a /lot/ smaller then the other .prp files from empty shells(1 kb compared to 70/80kb) and it disappears from my uru/dat folder after I loaded uru cc.
It is probably something dumb, but I need help anyway :(

screenshot console blender:
Image

Re: Exporting the original shell gives black gap

PostPosted: Sat Nov 27, 2010 1:58 pm
by Egon
Did You:
From the File menu, choose Export->PyPrp, then choose "All as full age, per-page textures (.age)"


According to this page number for shell "336" is "166 ", not "116".

P.S.
Just to be sure: write "Pahts" not "pahts" (not really sure does it matter though).

Re: Exporting the original shell gives black gap

PostPosted: Sat Nov 27, 2010 2:17 pm
by Luna
Egon wrote:Did You:
From the File menu, choose Export->PyPrp, then choose "All as full age, per-page textures (.age)"


According to this page number for shell "336" is "166 ", not "116".

P.S.
Just to be sure: write "Pahts" not "pahts" (not really sure does it matter though).


I used that option and I don't know why it says "116" there, all the objects have as property "166" . Shell 116, with page number "116" is still okay, and different from the shell that I am exporting

I tried out "Pahts.age" but that doesn't seem to matter.

Re: Exporting the original shell gives black gap

PostPosted: Sat Nov 27, 2010 3:14 pm
by Egon
Ok, how does pages defined in "book" file (inside blend file, chose TXT editor, and change file to book in dropdown).
It should be:

Code: Select all
   pages:
      - index: 166
        name: Shell336

Re: Exporting the original shell gives black gap

PostPosted: Sat Nov 27, 2010 3:39 pm
by Luna
Egon wrote:Ok, how does pages defined in "book" file (inside blend file, chose TXT editor, and change file to book in dropdown).
It should be:

Code: Select all
   pages:
      - index: 166
        name: Shell336


it actually looked like
Code: Select all
   pages:
      - index: 116
        name: Shell336


I have changed it and now I have come to the "Cannot find Image Data". I shall try the solution from the wiki tomorrow. Thanks