LordCarve

Results 27 comments of LordCarve

>crit borgs can speak In that case being downed shouldn't prevent them from speaking in LOOC.

Encountered this again with `CollisionGroup` enum. This is caused because the function described as: `f(enum_label) = enum_value` is not an injective function. We can have several labels map to the...

_(below is a spitball of an idea similar but logically different)_ I like the idea of global discounts. Not to replace the individual discounts and not on top of individual...

>For first implementation i'll most likely just ignore discounts on implants I think that's fair and how I would do it for first implementation. It's also an acceptable kind of...

>"Oh you got a 1 TC discount on Eswords? You buy those. I got discounts on no-slips so I'll get us four" Going by what OP stated individual discounts only...

All of this gives me an idea for a different feature in the same vein: "Limited time offers" in uplink. Which are a separate tab in the uplink with a...

>I'll need some kind of locking to enforce limited stock o certain cost (so only 1 item can be sold at discounted price). Any idea about implementation? The simulation runs...

>do you want the audio changed to be legally distinct or does it just need attrib? Attributions won't cut it. They might even make things worse (as in: using audio...

My current best guess is it's related to `Robust.Client.Physics/PredictSystem.Predict` as the deepest I got so far was incorrect prediction of contacts' `IsTouching` on client side. Prediction disabled this is not...

With #4836 resolved I can successfully replicate the problem in a test environment and can continue investigating the problem. Just an update this is not abandoned at this moment.