|
Post by n3xtery on Aug 15, 2021 10:45:40 GMT -5
Hello everyone, so for the last few days I was working on an interesting project, thanks to which you can tell during which update any level was uploaded. I know that you can do that using GD browser, but there are two issues with it: 1) you can't do that with pre-1.7 levels and 2) levels could be updated in newer versions. So I looked through old GD toucharcade forum, where people often shared their new levels. It was useful because thanks to it you can easily tell when those levels were uploaded, and I looked for the levels that were released shortly before or after updates. Then I made a program in python, which could search for never updated levels that had new updates' features (basically only music and after 1.7 the version, in which the level was created) starting with the level ID that you input, to find one of the first levels of different updates. And finally after that I looked through levels that were released just before or after those levels to make final decisions. So here is what I got:
1.0: 128 - 1941 1.1: 1942 - 10043 1.2: 10049 - 63415 1.3: 63419 - 121068 1.4: 121074 - 184425 1.5: 184440 - 420780 1.6: 420781 - 827308 1.7: 827316 - 1627362 1.8: 1627371 - 2810918 1.9: 2810991 - 11020426 2.0: 11020438 - 28356225 2.1: 28356243 - ???
Hope it can be useful for someone! Also my program used GD browser API, so I guess some credit goes to Colon
|
|
|
Post by simone on May 26, 2023 12:29:39 GMT -5
Hi, i think there might be some errors in this but i could be wrong. Theres a featured level called "bluggo" whose id is 28358943 and gd browser says it was made in 2.0 even though this list says that the first 2.1 level is 28356243, how is it possible?
|
|
|
Post by bzzzz on May 26, 2023 14:04:54 GMT -5
Theres a featured level called "bluggo" whose id is 28358943 and gd browser says it was made in 2.0 even though this list says that the first 2.1 level is 28356243, how is it possible? Maybe players didn't update game all at once.
|
|
|
Post by Jayflight on May 26, 2023 21:08:12 GMT -5
Hi, i think there might be some errors in this but i could be wrong. Theres a featured level called "bluggo" whose id is 28358943 and gd browser says it was made in 2.0 even though this list says that the first 2.1 level is 28356243, how is it possible? Like bzzz said, maybe that player didn't update the game at the same time; while there were some things that weren't visible to players in a previous version of the game (e.g. profile pictures), maybe levels could still be uploaded. Another possibility is perhaps that the entire level was made in 2.0 and only released when 2.1 came out, so it would have claimed a later ID number than the other level, but I'm not super knowledgeable about the game's inner workings so who knows if that's actually a thing
|
|
11 posts
Discord: jojo989#8276
|
Post by jojo989 on May 26, 2023 22:33:38 GMT -5
Hi, i think there might be some errors in this but i could be wrong. Theres a featured level called "bluggo" whose id is 28358943 and gd browser says it was made in 2.0 even though this list says that the first 2.1 level is 28356243, how is it possible? Like bzzz said, maybe that player didn't update the game at the same time; while there were some things that weren't visible to players in a previous version of the game (e.g. profile pictures), maybe levels could still be uploaded. Another possibility is perhaps that the entire level was made in 2.0 and only released when 2.1 came out, so it would have claimed a later ID number than the other level, but I'm not super knowledgeable about the game's inner workings so who knows if that's actually a thing maybe the level was uploaded before gd2.0 did not work with the servers when 2.1 was released.
|
|