Sign in to follow this  
Fr33kill

Map friendly tag

5 posts in this topic

I finaly found a way to show friendly on map

but showing enemy's to.

actually working on a script

 

all you need to do is go to your exile client file on your server

then go addons/exile_client.pbo

once you are here unpack it with

Pbomanager:http://www.armaholic.com/page.php?id=16369

then go to your config.bin file and try to convert into cpp

arma3tool should do the thing.

Now you need to find where is

class CfgDifficulties

 

then change

map[]={0,0}; to map[]={1,0};

and youre done repack your config in .bin

and your pbo

Edited by Fr33kill

Share this post


Link to post
Share on other sites
Advertisement

Got a question for you i have converted the file Config.bin to .cpp and this is what i have.
 

class CfgPatches {

    class exile_server {
        requiredVersion = 0.100000;
        requiredAddons = {"exile_client", "exile_server_config"};
        units = {};
        weapons = {};
        magazines = {};
        ammo = {};
    };
};

class CfgFunctions {

    class ExileServer {

        class Bootstrap {
            file = "exile_server\bootstrap";

            class preInit {
                preInit = 1;
            };

            class postInit {
                postInit = 1;
            };
        };

        class FiniteStateMachine {
            file = "exile_server\fsm";

            class main {
                ext = ".fsm";
            };
        };
    };
};

 

 


I do not see 

class CfgDifficulties
 

 

Share this post


Link to post
Share on other sites

Someone tell me if im wrong but changing the Exile Client PBO is very wrong thing to do?? Besides the fact it shows you the enemies??(Meaning Ai, or other players?)

 

I dont know whats wrong with this script, works completly fine on my server.

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.