• 0
Sign in to follow this  
wasti

Config.bin typo

Question

Exile_client.pbo/config.bin

line ~54834

class Exile_Unit_ExileCustoms: Exile_Unit_Abstract

{
        scope = 2;
        displayName = "Exile Customs";
        model = "\A3\characters_F\common\coveralls";
        uniformClass = "Exile_Unitform_ExileCustoms";
        hiddenSelectionsTextures[] = {"\exile_assets\model\Exile_Uniform_ExileCustoms_co.paa"};
    };

should be

class Exile_Unit_ExileCustoms: Exile_Unit_Abstract

{
        scope = 2;
        displayName = "Exile Customs";
        model = "\A3\characters_F\common\coveralls";
        uniformClass = "Exile_Uniform_ExileCustoms";
        hiddenSelectionsTextures[] = {"\exile_assets\model\Exile_Uniform_ExileCustoms_co.paa"};
    };

 

Is there any way to hotfix this, or will we need to wait for next client update release? I know you guys don't really condone the use of 3den for mission files, but this basically sends the server into a restart loop when placing traders in 3den.

Edited by wasti

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0
7 hours ago, DallastheRaider said:

EVERYONE STOP USING A3L LAUNCHER the CFG errors are becasue of the A3l isnt enableing mods and disableing mods the right way

What does that have to do with there being a typo in a config file? 

Share this post


Link to post
Share on other sites
  • 0

For the record, I've never used A3launcher. This typo is present in a copy straight from the exile download ftp site.


Even if I had downloaded from A3L (which again, I haven't); are you really insinuating that A3L (for some unknown reason) took the pbo file, extracted it, added a typo, then somehow got exile's private bikey, repacked the pbo and signed it (with exiles PRIVATE bikey) and then put that on their launcher? lol what? You're silly @DallastheRaider

Edited by wasti
  • Like 2

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.