Space for mod related issues
Details
Fri, Mar 21
Even when you inherit RestCallback in an empty class and create an instance of it, it seems to be leaking
THIS!!! <3
Thu, Mar 20
Hello AlexWorkgroup.
Don't call SetOrientation, SetPosition or SetTransform on physically simulated objects.
Regards,
Geez
Wed, Mar 19
@lava76 indeed that case crashes on linux. I've debugged that in an older version of https://steamcommunity.com/sharedfiles/filedetails/?id=3381664818 and the mod was rewritten to use proper constructors and super calls as you would do it in c++, which fixed the segfault. The original constructor was in the form as mentioned above, rather simple, some variables in the child class, and the access to the base class segfaulted.
There is no such thing as an uninitialized variable in EnforceScript. All variables are initialized to a default on declaration if there is no direct assignment (bool false, float 0.0, int 0 , string "", vector "0 0 0", anything other NULL), and this is a core language feature. Think Java/C#, not C/C++. The above example is valid code and completely fine. If that indeed crashes under Linux(?), that's a bug that needs to be fixed on that platform.
Tue, Mar 18
Hello, Unfortunately there is no Estimate I can provide.
Mon, Mar 17
Can you share me some ETA?
We'd be very happy if this bug will be fixed in the upcoming update.
Because of this bug the development of one of our mods is put on pause.
Hello, please contact BattlEye directly at https://www.battleye.com/contact/. Also please check their FAQ page: https://www.battleye.com/support/faq/
Sun, Mar 16
Well. Figured it out. JsonSerializer seems to silentrly create strong ref inside of it. If we change m_ApiClient.GetSerializer() -> new JsonSerializer(). It works as expected.
Sat, Mar 15
Fri, Mar 14
Resolved for the upcoming hotfix.
Resolved for the upcoming hotfix.
Tue, Mar 11
Mon, Mar 10
Yes please
I second this, would be a neat feature <3
What's even more annoying with this feature, is when you forget which layer this object is on and have to go one by one and hope you don't have multiple objects placed on the same layer as you try to click it in terrain builder!
Sun, Mar 9
Sat, Mar 8
Fri, Mar 7
I haven’t been able to log in similar to what you have said I get through the queue and disconnect
Hello JohnMcLane.
You have sent the mod but there are apparently dependencies on other mods that are not written anywhere.
You should also provide mission files for the server.