Open iamgreaser opened 4 years ago
Regarding the fallback options, I started a ExtensionFallbackPolicy mechanism in pique which would allow protoexts to specify if a fallback is possible and allow scripts and admins to specify if they require full compatability or not. Unless full compatability was required (i.e. policy is kick), only the subset of the features that a fallback is available for would be enabled.
I think the ability to send raw vxl spans to override a region (especially without physics update) is very needed, it's been discussed before. Not as sure about the single block placing, as scripts like platform.py seem to have that worked out?
Regarding the fallback options, I started a ExtensionFallbackPolicy mechanism in pique which would allow protoexts to specify if a fallback is possible and allow scripts and admins to specify if they require full compatibility or not. Unless full compatibility was required (i.e. policy is kick), only the subset of the features that a fallback is available for would be enabled.
Sounds good. In theory you should be able to somehow make this all work on a vanilla client, but in practice it's going to make it a pain in the arse for those who support the extension and suddenly everyone has to fall back because the vanilla client doesn't support the extension.
Not as sure about the single block placing, as scripts like platform.py seem to have that worked out?
The latter likely uses a spare player ID, and the use of spare player IDs is kinda dodgy considering that you tend to start mangling structures that you aren't supposed to because the bounds checking in the vanilla client is disgustingly absent.
hi greaser
Hi. I found out very recently that you made a client and I'm impressed.
suddenly everyone has to fall back because the vanilla client doesn't support the extension.
To be clear, this would be a per-connection thing. So the fallback would only affect voxlap players.
I'm thinking that there should be an extension which allows you to, at the very least, place a coloured block without having to force a different player's block colour. This would form a nice base for Issue #24 (Build Mode Extension).
I believe all of the above combined together would form a good baseline, giving a good feature set without making a mess of the implementation.
Backwards compatibility has its difficulties here. Here are the options.