Jump to content
Sign in to follow this  
Evil_Clown

Help me please, i beg you

Recommended Posts

Please help me put my island from wrptool into OFP!!!!

I really need help, i read in a post here that a "Marksman's island cpp writer" should make it very easy to make a config.cpp and a config.bin for my island- but were do i download it? i really tried sad_o.gif

my island is 256x256 and use only BIS addons, Res addons...

i got the tools for stuffin and cutting the pbo, so now i just want to put my island from .wrp into .pbo, so i can use it i ofp!

sry if i am repeating myself, but have tried to figure this thing out for weeks now... sad_o.gif

please help me, i really need it...

i found a ccp writer att ofpec.com, but i cannot start it, even with pearl... my crappy system wont start it, it just go into a dos window, and the it closes...

Help!!!!!

Share this post


Link to post
Share on other sites

Try this as a basic config.cpp:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

// My Island

#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

#define private 0

#define protected 1

#define public 2

class CfgPatches

{

class MyIslandPBOName

{

units[] = {};

weapons[] = {};

worlds[] = {"MyIslandWRPName"}; // WRP name and/or class name in CfgWorlds without the .wrp extension

requiredVersion = 1.30;

};

};

class CfgVehicles{};

class CfgSurfaces

{

class Default {};

};

class CfgEnvSounds {};

class CfgWorlds

{

class DefaultWorld {};

class MyIslandWRPName: DefaultWorld

{

access=3;

description="My Island"; // Name as viewed in Island List

icon="_training.paa";

worldName="\MyIslandPBOName\MyIslandWRPName.wrp"; // PBO Name and WRP name with .wrp extension

plateFormat="ML$ - #####";

plateLetters="ABCDEGHIKLMNOPRSTVXZ";

startTime="7:30";

startDate="10/4/82";

startWeather=0.400000;

startFog=0.000000;

forecastWeather=0.400000;

forecastFog=0.000000;

seagullPos[]={8897,4349,100};

ilsPosition[]={0,0,0};

ilsDirection[]={0,0.080000,1};

ilsTaxiIn[]={};

ilsTaxiOff[]={};

centerPosition[]={9735,3964,0};

class Sounds

{

sounds[]={};

};

class Animation

{

vehicles[]={};

};

class Names

{

};

};

};

class CfgWorldList

{

class MyIslandWRPName{}; // WRP name and/or class name in CfgWorlds without the .wrp extension

};

Just replace the relevant bits with the correct PBO and WRP file names.

The bits needing changed are marked for you.

Remember to remove the comments I have placed.

Planck

Share this post


Link to post
Share on other sites
Please help me put my island from wrptool into OFP!!!!

WrpTool manual has tutorial for just this.

Quote[/b] ]I really need help, i read in a post here that a "Marksman's island cpp writer"

No need to use such util since there are tutorial and example files included in WrpTool download.

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  

×