-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Thank you all for your help
-
The problem came from -effective -Skin layers 3D -First-person
-
I deleted First-person and Skin Layers 3D and it still bugs, I was playing with Xaero minimap before adding its mods. So i don't know where it comes from. when i join my server it load all of the files that need load, the maps and crash.
-
So after 3 seconds of standing still, everything like occasional healing, some particle effects, and drinking sounds are all done continuously on the server. Previously I was doing this in the client, sending packets every time there is a sound, every time there are particles, and every time the player should heal (since particles, healing, sounds, are all handled on the server). But I modified this after by just sending one packet, notifying the server that the player has stood still for 3 seconds, which will change a new boolean value in the player capability. Everything else is done from the server from there. This way, it's just one packet when the player stood for 3 seconds, and one packet to send if the player moved after these 3 seconds (to stop the particles, healing, sounds, among other server-side actions on the player). Hard to explain, but I hope it makes sense. Actually I like the approach I just described, minimal packets to send instead of sending 1 position packet every tick (which can be bad according to @warjort)
-
By MaiTheLord · Posted
I want to render a box that will be part of the entity's head bone using a RenderLayer. it should have some logic (to check the entities data, and render / not render accordingly), and use a different texture than the rest of the model. (note that the texture size is different as well.) how should I implement that?
-
-
Topics
-
Who's Online (See full list)
Recommended Posts