Jump to content
Sign in to follow this  
ricki

'ReadOnlyVerified'

Recommended Posts

Hi,

i am making a config file, which allows you to place armed civilians, that won't act like normal ArmA civilians to which you add a enemy unit with 0% appearance (and therefor get negative effects like, AI shooting EMPTY Class Vehicles and Objects)

It was annoying that enemy civilians which are not meant to attack behave so stupid by hitting the deck when BLUFOR comes in sight, or own AI shoot every empty vehicle i placed in the editor.

I made some, you might call 'em insurgents for WEST, EAST and RESISTANCE. So you can place insurgents for/against every side you are actually playing with.

NOTE: This is similar to the African Militia Addon by MadMedic. I didn't know that this one ever existed smile_o.gif

Now i'm getting following errors:

1.

Quote[/b] ]

Cannot evaluate 'ReadOnlyVerified' - no file

This errors appears 63 times (3 sides, 21 civilians/insurgents)

EDIT: Starting ArmA clean, without addons the errors is not existant.

I'm inheriting from CaManBase and config looks like:

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

class CfgVehicles

{

/*extern*/ class CAManBase;

//BASE CLASS DEFINITIONS

class InsurgentE: CAManBase

{

scope = 2;

side = 0;

access = 1;

model = "\ca\characters\civil_1_tshirt";

displayName = "$STR_DN_INSURGENT1";

vehicleClass = "InsurgentsOPFOR";

nameSound = "civilian2";

audible = 0.030000;

armor = 5;

armorStructural = 2.000000;

accuracy = 0.600000;

camouflage = 1.200000;

cost = 100000;

weapons[] = {"AK74", "Throw", "Put"};

magazines[] = {"30Rnd_545x39_AK", "30Rnd_545x39_AK", "30Rnd_545x39_AK"};

fsmFormation = "ca\characters\scripts\formationC.fsm";

fsmDanger = "ca\characters\scripts\formationCDanger.fsm";

formationX = 2;

formationZ = 5;

class Wounds

{

tex[] = {};

mat[] = {"..removed...but there in real config"};

};

};

class InsurgentE1: InsurgentE {

scope = 2;

displayName = "$STR_DN_INSURGENT2";

model = "\ca\characters\civil_1_tshirt_shorts";

class Wounds

{

tex[] = {};

mat[] = {"...same here..."};

};

};

};

Same goes for West and Resistance.

2.

Quote[/b] ]

Warning Message: No entry 'bin\config.bin/CfgMagazines.30Rnd_9x19_MP5SD"'.

Warning Message: No entry '.picture'.

Warning Message: '/' is not a value

Warning Message: No entry '.scope'.

Warning Message: '/' is not a value

Warning Message: Error: creating magazine 30Rnd_9x19_MP5SD" with scope=private

Warning Message: No entry '.displayName'.

Warning Message: '/' is not a value

Warning Message: No entry '.nameSound'.

Warning Message: '/' is not a value

Warning Message: No entry '.Library'.

Warning Message: No entry '.libTextDesc'.

Warning Message: '/' is not a value

Warning Message: No entry '.type'.

Warning Message: '/' is not a value

Warning Message: No entry '.count'.

Warning Message: '/' is not a value

Warning Message: No entry '.maxLeadSpeed'.

Warning Message: '/' is not a value

Warning Message: No entry '.initSpeed'.

Warning Message: '/' is not a value

Warning Message: No entry '.reloadAction'.

Warning Message: '/' is not a value

Warning Message: No entry '.modelSpecial'.

Warning Message: '/' is not a value

Warning Message: No entry '.ammo'.

Warning Message: '/' is not a value

The above appears when I try to add a MP5 + mags to the civilians for WEST and RESISTANCE

I added an AK to the EAST civilians, and I get no error.

Dunno what might be wrong with config. Someone can help please ?

The addons which I use:

- all SIX

- all NWD

- ExtendedInit

- USMC skins + Replacement

- TRUEMODS

- Maddmatts Effects

- GMJ Sightadjustment

- HULK_OGGPLAYER

- Queens Gambit

Share this post


Link to post
Share on other sites

Honestly, i dont get it with the access = x; stuff.

neither 0, 1, 2 nor 3 does the job.

When i leave it, it just gives same error. When putting it in: same.

I only noticed that an ArmA startup without any addon, wont show the error. So I assume some addon might cause this.

<s>Maybe QG ?</s>   whistle.gif

For the MP5, I just wonder why AK and AK mags will work, whereas a MP5 and mags wont. Its just a simple MP5A5 and a 30Rnd_9x19_MP5  confused_o.gif

And I, err, dont have a CfgMagazines definition. Do I need one ?

Thanks for help

regards

rocko

Edit: It's not QG.

I installed the African Militia, and i got the same error. "ReadOnlyVerified"

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  

×