Koveras
Aug 27 2003, 21:10
Can anyone show me the various parts of the file config.cpp for a map made with visitor?
ThANKs
Here is a quick one. Where it says Basra just replace it with your island name. http://forums.bistudio.com/oldsmileys/biggrin_o.gif
// Example config file for Visitor
// some basic defines
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
// type scope
#define private 0
#define protected 1
#define public 2
class CfgPatches
{
class Basra{units[]={};weapons[]={};requiredVersion = 1.40;};
};
class CfgWorldList {
class Basra {};
}
class CfgEnvSounds {};
class CfgWorlds
{
class DefaultWorld {};
class Eden: DefaultWorld {};
class Basra: Eden
{
worldName="\Basra\Basra.wrp";
description="Basra";
startTime="10:00";
startDate="29/2/84";
centerPosition[]={5931,6747,0};
class Names
{
};
};
};
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.