FiguraMC / Figura

Extensively customize your character with Figura!
https://modrinth.com/mod/figura
GNU Lesser General Public License v2.1
225 stars 44 forks source link

Custom avatar server support? #227

Closed IntelMiner closed 3 months ago

IntelMiner commented 3 months ago

Request Description

Hi all,

My roommates have been playing Minecraft and are interested in using this mod. However they've complained there's a 100KB limit on uploading files(?)

Since they're playing on a local LAN they've asked if there's any way I can run a "local server" to store the uploaded data with instead.

I had a quick look around online but did not find any relevant results, so I figured I would ask over here.

Thank y'all in advance!

TheZoidMaster commented 3 months ago

Based on what I've heard in the Discord, the only way to do this as of now would be to completely reverse-engeneer the backend. However when the new backend version releases (somewhat soon i think), it will be open source so people can run their own.

IntelMiner commented 3 months ago

Fair enough. Is there any progress tracker on the new backend anywhere? Something I can give my roommates to keep them in the loop

TheZoidMaster commented 3 months ago

Not that I'm aware of, no.

PoolloverNathan commented 3 months ago

@shiroyashik does your backend impl support Mojang auth? (or trustmebro (aka no) auth, since this is lan with friends)

shiroyashik commented 3 months ago

@shiroyashik does your backend impl support Mojang auth? (or trustmebro (aka no) auth, since this is lan with friends)

the problem is that Figura requires an SSL connection, which makes it difficult to set up, and it won't work without the Internet either, since a connection to the Mojang or ElyBy server is required to verify the "license".

shiroyashik commented 3 months ago

@IntelMiner I updated Sculptor a bit today, now it still has a public server, if you want you can use it, the limitation is not so cruel there.

IntelMiner commented 3 months ago

@shiroyashik Ooh! I shall take a look. Thank you!!