Jump to content
Sign in to follow this  
Lagger

3rd person view

Recommended Posts

hey i was wondering if there was a way to get the 3rd person view form Sanctuary's GRAA modpack 3.0 which is a great mod good job man to use in the other mods as a addon.

Share this post


Link to post
Share on other sites

Look for the "Bin" folder of the mod you want to edit.

If it has a config.bin , you will need BINVIEW to get it in .cpp format (once binview installed, open the config.bin you want to edit with it, then click Save, it will automatically create a config.cpp)

Once you have a config.cpp, open it with a text editor (wordpad/notepad works without a problem)

Now look for

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

or

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

Once you found this, look for

extCameraPosition[]=.....

(By default it should be

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">extCameraPosition[]={0,0.3,-3.5};

Change this line into

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">extCameraPosition[]={0.25,-0.1,-1.4};

Close the file and save the changes.

Note : if the file is now titled config.cpp.txt , remove the .txt in the end, the file name must stay config.cpp

If the config file was already in .CPP format before you began to edit it, you can stop there, the work is finished.

If the config file was originally in BIN format (so if you were forced to use BINVIEW before editing) , you need to binarize again the config.cpp you had.

To do so , 1st delete the original config.bin of your mod

Then get CPP2BIN

Use CPP2BIN to convert your config.cpp into a new config.bin

Delete the config.cpp

That's all.

Note that you need BINVIEW and CPP2BIN only if the mod config was in .bin orginally.

If it was in .cpp you just don't need those programs.

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  

×