Islands for res or coldwar problem

WrpTool island creator utility

Moderators: Lone Wolf, Snake Man

cookgunnermag
Newbie
Posts: 1
Joined: 2004-01-18 15:21:14

Islands for res or coldwar problem

Post by cookgunnermag »

hey guys, having a little problem. I have wrp 0.50. Trying to make a island for coldwar but its only showing up in resistance. config =

#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 testisland
{
units[] = {};
worlds[] = {"testisland"};
requiredVersion = 1.30;
};

};

class CfgWorldList
{
class testisland {};
}
class CfgSurfaces
{
};
class CfgEnvSounds {};
class CfgWorlds
{
class DefaultWorld {};
class Cain: DefaultWorld {};
class Eden: DefaultWorld {};
class Abel: DefaultWorld {};
class Intro: DefaultWorld {};
class testisland : Intro

testisland : Intro"
{
access=3;
worldName="testislandtestisland.wrp";

description="testisland";

centerPosition[] = {6400, 6400, 0};

class Sounds
{
sounds[]={};
};
class Animation
{
vehicles[]={};
};
class Names
{
class thanks
{
name="testing";
position[]={4500,9000,50};

};

};
};
};


Help plz!

Return to “WrpTool”