Jump to content
Sign in to follow this  
zulu1

Lost My Notebook

Recommended Posts

I'm not sure exactly when or how it happened but I went to check the map and noticed everything was gone. I saw a bit of the watch and compass almost off the screen so I was able to drag them back. The notebook seems to be completely gone. I thought maybe MOD I was running had something to do with it, so I rebooted into plain vanilla OFP and same thing. I tried changing to different video resoluitons and same thing. I don't want to reinstall, anyone know what might have happened?

Share this post


Link to post
Share on other sites

In your

...Codemasters\Operation Flashpoint\Users\YourUserName\

Open the UserInfo.cfg

Scroll down until you see

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

class MainMap

{

class Compass

{

blablabla

};

class Watch

{

blablabla

};

class WalkieTalkie

{

blablabla

};

class Notepad

{

blablabla

};

class Warrant

{

blablabla

};

class GPS

{

blablabla

};

};

Replace that by :

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

{

class Compass

{

inBack=1;

position[]={0.026000,0.047000,0.200000};

positionBack[]={0.159541,-0.183261,0.500000};

};

class Watch

{

inBack=0;

position[]={0.079000,0.044000,0.210000};

positionBack[]={0.238000,0.158000,0.525000};

};

class WalkieTalkie

{

inBack=0;

position[]={0.095224,-0.033822,0.250000};

positionBack[]={0.238032,-0.100597,0.625000};

};

class Notepad

{

inBack=0;

position[]={-0.190699,-0.134859,0.320000};

positionBack[]={-0.286651,0.038161,0.800000};

};

class Warrant

{

inBack=1;

position[]={0.073000,-0.025000,0.400000};

positionBack[]={0.368000,0.193000,1.000000};

};

class GPS

{

inBack=0;

position[]={0.044570,-0.152814,0.450000};

positionBack[]={0.000000,0.000000,1.125000};

};

};

Share this post


Link to post
Share on other sites

Thanks Sanctuary,

You've done it once again yay.gif

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  

×