Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Crash on satellite and mask import

  1. #1
    Staff Sergeant
    Join Date
    Jun 13 2005
    Location
    Szczecin, Poland
    Posts
    393

    Crash on satellite and mask import

    Hi

    I have all required files to import satellite and mask texture but it's crashed at start of process. My textures are on 10240x10240 resolution, everything in Project Parameters menus are ok. Can you describe what problems can crash work on this stage?
    http://WWW.GRY-ONLINE.PL - my journalist cave
    http://gameplay.pl/eJay - my hobby

  2. #2
    Please post your Layers.cfg file here.

    If that is ok then it will be with your ground texture RVMAT's

  3. #3
    Staff Sergeant
    Join Date
    Jun 13 2005
    Location
    Szczecin, Poland
    Posts
    393
    Author of the Thread
    It's based on sample models by BiS

    Code:
    class Layers
    {
    class xxpisek
    {
    texture = "ca\SilentIsland\data\xxpisek_mco.paa";
    material="ca\SilentIsland\data\xxpisek.rvmat";
    };
    class xxtravajih
    {
    texture = "ca\SilentIsland\data\xxtravajih_mco.paa";
    material="ca\SilentIsland\data\xxtravajih.rvmat";
    };
    class xxmesto2
    {
    texture = "ca\SilentIsland\data\xxmesto2_mco.paa";
    material="ca\SilentIsland\data\xxmesto2.rvmat";
    };
    class xxpole1
    {
    texture = "ca\SilentIsland\data\xxpole1_mco.paa";
    material="ca\SilentIsland\data\xxpole1.rvmat";
    };
    };
    class Legend
    {
    picture="ca\SilentIsland\source\mapLegend.png";
    class Colors
    {
    /// color names should correspond to surface layer names
    xxpisek[]={{255,255,0}};
    xxtravajih[]={{0,255,0}};
    xxmesto2[]={{99,55,0}};
    xxpole1[]={{0,0,255}};
    };
    };
    RVMAT's looks ok I think but I'll check them.

  4. #4
    Are all of your files in your Data folder named as they are in your layers.cfg

  5. #5
    Staff Sergeant
    Join Date
    Jun 13 2005
    Location
    Szczecin, Poland
    Posts
    393
    Author of the Thread
    Checked, everything's fine.

  6. #6
    Try removing ca/ from the beggining of every file path, then re-import

  7. #7
    Staff Sergeant
    Join Date
    Jun 13 2005
    Location
    Szczecin, Poland
    Posts
    393
    Author of the Thread
    It doesn't do anything. Just error with Maplegend.png misplaced. Re-downloaded fresh maplegend from Biki and still crashes... :/

  8. #8
    So, the sat image and the mask image are the same dimensions, but, do they both have the same colour depth?


    Planck

  9. #9
    have you made new layers config.and have you put the folder in CA folder ?
    Last edited by plumose 219; Oct 25 2009 at 13:18.

  10. #10
    Staff Sergeant
    Join Date
    Jun 13 2005
    Location
    Szczecin, Poland
    Posts
    393
    Author of the Thread
    Quote Originally Posted by Planck View Post
    So, the sat image and the mask image are the same dimensions, but, do they both have the same colour depth?


    Planck
    Both have 16-bit depth and still crashing

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •