- 0
Sign in to follow this
Followers
0
Config.bin typo
Asked by
wasti,
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
wasti,
No registered users viewing this page.
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 wastiShare this post
Link to post
Share on other sites