Files
campPendleton/Source/campPendelton/config.cpp
2024-01-15 22:14:33 -05:00

61 lines
1.5 KiB
C++

class CfgPatches
{
class campPendelton
{
units[] = {};
weapons[] = {};
requiredVersion = 1;
requiredAddons[] = { "arm_centraleurope" };
};
};
class CfgWorldList
{
class campPendelton{};
};
class CfgWorlds
{
class arm_world_centraleurope;
class campPendelton: arm_world_centraleurope
{
cutscenes[] = {};
description = "MCB Camp Pendelton";
worldName = "campPendelton\campPendelton.wrp";
author = "Hudson Riggs / HudsonRiggs.Systems & Jenkins";
icon = "campPendelton\data\hrsysLogo.paa";
previewVideo = "";
pictureShot = "";
newRoadsShape = "campPendelton\data\roads\roads.shp";
ilsDirection[] = { 0, 0.08, 1 };
ilsPosition[] = {0, 0};
ilsTaxiIn[] = {};
ilsTaxiOff[] = {};
drawTaxiway = 0;
class SecondaryAirports{};
class ReplaceObjects{};
class Sounds
{
sounds[] = {};
};
class Animation
{
vehicles[] = {};
};
minTreesInForestSquare = 5;
minRocksInRockSquare = 10;
class Subdivision{};
class Names{
#include "names.hpp"
};
#include"mapinfos.hpp"
#include"ace-weather.hpp"
loadingTexts[]={
"Alpha Version - Not for Public Release",
"Camp Pendelton located in beautiful Ocean Side California",
"https:\\HudsonRiggs.Systems\ArmA\",
"Need server hosting and custom assets for your ArmA III community? Go to HudsonRiggs.Systems we offer a full suite from mod creation to hosting!",
"Dont look to hard at the roads",
"Base map and sat images from GameRealisticMap Studio"
};
pictureMap = "campPendelton\data\picturemap_ca.paa";
};
};