Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2024-07-20 11:31:54, last edited by ExFabian (2024-09-30 20:43:44)

ExFabian
Member
Joined: 2022-06-17
Posts: 52

EEU File Storage - Use EE Universe for free file storage!

Everyone remembers Everybody Edits Universe, the precursor of EE! that was ultimately scrapped. If you didn't know already, the EEU servers are somehow still up and running after 3 WHOLE YEARS of the game being discontinued. The game is obviously dead, and with the new EE remakes that were created this year we can officially say EEU is useless.

Well, I am here to provide a new use to this rotting corpse by introducing EEU File Storage!

eeufs.png

This is a bot for EE Universe that allows you to store and read files right into and from your unused EEU worlds!, reusing this game for free cloud storage! This is done by writing the bytes of a file into signs in the world. If you still are able to login into EEU through Google (since Facebook login stopped working a while ago), feel free to give this a go!

There is a caveat to this though, that being this is not very useful storage. A sign can store up to 120 characters, and using Base64 to store the data of a file, we can store up to 90 bytes in a sign. The biggest world ever given in this game is a 600x400 iirc, so by doing some math we can see that the max number of bytes you can store in a world is 600 * 400 * 90 which is 21,600,000 bytes, or 26,6 megabytes, which is... not alot. I guess it's good enough for storing some images or a small executable, or 8 copies of DOOM (1993).

If you want to try this out, you can find the downloads and a tutorial on how to use it here: https://github.com/ExFabian/EEU-File-Storage

Shoutouts to EEJesse who made the EEU Library for C# and luciferx for writing the EEU Protocol (which I had to search on archive.org since the website doesn't exist anymore as of today)


since 2012

Offline

Wooted by: (6)

#2 2024-07-24 22:03:55

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,656

Re: EEU File Storage - Use EE Universe for free file storage!

2 chars per byte means you're encoding every 4 bits as a character.
You should be able to safely use base64 encoding, which encodes every 6 bits as a character, which translates into a 50% improvement.
Nice work!


Everybody edits, but some edit more than others

Offline

#3 2024-08-06 14:48:35

NoNK
Member
Joined: 2019-07-13
Posts: 920

Re: EEU File Storage - Use EE Universe for free file storage!

finally, a good use for EEU worlds!

Offline

#4 2024-09-30 20:46:14

ExFabian
Member
Joined: 2022-06-17
Posts: 52

Re: EEU File Storage - Use EE Universe for free file storage!

Finally got to updating this to use Base64 as Zumza suggested, and indeed now the maximum file size that can be stored in a 600x400 has increased from 14,4MB to 21,6MB!

Note that the newest version is NOT compatible with files stored using version 1.0 of the program, so if you want to recover any files made prior to this release, please use the older version.


since 2012

Offline

Wooted by: (2)
ExFabian1727725574799453

Board footer

Powered by FluxBB

[ Started around 1729037961.1484 - Generated in 0.031 seconds, 12 queries executed - Memory usage: 1.4 MiB (Peak: 1.51 MiB) ]