The search facility seems really awful here. I get tons of unrelated hits. But
maybe that’s because there’s no other question like this. I know that there
are files cached somewhere that are important to projects. I just built a new
computer, and I would like to move my workspace from my old computer to my new
one? Is it as easy as copying my project directory to the new computer, and
the caches will automatically rebuild when I open the project again? Or do I
need to use some sort of export utility? Or is it not possible? Thanks, Tom
I think every package is created with relative paths. If you open the
package’s PackageDefinition xml you will see that it is just referencing
folder inside the package. So I think you are free to move them anywhere.
Moreover as I think of it now. I used to send my entire package to my
colleguas and they copy it into a completaly different folder and drive and
they never had problems.
Excellent. I was mostly worried about textures for airports. I know they’re
cached somewhere because when you edit them, they don’t change, so I
continually have to rename them to get edits to stick. Thanks
So, I just rebuilt a package I had moved over. I got these warnings:
PackageBuilder | Reloading assets for the package scenery-ma-flyingscool-kbed...
Reloading texture file Textures\FBOParking.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/FBOParking.png.DDS' for reloading.
Reloading texture file Textures\CustomsNew-Rev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/CustomsNew-Rev.png.DDS' for reloading.
Reloading texture file Textures\JetAvEntranceRev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/JetAvEntranceRev.png.DDS' for reloading.
Reloading texture file Textures\E-TNew-rev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/E-TNew-rev.png.DDS' for reloading.
Reloading texture file Textures\T-JNew-rev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/T-JNew-rev.png.DDS' for reloading.
Reloading texture file Textures\E-SNew-rev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/E-SNew-rev.png.DDS' for reloading.
Reloading texture file Textures\T-SNew-rev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/T-SNew-rev.png.DDS' for reloading.
Reloading texture file Textures\E-JNew-rev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/E-JNew-rev.png.DDS' for reloading.
Reloading texture file Textures\JetAvParkingRev.png...
VFS Bitmap Loader | Can not find texture 'vfs://scenery-ma-flyingscool-kbed/Packages/scenery-ma-flyingscool-kbed/MaterialLibs/kbed-materials/Textures/JetAvParkingRev.png.DDS' for reloading.
PackageBuilder | Finished, 2 skipped, 15 done and 0 failed, took 0s864ms.
Now, it says 0 failed. Am I going to run into a problem here? It looks like
the textures are all still in the package. But, why did I get these errors?