Jump to content
Sign in to follow this  
-Snafu-

Config : some input after EndOfFile

Recommended Posts

I thought this was a 1.11 specific problem but I'm pretty sure it's my own doing. I changed the difficulties in my profile with the one from the 'Addon Compilation Thread' and it has resulted in the above error.

What is wrong here?

Quote[/b] ]

class Difficulties

{

class regular

{

class Flags

{

Armor=0;

FriendlyTag=0;

EnemyTag=0;

HUD=0;

HUDPerm=0;

HUDWp=0;

HUDWpPerm=0;

AutoSpot=0;

Map=1;

WeaponCursor=0;

AutoGuideAT=0;

ClockIndicator=0;

3rdPersonView=1;

Tracers=0;

UltraAI=0;

AutoAim=0;

UnlimitedSaves=1;

MaxCustomFileSize=33554432;

MinErrorToSend=0.080000;

vonCodecQuality=10;

VonID=1;

NetStats=1;

DeathMessages=1;

};

skillFriendly=1.000000;

skillEnemy=0.500000;

precisionFriendly=0.500000;

precisionEnemy=0.030000;

};

class veteran

{

class Flags

{

HUD=0;

HUDPerm=0;

HUDWp=0;

HUDWpPerm=0;

AutoSpot=0;

Map=0;

WeaponCursor=0;

AutoGuideAT=0;

ClockIndicator=0;

3rdPersonView=1;

Tracers=0;

UltraAI=1;

};

skillFriendly=1.000000;

skillEnemy=0.600000;

precisionFriendly=0.500000;

precisionEnemy=0.030000;

};

};

};

};

showTitles=1;

showRadio=1;

};

Share this post


Link to post
Share on other sites

If you count your brackets { and compare them

to the brackets }

you will find out the:

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

};

};

showTitles=1;

showRadio=1;

};

these 3 brackets at the end are too much.

I'm not into this stuff anymore that i could clearly tell

you where this part has to go, but there's the fault. wink_o.gif

~S~ CD

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  

×