Page 19 of 19 FirstFirst ... 91516171819
Results 181 to 182 of 182

Thread: Visitor 3 Quick Tutorial

  1. #181
    Staff Sergeant F2F_BHO's Avatar
    Join Date
    Jan 27 2010
    Location
    Jacksonville Al
    Posts
    276
    Okay, Can anyone give me a hand on this one, I am 15 min away from completing this Island and cannot for the life of me find the error within my Config.cpp file, binpbo keeps kicking it out.

    ======
    class CfgPatches
    {
    class Island
    {
    units[] = {Island};
    weapons[] = {};
    requiredVersion = 1.00;
    requiredAddons[] = {"Utes"};
    version = "2010-4-11";
    fileName = "Hells Gate.pbo";
    author = "BossHoggOutlaw";
    mail = "TheFirst2Fight.com";
    };
    };
    class CfgWorlds
    {
    class CAWorld;
    class Utes: CAWorld
    {
    class Grid;
    class DefaultClutter;
    };
    class Island: Utes
    {
    description = "Hells Gate";
    worldName = "Hells Gate\Hells Gate.wrp";
    pictureShot = "Hells Gate\data\SM_Picture_ca.paa";
    centerPosition[] = {2720,2462,500};
    seagullPos[] = {2720,2462,500};
    longitude = 30; // positive is east, in degrees?
    latitude = -45; // positive is south, in degrees?

    class Clutter
    {
    //#include "cfgClutter.hpp"
    };
    class Names
    {
    #include "Hells Gate.hpp"
    };
    };
    };

    class CfgWorldList
    {
    class Hells Gate {};
    };

    class CfgMissions
    {
    class Cutscenes
    {
    class TUT_SampleMapIntro
    {
    directory = "Hells Gate\data\scenes\Intro.TUT_SampleMap";
    };
    };
    };

    //SURFACES
    //#include "cfgSurfaces.hpp"

    ========================

    I am recieving this error message : Line 35(): Wrong 'Class end' config.cpp/CfgWorlds/Island/Names/ #
    Last edited by F2F_BHO; Apr 12 2010 at 04:20.

  2. #182
    Is this tutorial still relevant? i got most of the way except to this part "IMPORT AND PNG TO PAA CONVERSION"

    I got these errors 'Error loading P:\mymap\sorce\mask_lco.png /
    Error loading P:\mymap\sorce\mask_lco.png

    But i believe i may have failed at #6 'Extract all of the relevant textures and RVMATs that you'll need from Sara.pbo and put them in P:\MyMap\Data.'

    I thought i might have got the correct ones, but i probably didnt upon reflection... does anyone know which RVMATs i should get from Sara.pbo?

    Thanks

Page 19 of 19 FirstFirst ... 91516171819

Posting Permissions

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