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.

#26 2021-03-29 14:11:33

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: All of them - ArchivEE

EnanoTLL wrote:

im not sure if this is a bug with the program of the database but for some reason piano tiles with a negative ID (pretty much anything below C3) becomes 0. this kinda (completely) ruined many music worlds and i was wondering if there was a fix for this

This is because EELVL save them as integers, and not UINT like EE handle them.

Offline

#27 2021-04-26 15:11:55

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: All of them - ArchivEE

Oh oops, since EE shut down I’ve been keeping up with the forums through GregBot in the EE discord, and it seems like it hasn’t been picking up replies here for some reason?

Yes I still intend to do a big bugfix update, but I’ve had some university stuff I’ve needed to do and we’re about to start exam season, so it might be a month or two before I get around to it.

In the meantime I’ve got the raw EE worlds database saved so no data was lost, it’s just too big to share for people to download so any bugs in my compression code mean that data isn’t saved correctly in the archive. I’ll add all the bugs people find to a list of things to fix and release a new copy of the archive when I have time.

Until then it sounds like the EE database is still up, so if you do run into one of the worlds that were corrupted, other people have released tools to download them directly.

Offline

#28 2021-10-03 23:30:53

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

You still there, LukeM?


Everybody Edits is Fred

Offline

#29 2021-10-04 03:06:17

HydraK90
Member
From: The got damn uhh, the uhhh
Joined: 2021-08-13
Posts: 136

Re: All of them - ArchivEE

Oh SICK i'll check this out!! after i get a computer that doesn't die when you open two tabs


|         hi, i'm anne!        |
    i do some silly things

Offline

#30 2021-10-06 12:18:15

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: All of them - ArchivEE

N1KF wrote:

You still there, LukeM?

Hi //forums.everybodyedits.com/img/smilies/smile

I've made most of the bugfixes but ran into a few weird ones I didn't manage to get fixed before something else came up over the summer.

I was looking through a bunch of worlds with Kirby to try and work out which ones are missing, so that I could try and work out how to fix them. A good number of them are fixed (and I've sent Kirby a half-finished version of the archive to look through), but there are still some I'm pretty sure can be fixed where I haven't worked out what's wrong yet.

Offline

Wooted by:

#31 2021-10-25 21:34:18

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

Do any C# programmers want to try compiling and distributing the new ArchivEE reader executables? I'd rather not do this myself because IDEs tend to cost me hours of troubleshooting just to get everything working correctly. This is the perfect chance to give N1KF malware, people!


Everybody Edits is Fred

Offline

#32 2021-10-26 02:27:35, last edited by N1KF (2021-10-26 06:29:58)

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

Double posting because this is useful. To get around the crashes when extracting large amounts of worlds, use a SQL request to get a large range of worlds, like this:

SELECT * FROM world WHERE rowid BETWEEN 1 AND 20000

Then when it crashes, use the number of files you've extracted or the most recent world to find the rowid to be skipped and start from the world after it.

I've found the following rowids have broken names and should be skipped for now

 22315 PW1vMlHJeFbEI
 61856 PW85QR8-tgbEI
173798 PWMSEu3miFbEI
200649 PWQeP9KAqJbEI
204541 PWREvvUvJabEI
212500 PWSOK88w_FbEI
272526 PWaj__fRDIbEI
282171 PWcA_ztHsbbUI
287895 PWd5ISf4pzbEI
289541 PWdNZoqzmEbEI
304592 PWfedEXuA4bEI
326848 PWj537vuKlbEI
343102 PWlb3PMWmDbEI
373114 PWqI-wXutjbEI
395767 PWtm1vdSiCbEI
407490 PWvgk7_rgibUI

It should be possible to write an SQL line that goes through all worlds except those with the broken names, like so:

SELECT * FROM world WHERE NOT (
rowid= 22315 OR rowid= 61856 OR rowid=173798 OR rowid=200649 OR
rowid=204541 OR rowid=212500 OR rowid=272526 OR rowid=282171 OR
rowid=287895 OR rowid=289541 OR rowid=304592 OR rowid=326848 OR
rowid=343102 OR rowid=373114 OR rowid=395767 OR rowid=407490
)

(Haven't tested it in ArchivEE, but it works in DB Browser.)


Everybody Edits is Fred

Offline

#33 2021-10-27 01:01:12

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

Triple posting because I finally got these 16 inaccessible worlds after spending way longer than I should have fiddling with SQLite databases. Here they are:

https://download857.mediafire.com/4602a … dNames.zip (73 KB)

The more popular worlds include )))))... by eeisfullofnoobs (a 25x25 key race), -->BLIND MAZE LEVEL UP<-- by Terence22205, Musicart 2 by Mathy & Sensei1, *Weird As Hell / Easy* By:ExPl, and Loonely Noob Boss. The remaining eleven? They're all named "only nazis" and some have multiline ASCII swastikas in the title. Fortunately they just look like basic EE worlds.


Everybody Edits is Fred

Offline

#34 2022-01-21 07:12:05

Yu
Guest

Re: All of them - ArchivEE

It wasn't working for me until I tried running it as administrator for anyone with the same issue

#35 2022-02-18 20:29:15

rualbr
New Member
Joined: 2021-06-05
Posts: 1

Re: All of them - ArchivEE

Hello, I wanted to have a look at my older worlds but then I realised that my computer inst compatible with this program, i know its a little late, but if possible, could you release a version of that program compatible with 32bit windows 7 computers? Would be a huge help for a lot of people with the same problema as mine.

Offline

#36 2022-03-25 06:36:00, last edited by N1KF (2022-03-25 07:05:25)

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

Why is FLD DigBot a campaign world

edit: oh


Everybody Edits is Fred

Offline

#37 2022-08-28 20:37:44

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: All of them - ArchivEE

ArchivEE 2: Electric Boogaloo

Download here!

Changelog:
- Fixed gravity effects
- Fixed world portal spawn points
- Fixed time trial times (can't remember what this meant but I had it ticked off so I guess it's fixed?)
- Fixed crashes during world exports
- Split the world table in two, one part for metadata and one part for world contents, allowing for de-duplication of worlds with the same contents
- Improved world compression using zstd rather than lzma, allowing for better compression of small files using a common dictionary
- Improved query result loading, allowing the results to be streamed in rather than loading the entire result to memory before beginning processing
- Added roughly 45k worlds to the archive which were previously missed
- Added roughly 720k empty and home worlds
- Probably more that I've forgotten
- All this in an only 15MB larger download!

I'll leave this here for a short while so people can try it out and report any bugs, then once I'm reasonably sure everything is working I'll update the main post, along with uploading a version of the database using the previous format for compatability reasons, and possibly Linux and MacOS versions if I can manage to get these to work.

Plz let me know if you find any bugs, missing worlds, etc and I'll make sure to fix them some time in the next 2 years!

Offline

Wooted by: (2)

#38 2022-08-28 20:57:38

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: All of them - ArchivEE

Also oops, seems like the forums channel of the discord stopped picking up replies here again for some reason?

N1KF wrote:

Do any C# programmers want to try compiling and distributing the new ArchivEE reader executables? I'd rather not do this myself because IDEs tend to cost me hours of troubleshooting just to get everything working correctly. This is the perfect chance to give N1KF malware, people!

Done! I'll upload the new reader (should be compatible with both the old and new databases) individually if you don't want to wait for the full download when I update the main post.

N1KF wrote:

Triple posting because I finally got these 16 inaccessible worlds after spending way longer than I should have fiddling with SQLite databases. Here they are:

https://download857.mediafire.com/4602a … dNames.zip (73 KB)

The more popular worlds include )))))... by eeisfullofnoobs (a 25x25 key race), -->BLIND MAZE LEVEL UP<-- by Terence22205, Musicart 2 by Mathy & Sensei1, *Weird As Hell / Easy* By:ExPl, and Loonely Noob Boss. The remaining eleven? They're all named "only nazis" and some have multiline ASCII swastikas in the title. Fortunately they just look like basic EE worlds.

I believe these should all be fixed in the new archive, let me know if not.

rualbr wrote:

Hello, I wanted to have a look at my older worlds but then I realised that my computer inst compatible with this program, i know its a little late, but if possible, could you release a version of that program compatible with 32bit windows 7 computers? Would be a huge help for a lot of people with the same problema as mine.

A lot of the dependencies used to make this work only run on 64 bit windows sorry, if I have time I might see if I can get them to compile for an older version, but I'm not sure if it will work and I don't have access to a 32 bit computer to test it on, so it'll be difficult to debug.

Offline

Wooted by:

#39 2022-08-31 05:52:54

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

Re: All of them - ArchivEE

yoo  720k empty worlds

Offline

Wooted by:

#40 2022-08-31 06:33:11

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

NoNK wrote:

yoo  720k empty worlds

That's what I've been waiting for. //forums.everybodyedits.com/img/smilies/cool


Everybody Edits is Fred

Offline

#41 2022-09-02 14:43:24

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

Re: All of them - ArchivEE

finally i can have a place to build instead of overwriting other people's levels

Offline

Wooted by: (4)

#42 2023-01-29 13:41:54

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: All of them - ArchivEE

Update!

Seb has complained about some more worlds which were missing, I've fixed some of the issues causing this and will upload a new archive (and actually release it this time) Soon™!

(approx 626k new worlds, almost entirely spam, but with around 3000 which might be nice to have)

Details for nerds: Previously I had to filter out all these spam worlds since it tripled the size of the archive, but since I've added world de-duplication (which is what allowed me to include home and empty worlds) this no longer matters as much, so might as well just include all of them.

Send me or Seb a message on discord I guess if you want an early sneak peek at the new worlds (and look for any issues / more missing worlds / etc so I don't have to!)

Offline

Wooted by: (4)

#43 2023-01-31 08:32:29

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

Neat! I got the archive early myself, and I'm wondering, are there still plans to include the extended metadata (like potion settings and woot counts)?


Everybody Edits is Fred

Offline

#44 2023-02-03 03:42:40

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: All of them - ArchivEE

I'm excited to see the extended version. In particular, I'm looking for worlds of incorrect sizes. I've been hunting for years, actually. I can say with confidence that we're missing like... five?

Offline

#45 2023-02-08 18:54:11

Lawr250
New Member
Joined: 2019-01-03
Posts: 4

Re: All of them - ArchivEE

Thank so much! With this program, I found and downloaded my old worlds)

Offline

Wooted by:

#46 2023-02-10 08:51:29

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

Re: All of them - ArchivEE

Love that for you, edit on brother //forums.everybodyedits.com/img/smilies/cool

Offline

#47 2023-08-15 06:12:46

Joeyjoey65
Member
Joined: 2017-11-05
Posts: 396

Re: All of them - ArchivEE

hi I just want to say that you posted archive 2.0 in a diff post but you never actually updated main one (google drive), anyways thank for making

Offline

#48 2023-10-01 04:25:00

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: All of them - ArchivEE

Back in February, LukeM posted an ArchivEE 2.1 test version on Discord. It has thousands more worlds, and apparently fixed something, but I don't know what.

https://1drv.ms/u/s!Ahk6r7GFlmqRkK4XpcT … Q?e=6XQ6MP


Everybody Edits is Fred

Offline

N1KF1696130700798019

Board footer

Powered by FluxBB

[ Started around 1711664865.9363 - Generated in 0.121 seconds, 12 queries executed - Memory usage: 1.65 MiB (Peak: 1.87 MiB) ]