Jump to content
  • Sign Up

icanttellyou

Glod Menbie
  • Content Count

    310
  • Joined

  • Last visited

  • Days Won

    27

icanttellyou last won the day on September 17

icanttellyou had the most liked content!

Community Reputation

78 Excellent

Recent Profile Visitors

4,207 profile views
  1. In what folder is ClassiCube located at and what is its path (you can censor the username if it's in your user folder)? Because from what it seems it looks like it doesn't properly get the program arguments when launching. You can also try updating ClassiCube to see if it fixes the problem.
  2. Not through headers but using the WebSocket specification to send compatible WebSockets
  3. No, the packets are still TCP. The difference is that the data for the classic protocol is wrapped in the WebSocket header.
  4. WebSockets just wrap the protocol communication through HTTP-like headers. You may need to implement WSS proxy support, and there isn’t really documentation for that An easy way to probe for HTTP/WebSockets is to check if the first byte of the packet starts with G, and if it does then transition to using a WebSocket handler to then read/write data as usual
  5. They aren't talking about Chromebooks, they're talking about special computers made for the Argentinian market which I'm pretty sure run their own Linux distro and not ChromeOS
  6. Delete options.txt, this should reset the system font used in the launcher. (why does it still use system font on pc whilst console ports use goodly's font?)
  7. Have you heard of Pussiant Royale? Because that's basically what you want.
  8. It is possible to use newer C# syntax and libraries when running on the .NET Framework 4.0 runtime, although that is up to C# 7.0 and not anything newer. It is possible to compile and run MCGalaxy for .NET 8 and it will function mostly the same, albeit you have to manually set it up so that the compilation commands work, and even then a plugin or command might not properly reference .NET 8 assemblies and thus have to add //dotnetref Library.dll to the top of the plugin file along with the normal //reference LibraryFoo.dll lines you would use with .NET Framework. Also MCGalaxy 1.9.5.0 is out, it's just that Unk hasn't gotten to making a GitHub release.
  9. What would the point even be? There is no item system that is required for this to even function in the first place.
  10. This thread is dead for a reason.
  11. I am not going to learn Spanish just for you (had to use machine translation to understand your post), please speak English in the chat. Also the mute is for 2 weeks, not permanent.
  12. The MCGalaxy and by extension the MCSharp/MCLawl/MCZall/MCForge (not redux, that uses it's own level format with 16bit block arrays and without the extension data) level format is documented here. Besides that, MCGalaxy does have a framework for exporting levels to different formats, although that never ended up being used.
  13. As if anyone wanted to know that this player who only griefed on my server is a griefer elsewhere due to supposed proof which is someone else "eavesdropping" using a camera... Unless someone /report-ed them I won't do anything about it.
  14. This is honestly out of scope, as that also would require a ClassiCube plugin and would also require a ton of work to make such a plugin.
  15. Try using latest nightly build which you can get from Github Actions (note: it requires a Github account). It fixes issues with SSL on older versions of Windows.
×
×
  • Create New...