OutdatedWFBCC Hotfix

Posts 115 of 138 · Page 1 of 10
Tyvm my dude, hopefully it gets verified soon :P
Approving the file of this ******.
Quote Originally Posted by Nyaro View Post
Approving the file of this ******.
Lmao would've uploaded hours ago if I knew nobody else had.
Quote Originally Posted by DenDuff View Post
Lmao would've uploaded hours ago if I knew nobody else had.
Yea i didnt even know it was hotfixed came home like 45 mins ago
Can you solve the No UI Shadow problem?
Quote Originally Posted by lamprox View Post
Can you solve the No UI Shadow problem?
Ohh please.

How to fix it:

com.company.assembleegameclient.map.Map(Line: 562-567)
Code:
if(player_ != null && !Parameters.screenShotMode_)
{
            gradientOverlay_.visible = true;
            gradientOverlay_.x = _loc17_.right - 10;
            gradientOverlay_.y = _loc17_.top;
}
change to
Code:
if(player_ != null && !Parameters.screenShotMode_)
{
            gradientOverlay_.visible = true;
            gradientOverlay_.x = _loc17_.right - (Parameters.data_.uiShadow ? 210 : 10);
            gradientOverlay_.y = _loc17_.top;
}
Proxy does not work with K-Relay


[Client] Disconnected.
[Listener] Client received.
[Error] An exception was thrown
within RemoteRead (isClient = True)
at BinaryReader.FillBuffer
Um, I'm getting the message that the rar file is damaged. Can you please look into this?
Quote Originally Posted by Peelu View Post
Um, I'm getting the message that the rar file is damaged. Can you please look into this?
download it again

- - - Updated - - -

Quote Originally Posted by familoff View Post
Proxy does not work with K-Relay


[Client] Disconnected.
[Listener] Client received.
[Error] An exception was thrown
within RemoteRead (isClient = True)
at BinaryReader.FillBuffer
did you update krelay?=
I downloaded it several times, yet same issue. I'm using WinRar.
OMG, GOD GOKU THANK YOU SO MUCH!!!!!!!
can't open rar file, says that file is damaged.
Posts 115 of 138 · Page 1 of 10
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?