Jump to content
Sign in to follow this  
cool=azroul13

trouble with config file

Recommended Posts

Hello,

Since the last tool's update, I can't see my map in game. I think it's relative to my config, but I can't see where is the error.

Any help will be welcome :P

cfg.cpp

#define _ARMA_

//Class config.bin{
class CfgPatches
{
class Paulines
{
 units[] = {"Paulines"};
 weapons[] = {};
 requiredVersion = 1.0;
 version = "30/06/2014";
 fileName = "Paulines.pbo";
 author = "Azroul13";
};
};
class CfgWorlds
{
class CAWorld;
class Stratis: CAWorld
{
 class Grid;
 class DefaultClutter;
};
class Paulines: Stratis
{
 cutscenes[] = {};
 description = "Paulines";
 worldName = "will\Paulines\Paulines.wrp";
 startTime = "11:00";
 startDate = "05/03/2001";
 startWeather = 0.2;
 startFog = 0.0;
 forecastWeather = 0.6;
 forecastFog = 0.0;
 centerPosition[] = {2560,2560,500};
 seagullPos[] = {2560,2560,500};
 longitude = 65;
 latitude = -34;
 elevationOffset = 2000;
  envTexture = "A3\Data_f\env_land_ca.tga";
 minTreesInForestSquare = 2;
 minRocksInRockSquare = 2;
 ilsPosition[] = {1024,1024};
 ilsDirection[] = {0.5075,0.08,-0.8616};
 ilsTaxiIn[] = {};
 ilsTaxiOff[] = {};
 drawTaxiway = 0;
class SecondaryAirports {};

class Sea
 {
  seaTexture = "a3\data_f\seatexture_co.paa";
  seaMaterial = "#water";
  shoreMaterial = "#shore";
  shoreFoamMaterial = "#shorefoam";
  shoreWetMaterial = "#shorewet";
  WaterMapScale = 20;
  WaterGrid = 50;
  MaxTide = 0;
  MaxWave = 0;
  SeaWaveXScale = "2.0/50";
  SeaWaveZScale = "1.0/50";
  SeaWaveHScale = 2.0;
  SeaWaveXDuration = 5000;
  SeaWaveZDuration = 10000;
 };

 class Grid: Grid
 {
  offsetX = 0;
  offsetY = 5120;
  class Zoom1
  {
   zoomMax = 0.15;
   format = "XY";
   formatX = "000";
   formatY = "000";
   stepX = 100;
   stepY = -100;
  };
  class Zoom2
  {
   zoomMax = 0.85;
   format = "XY";
   formatX = "00";
   formatY = "00";
   stepX = 1000;
   stepY = -1000;
  };
  class Zoom3
  {
   zoomMax = 1e+030.0;
   format = "XY";
   formatX = "0";
   formatY = "0";
   stepX = 10000;
   stepY = -10000;
  };
 };
#include "cfgClutter.hpp"
	class Names
	{
		#include "Paulines.hpp"
	};
};
};
class CfgWorldList
{
class Paulines{};
};
class CfgMissions
{
class Cutscenes
{

};
};


//SURFACES
#include "cfgSurfaces.hpp"

surface config

class CfgSurfaces 
{
class Default{};
class Paul_grass_green_Surface : Default
{	
	access = 2;
	files = "Paul_grass_green_*";
	character = "Paul_grass_green_Character";
	soundEnviron = "grass";
	soundHit = "soft_ground";
	rough = 0.08;
	maxSpeedCoef = 0.9;
	dust = 0.15;
	lucidity = 4;
	grassCover = 0.05;
	impact = "Hit_Foliage_green";
};


class Paul_beach_Surface : Default
{
	access = 2;
	files = "Paul_beach_*";
	character = "Empty";
	soundEnviron = "sand";
	soundHit = "soft_ground";
	rough = 0.1;
	maxSpeedCoef = 0.8;
	dust = 0.5;
	lucidity = 1.25;
	grassCover = 0.0;
	impact = "hitGroundSoft";
};
class Paul_strseabed_Surface : Default
{
	access = 2;
	files = "Paul_strseabed_*";
	character = "Paul_strseabed_Character";
	soundEnviron = "gravel";
	soundHit = "hard_ground";
	rough = 0.15;
	maxSpeedCoef = 0.85;
	dust = 0.75;
	lucidity = 200;
	grassCover = 0.05;
};

class Paul_weed_Surface : Default
{
	access = 2;
	files = "Paul_weed_*";
	character = "Paul_weed_Character";
	soundEnviron = "drygrass";
	soundHit = "soft_ground";
	rough = 0.08;
	maxSpeedCoef = 0.9;
	dust = 0.75;
	lucidity = 2;
	grassCover = 0.1;
	impact = "Hit_Foliage_Dead";
};

class Paul_strrocky_Surface : Default
{
	access = 2;
	files = "Paul_strrocky_*";
	character = "Empty";
	soundEnviron = "rock";
	soundHit = "hard_ground";
	rough = 0.2;
	maxSpeedCoef = 0.8;
	dust = 0.5;
	lucidity = 1;
	grassCover = 0.0;
	impact = "hitGroundHard";
};
};

class CfgSurfaceCharacters
{

class Paul_weed_Character
{
	probability[] = {0.21,0.35,0.21,0.09,0.06,0.02};
	names[] = {"Paul_StrGrassDryGroup","Paul_StrGrassDryMediumgroup","Paul_StrWeedBrownTallGroup","Paul_StrWeedGreenTall","Paul_StrThistleYellowShrub","Paul_StrPlantMullein"};
};
class Paul_grass_green_Character
{
	probability[] = {0.95,0.02,0.02,0.01};
	names[] = {"Paul_StrGrassGreenGroup","Paul_StrThornGreenSmall","Paul_StrThornGreenBig","Paul_StrPlantGreenShrub"};
};

class Paul_strseabed_Character
{
	probability[] = {0.4,0.2,0.1,0.01,0.1,0.09,0.1};
	names[] = {"Paul_SeaWeed1","Paul_SeaWeed2","Paul_Coral4","Paul_Coral1","Paul_Coral5","Paul_Coral3","Paul_Coral2"};
};
};

clutter config

class clutter
{
class Paul_StrGrassGreenGroup: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrGrassGreen_group.p3d";
	affectedByWind = 0.6;
	swLighting = "true";
	scaleMin = 0.7;
	scaleMax = 1.0;
};
class Paul_StrGrassDry: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrGrassDry.p3d";
	affectedByWind = 0.5;
	swLighting = "true";
	scaleMin = 0.8;
	scaleMax = 1.2;
};
class Paul_StrGrassDryGroup: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrGrassDry_group.p3d";
	affectedByWind = 0.65;
	swLighting = "true";
	scaleMin = 0.65;
	scaleMax = 1.0;
};
class Paul_StrGrassDryMediumGroup: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrGrassDryMedium_group.p3d";
	affectedByWind = 0.7;
	swLighting = "true";
	scaleMin = 0.8;
	scaleMax = 1.0;
};
class Paul_StrThornKhakiSmall: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThornKhaki.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.5;
	scaleMax = 0.7;
};
class Paul_StrThornKhakiBig: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThornKhaki.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.7;
	scaleMax = 0.9;
};
class Paul_StrThornGreenSmall: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThornGreen.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.3;
	scaleMax = 0.5;
};
class Paul_StrThornGreenBig: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThornGreen.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.7;
	scaleMax = 0.9;
};
class Paul_StrThornGraySmall: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThornGray.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.5;
	scaleMax = 0.7;
};
class Paul_StrThornGrayBig: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThornGray.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.8;
	scaleMax = 1.2;
};
class Paul_StrPlantGreenShrub: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrPlantGreenShrub.p3d";
	affectedByWind = 0.5;
	swLighting = "true";
	scaleMin = 0.6;
	scaleMax = 1.1;
};
class Paul_StrPlantGermaderGroup: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrPlantGermader_group.p3d";
	affectedByWind = 0.35;
	swLighting = "true";
	scaleMin = 0.9;
	scaleMax = 1.5;
};
class Paul_StrWeedBrownTallGroup: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrWeedBrownTall_group.p3d";
	affectedByWind = 0.3;
	swLighting = "true";
	scaleMin = 0.9;
	scaleMax = 1.25;
};
class Paul_StrWeedGreenTall: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrWeedGreenTall.p3d";
	affectedByWind = 0.3;
	swLighting = "true";
	scaleMin = 0.8;
	scaleMax = 1.2;
};
class Paul_StrPlantMullein: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrPlantMullein.p3d";
	affectedByWind = 0.35;
	swLighting = "true";
	scaleMin = 0.7;
	scaleMax = 1.15;
};
class Paul_StrThistlePurpleSmall: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThistlePurple_small.p3d";
	affectedByWind = 0.1;
	swLighting = "true";
	scaleMin = 0.9;
	scaleMax = 1.4;
};
class Paul_StrThistleSmallYellow: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThistleSmallYellow.p3d";
	affectedByWind = 0.2;
	swLighting = "true";
	scaleMin = 0.6;
	scaleMax = 1.4;
};
class Paul_StrThistleYellowShrub: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_StrThistleYellowShrub.p3d";
	affectedByWind = 0.2;
	swLighting = "true";
	scaleMin = 0.7;
	scaleMax = 1.1;
};
class Paul_GrassTall: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_Grass_Tall_Dead.p3d";
	affectedByWind = 1.0;
	swLighting = "true";
	scaleMin = 0.6;
	scaleMax = 1.0;
};
class Paul_GrassGreen: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_Grass_Green.p3d";
	affectedByWind = 1.0;
	swLighting = "true";
	scaleMin = 0.85;
	scaleMax = 1.0;
	surfaceColor[] = {0.431,0.475,0.267};
};
class Paul_GrassDry: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_Grass_Dry.p3d";
	affectedByWind = 1.0;
	swLighting = "true";
	scaleMin = 0.3;
	scaleMax = 0.9;
};
class Paul_GrassBrushHighGreen: DefaultClutter
{
	model = "A3\plants_f\Clutter\c_Grass_BrushHigh_Green.p3d";
	affectedByWind = 0.8;
	swLighting = "true";
	scaleMin = 0.5;
	scaleMax = 0.7;
};
		class Paul_GrassBunchSmall: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Grass_Bunch_Small.p3d";
			affectedByWind = 0.8;
			swLighting = "true";
			scaleMin = 0.3;
			scaleMax = 0.8;
		};
		class Paul_ThistleHighDead: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_High_Dead.p3d";
			affectedByWind = 1.0;
			swLighting = "true";
			scaleMin = 0.4;
			scaleMax = 0.8;
		};
		class Paul_ThistleHigh: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_High.p3d";
			affectedByWind = 0.6;
			swLighting = "true";
			scaleMin = 0.6;
			scaleMax = 1.0;
		};
		class Paul_ThistleSmallYellow: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Small_Yellow.p3d";
			affectedByWind = 0.3;
			swLighting = "true";
			scaleMin = 0.3;
			scaleMax = 0.9;
		};
		class Paul_ThistleThornGreen: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Thorn_Green.p3d";
			affectedByWind = 0.3;
			swLighting = "false";
			scaleMin = 0.3;
			scaleMax = 1.0;
		};
		class Paul_ThistleThornGreenSmall: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Thorn_Green.p3d";
			affectedByWind = 0.25;
			swLighting = "false";
			scaleMin = 0.4;
			scaleMax = 0.7;
		};
		class Paul_ThistleThornBrown: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Thorn_Brown.p3d";
			affectedByWind = 0.3;
			swLighting = "false";
			scaleMin = 0.5;
			scaleMax = 1.2;
		};
		class Paul_ThistleThornBrownSmall: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Thorn_Brown.p3d";
			affectedByWind = 0.25;
			swLighting = "false";
			scaleMin = 0.3;
			scaleMax = 0.7;
		};
		class Paul_ThistleThornGray: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Thorn_Gray.p3d";
			affectedByWind = 0.3;
			swLighting = "false";
			scaleMin = 1.1;
			scaleMax = 1.4;
		};
		class Paul_ThistleThornDesert: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Thistle_Thorn_Desert.p3d";
			affectedByWind = 0.3;
			swLighting = "false";
			scaleMin = 0.4;
			scaleMax = 1.4;
		};
		class Paul_PlantGreenSmall: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Plant_Green_Small.p3d";
			affectedByWind = 0.7;
			swLighting = "true";
			scaleMin = 0.5;
			scaleMax = 1.1;
		};
		class Paul_FlowerCakile: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Flower_Cakile.p3d";
			affectedByWind = 0.4;
			swLighting = "true";
			scaleMin = 0.6;
			scaleMax = 0.8;
		};
		class Paul_FlowerLowYellow2: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_Flower_Low_Yellow2.p3d";
			affectedByWind = 0.4;
			swLighting = "true";
			scaleMin = 0.6;
			scaleMax = 1.0;
		};
		class Paul_GrassCrookedDead: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_GrassCrooked.p3d";
			affectedByWind = 0.6;
			swLighting = "true";
			scaleMin = 0.8;
			scaleMax = 1.1;
		};
		class Paul_GrassTalltwo: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_GrassTall.p3d";
			affectedByWind = 0.8;
			swLighting = "true";
			scaleMin = 0.75;
			scaleMax = 1.15;
		};
		class Paul_GrassLong_DryBunch: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_GrassLong_DryBunch.p3d";
			affectedByWind = 0.8;
			swLighting = "true";
			scaleMin = 0.9;
			scaleMax = 1.2;
		};
		class Paul_GrassDesertGroupSoft: DefaultClutter
		{
			model = "A3\plants_f\Clutter\c_GrassGreen_GroupSoft.p3d";
			affectedByWind = 1.0;
			swLighting = "true";
			scaleMin = 0.6;
			scaleMax = 1.1;
		};
class Paul_SeaWeed1: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_SeaWeed1.p3d";
	affectedByWind = 0.2;
	swLighting = "false";
	scaleMin = 0.4;
	scaleMax = 1.0;
};
class Paul_SeaWeed2: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_SeaWeed2.p3d";
	affectedByWind = 0.2;
	swLighting = "false";
	scaleMin = 0.3;
	scaleMax = 1.0;
};
class Paul_Coral1: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_Coral1.p3d";
	affectedByWind = 0.0;
	swLighting = "false";
	scaleMin = 0.3;
	scaleMax = 1.0;
};
class Paul_Coral2: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_Coral2.p3d";
	affectedByWind = 0.0;
	swLighting = "false";
	scaleMin = 0.3;
	scaleMax = 1.0;
};
class Paul_Coral3: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_Coral3.p3d";
	affectedByWind = 0.1;
	swLighting = "false";
	scaleMin = 0.3;
	scaleMax = 0.5;
};
class Paul_Coral4: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_Coral4.p3d";
	affectedByWind = 0.1;
	swLighting = "false";
	scaleMin = 0.3;
	scaleMax = 1.0;
};
class Paul_Coral5: DefaultClutter
{
	model = "A3\Plants_F\Clutter\c_Coral5.p3d";
	affectedByWind = 0.05;
	swLighting = "false";
	scaleMin = 0.2;
	scaleMax = 0.6;
};
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×