Jump to content

Sending Packet from Server to Client


BeardlessBrady

Recommended Posts

Hey Diesieben, so I lied. I actually do need help. I reverted my repository to before I deleted the packet message. The links above should work as intended now.

 

Basically my problem is that I'm changing something in the container (which is server side obviously) and then I send a packet to do the same client side. For some reason the message isn't changing it client side.

Link to comment
Share on other sites

Honestly I made this original packet system early on when I started modding so if its broken and weird I suppose its time I remake it.

  •  I wasn't aware this was bad practice, I will fix this.
  • Wasn't sure what to use when sending to client
  • The packet isn't working because when I use a test to check the variable its true on the server but false on the client.
  • As I stated before, I will redo how Im handing packet messages.

I suppose I get ride of the current system now, re add it a cleaner way and get back to you if it's still broken, Thanks for the input.

Link to comment
Share on other sites

  • 2 weeks later...

I know its been awhile but I've been rather busy. Alright I broke each packet into its own class as you said but now whenever the game tries to send one of my packets it breaks and spouts out issues but I don't quite understand what the problem is.

 

Log when problem occurs: http://pastebin.com/KNMc92qr

https://github.com/BeardlessBrady/Currency-Mod/tree/master-1.11/src/main/java/gunn/modcurrency/mod/network

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.