Time Nick Message 01:15 MTDiscord chances of it happening #12416? 01:15 ShadowBot https://github.com/minetest/minetest/issues/12416 -- Option to have the server to disable movement/fall/(climb) bob 07:01 sfan5 really the correct way to have stuff that aligns with current client state is to have code run on the client that can react to changes without latency 07:02 sfan5 alternatively in this case something to allow replacing visible hand with a gun (not sure how you do that now) 07:04 MTDiscord sfan5: He's using first person attachments 07:09 MTDiscord Because theres no other options 07:09 MTDiscord And also even if i do that, its not going to line up with the actual direction of the gun relative to the world 07:09 MTDiscord So itll be in the wrong place either way 07:10 MTDiscord The only solution for these kinds of problems is to limit the use of the feature, which can only be done with an API on the server 07:15 MTDiscord FatalError: There is another option (with less control though): Register the gun as a node and have MT provide wielditem support 07:16 MTDiscord Only i literally wont have ADS making all of it useless? 07:16 MTDiscord And i wont have animations? 07:16 MTDiscord And i wont have recoil? 07:16 MTDiscord Yeah, sounds great to me. 13:34 sfan5 very low priority but can I interest anyone in #11654 13:34 ShadowBot https://github.com/minetest/minetest/issues/11654 -- [no squash] Implement tool use sound by sfan5 13:48 erle sfan5, what about the question wuzzy posed? 14:26 MTDiscord You'll have to wait for SSCSM to implement any of your features with client-level smoothness anyways :trollface: 14:30 erle luatic regarding gun shooting with sub-second timeout: i also think it should be fixed. there are some hilarious bugs hidden there that can enable players to avoid restrictions games set. mostly not related to shooting though, but to consuming items (eating/drinking). 14:32 MTDiscord well, the server has to check whether enough time has passed 14:33 sfan5 erle: the answer is yes 14:40 MTDiscord App, i dont ezpecg "client level smoothness" but this isnt a smoothness issue 19:55 MTDiscord Wouldn't #11227 fix alot of issues 19:55 ShadowBot https://github.com/minetest/minetest/issues/11227 -- Server-sent settings 19:56 MTDiscord Including this one