-
Posts
57 -
Joined
-
Last visited
-
sling loading cargo touches ground and fly's up in the air
Laxxor replied to badatthis's topic in General Bugs
If ED would make the cargo events publicly available through the API.. we could... -
sling loading cargo touches ground and fly's up in the air
Laxxor replied to badatthis's topic in General Bugs
@Moezilla yes, bouncing, sinking and on some occasions trebuchet. Still seems linked to desync as it is more likely to happen with a hot-drop (some in at relative speed touch-disconnect), than a slow approach and allowing the cargo to remain stationary for a second or two before disconnect. -
I would suggest (without concrete proof though) that the server is multi-threaded, in as much as units ( or some level of granularity) potentially have thier own thread / worker threads. However, the thing that ties everything together (the event engine, for want of better term) is entirely on 1 thread. This can be seen if like many, including myself, when developing missions and using EmmyLua with VS Code, if you are sat on a breakpoint the game appears to freeze BUT when you resume there is a backlog of event messages to process before the game returns to responsiveness and the units have since moved.. This shows that while the event processing system is locked and blocking all further processing, there is ample ability to generate new events into the queue. In this way we can see why some units have a much greater negative effect on a server than others - put 12 Gatling gun AAA units in a group and have them fire on an enemy plane. The logs get flooded with projectile data for each shot being tracked (and subsequent hits) and the server perf tanks. If you are experiencing server perf issues for not explainable reasons, check your group compositions and sacrifice cool guns for some stingers or such and see the performance return....
-
@Flappie will any of this reach a mapping update like the others listed in todays patch?
-
if you have logic that takes container health into consideration (we do) failure to unhook is a mission breaker...
-
Laxxor started following API issue: warehouse:getInventory excludes 0-qty items
-
API issue: warehouse:getInventory excludes 0-qty items
Laxxor replied to Laxxor's topic in General Bugs
No it is entirely illlogical to tell you everything you have some of but not tell you that which you have nothing of.... If you wrote your shopping lists on that premise you would find you are missing something when you went to use it... the issue is that when QTY is 0, the game doesnt even aknowledge there IS such an ordinance shelf that is empty, but _does_ continue to list it in the airfield resources UI. -
still issue
-
How to move saved games folder to different drive?
Laxxor replied to fargo007's topic in General Bugs
i woudl recommend the alternate suggestion made near the start of mkLink /D to redirect the foldername in saved games to any folder of your choice - it acts an an invisible (to the game) redirect -
getInventory gives a complete inventory for a warehouse, but seems to exclude items that are fully depleted, instead of returning "0" as the qty. If i use warehouse.getItemCount(wh, <depletedItem>) it will return 0, showing the warehouse has the item, but its qty is 0. why does getInventory exclude 0-qty items?
-
still an issue - is it an accepted bug?
-
Blackshark III internal sounds unaffected by doors being open
Laxxor replied to Laxxor's topic in Bugs and Problems
issue still persists -
Still an issue
-
Voice Chat PTT# binding not honoured in all modules
Laxxor replied to Laxxor's topic in Voice Chat Bugs
Bump. Still an issue- 1 reply
-
- 1
-
-
Bump. This is still an issue