metalgearsloth
metalgearsloth
Better to have it on the hub than individual servers because we have no control over what happens in other robust games.
The generic "go to discord plz" error message could be a lot better: 1. It should have a button to open the logs folder directly. 2. Common issues like SqliteException...
https://github.com/neonbjb/tortoise-tts/blob/518e73b64516c6d81bb325df22104a91128963c5/tortoise/do_tts.py#L16 I imagine these are supposed to be different?
At least a small subset of data. The issue is stuff like steptrigger, conveyors, etc. tracking entities on their own and duplicating data, plus you can't rely upon getcontactingentities in...
E.g. if I have entitycoordinates A and entitycoordinates B and want entitycoordinates C that is distance limited between them I have to do this calculation manually at the moment.
Was easiest thing to do and some stuff like physics + solutions + transform will need their own solutions but this makes generic stuff like hunger, guns, thirst easier. It's...
Instead of tracking active conveyors we instead track the conveyed entities. This also handles things like stacking conveyors more gracely. I tried fixing it in the existing system but did...
Just port it to use stam damage components and if you really want resistance make resistance for it instead of smushing damage into it (we deliberately made it not a...
(Probably) :cl: - fix: Fix water shader getting stuck on sometimes.