1 | This is a list of contributors who worked on finding the Minecraft pack.png seed | ||||
---|---|---|---|---|---|
2 | Explanation video by SalC1: https://www.youtube.com/watch?v=ea6py9q46QU | ||||
3 | Full methodology: https://bit.ly/packpng-details (parts are outdated) | ||||
4 | Tutorial how to generate the seed and recreate the screenshot: https://pastebin.com/CmsEKDev | ||||
5 | Be sure to check the "Other Important Contributors" section at the bottom for everyone else! | ||||
6 | Also, Thank You for anyone in Minecraft@Home that gave its computing power to Find Pack.Png | ||||
7 | Discord ID | Discord username | Minecraft username | Contributions (summary) | Contributions (full) |
8 | #5135 | SalC1 | SalC1 | Inspired the idea | Made the original video about pack.png which inspired the project. |
9 | #7553 | SicksonFSJoe | SicksonFSJoe | (Matthew Bolan) Invented modern-day seedfinding | Invented and wrote the first algorithm to convert chunkseeds to worldseeds, a key part of the old approach. This ended up not being used but has become a key part of other seedfinding projects. Proposed the formulation and solving of some seedfinding problems using lattice based methods which was used in the old approach and has again become a key part of some other seedfinding projects. Came up with the idea to use noise which has raw coordinate dependence to determine the hill's location. Answered a bunch of oddball questions about LCGs for the others. |
10 | #2636 | MC | pseudogravity | Perspective fitting, dirt/sand pattern matching, finding global coordinates | Made a perspective fitting program to help determine the player position, orientation, Z coord, and to aid in reconstruction. Wrote code to use dirt heights and sand patterns to find the most statistically-likely coordinate for the waterfall (x=116, z=-31). |
11 | #9689 | cortex | mcrcortex | Setup the continues terrain filter with loud noise and coded up the original dirt filter used | Wrote/copied the terrain generator from minecraft and wrapped it into a terrain filter, wrote the original dirt filter that Vath0s then copy pasted 3 times, helped further optimize the final kernel used |
12 | #2690 | Earthcomputer | Earthcomputer | Chunk reversal, tree filtering, dirt height filtering and alpha mods | Accepted to host the pack.png annoucement video and all the notifications it ensues ! |
13 | #4879 | Neil | NeilCaffrei | Made the c++ code for the noise generation. | Made the terrain filter for the original S4 team and also made all the repository for the terrain noise that was used for the search. Also made the release video |
14 | #1724 | Vath0s | Vath0s | Better perspective fitting, sand pattern matching for boinc | Made a second perspective fitting program which helped get a much better, nearly pixel-perfect recreation. Also, implemented the sand filtering based on cortex's code (which narrowed down the possible seeds based on the patches of dirt on the beach). This was later used by BoySanic to make the bionc project |
15 | #0001 | BoySanic | BoySanic | BOINC-ification, testing, BOINC volunteer support | BOINC-ified Vath0s' sand finder, making configuration changes to minecraft@home to faciliate the bruteforce of sand patterns, testing those changes over a weekend. Also made the changes necessary should we go for a 20, -31 run (where the current run was 116, -31). |
16 | #1673 | Bálint | Coding, porting & running stuff | Wrote the seed-tester, then ported it to C++ and I was the one to run the whole process after getting the seeds usually (seed-tester and chunk-to-world-seed) | |
17 | #2976 | Tomlacko | Tomlacko | Interactive overlay & renderer, reversing downscaling to original raster & resolution, recreation, informing people, organization | Made a live interactive overlay website that overlayed selected background image (pack.png) over a live-feed from our server recreation (screenshotted every 5s using Philipp_DE's N00bBot), including many customizable features like cropping coordinates, toggleable downscaling etc. This also included a custom in-browser 3D renderer (using three.js) that mimicked Minecraft Alpha rendering, with all the camera & world parameters adjustable. Block data was streamed from the server using a plugin made by z3. Also figured out how the image was downscaled, based on this figured out raw resolution (512x512) and manually restored parts of the original raster (mainly the clouds & beach), which helped to get a better perspective fit. Also worked on some important parts of the recreation. Made an updated comprehensive "FAQ and suggested ideas" spreadsheet. Helped to keep everything organized, informed people on Discord & brought new people in. |
18 | #5495 | ToothpasteVixen | Klahanie | Helping with the research, recreation, running code | Early manual overlay attempts, accidentally disproved Z=-30, helped track down Notch's monitor res, cloud mod, ported leaf checking to gpu, helped a lot on the recreation, modified Neil's terrain checker to be the backup checker for packcrack's output, helped supervise chat during weird hours. |
19 | #4733 | polymetric | polymetric_ | Discovered/confirmed downscale algorithm, Minor contributions to N00bBot, General research | By comparing images downscaled in paint.net to images downscaled in various other image manipulation programs, I was able to determine that pack.png was downscaled to 128x128 using the Box algorithm (aka Super Sampling or Area Average). This was a useful breakthrough that allowed Tomlacko to discover that the image was 512x512, and thus create his manual cloud upscale. For what it's worth, I also made minor contributions to N00bBot and the overlay. Notably I made a Fabric mod that allowed N00bBot's python script to differentiate between the two instances of N00bBot that were on the pack.png and painting recreation servers. |
20 | #0001 | chip | chipuk | Minecraft@Home founder, runs the BOINC distributed computing platform | Chip is a cloud engineer and security expert; after seeing a SalC1 video on Pack.PNG, he decided to join the Discord to offer a few hundred GPUs to help with the project. This offer was taken by a group working on the tall cactus finding project. Chip realised a significant amount of power was needed for the cactus and future projects and knew the best tool for the job was BOINC, he started the 'Minecraft@Home' project to get this done and deployed and maintains the BOINC servers which have been used for the main menu/pack.png seed finding projects and the tall cactus finds |
21 | #1337 | Philipp_DE | ItzN00bPvP | Hosting the MC server & screenshotting bot | Hosted the recreation server in 1.15.2 and provided a screenshotting bot account, that uploaded screenshots from the correct perspective every 5 seconds to the overlay. |
22 | #4305 | Joey | ThanosSquidward | AI Upscale | I contributed a few minor things to the recreation (mainly the leftmost tree positions), but my main contribution was the AI Upscale. After numerous attempts at making a good model for upscaling pack, I was finally able to get a great result using a much better dataset than the original (thanks to Tic-Tac#5169 for that) and using Box downscaling for the LR images. After about 2 days worth of training, I finally got the result I wanted. |
23 | #0007 | James Bond | Pieromanneh | The original AI upscale | |
24 | #0523 | cactus | CactusDuper | Made the packpng.com site, donated supercomputers | |
25 | #9999 | willz | willz | Helped with image processing and block calculations, as well as labeling | Found initial pitch and yaw, relative coords from the beach, helped with both recreations, labeled trees and created tons of images with defined corners and blocks to help recreate and spot the distance of trees from the waterfall. Found multiple of the trees’ distance from waterfall |
26 | #1871 | Brastin3 | Brastin3 | Finding approximate landmark locations | Suggesting chunk boundaries, finding cloud height position and scale, converting the recreation of the mountain to 3d, projecting the texture onto it and using the clouds and chunk boundaries to approximate positions of landmarks (aka waterfall at -30) |
27 | #9391 | Hypprs | Hypprs | Helped with BOINC and research on dirt height + sand mixing, running code | |
28 | #3673 | SuperCoder79 | SuperCoder79 | Optimization work | I helped optimize some of the cuda code and some of the cpp code with threads, but unfortunately none of them made it into the final project |
29 | #0168 | BlueAmulet | Extended MCP mappings | Made custom MCP mappings for this Minecraft version, extending it to 4155 of 4830 things mapped | |
30 | #6123 | z3 | _Nitrogen_ | WorldQuery plugin for web renderer | I created a plugin to continously dump block data from the recreation server. Tomlacko integrated this into his overlay via a 3D renderer. This aided in verifying the accuracy of the recreation. |
31 | #0910 | hewwo_owo1 | hewwo_owo1 | Recreation | Spent many hours per day working on the recreation, building mainly the top and side of the mountain. |
32 | #8109 | Poke535 | DNGreenBean | Unused credit system, Google Colab setup, Recreation | I contributed by doing a big part in pack.png recreation with 3000 blocks placed on the recreation not including spawn. Helped find useful information in the image and put the image through filters to help see block outlines better. Also, created a list of the number of blocks placed by each person in the recreation (completely outdated now). Created this credits list. Created a Google Colab to let people contribute towards pack.png. Filtered through dumb replies from other credits sheets (very painful). |
33 | #7605 | DutChen18 | DutChen18 | Updated screenshot mod for N00bBot | Updated screenshot bot from pano to normal screenshots to work for pack, that's about it though, my name should probably be near the bottom of the credits |
34 | #8139 | Maze | MazeOfEncryption | Seedshot bot + minor contributions elsewhere | I wrote code for the seed screenshot bot to make it take panoramic screenshots. Additionally, I made some minor contributions to seed-reversal-gpu. |
35 | #2828 | AquaZet | AquaZet | Did little work with recreation and helped other users | I am in this hunt since February, and haven't missed a single day of it. The main thing i did was to help users when they had questions (especially when SalC1 released his second video). I also did little work with the recreation. |
36 | #7054 | Frédéric94500 | Frederic94500 | Helped on seed filtering before BOINC process, BOINC helper, BOINC contributor | I helped on filtering seed before BOINC process by using GPU and CPU (https://bit.ly/2DtGBVV), I was a helper when users had some questions on BOINC or on pack.png, and I computed a lot on Packcrack project. |
37 | #7894 | Kalsep. | zacwb | Helped building the recreation (like some trees and blocks) | As I said, I helped with the recreation, and I also am a contributor for BOINC cacti tasks (aka, gpubrring) and more that I don't really remember so don't ask me now. (also please give amd pack tasks) |
38 | #0001 | Urielsalis | urielsalis | Recreation, answering some questions, code digging in the early days, moderation | Worked a bit with the recreation, specially on the early days, and answering questions. Some code digging plus getting more info from IRC and Mojira, Apart from helping moderate the discord |
39 | #3162 | MrSpike | MrSpike__ | Support for boinc users, minimal research | Helping users with questions about boinc and the project. Minimal contribution towards the actual research. |
1 | Discord | Category | Name | Extra information |
---|---|---|---|---|
2 | SalC1#5135 | Accidentally pinged everyone | ||
3 | @SWinxy#8183 | Boinc | SWinxy | Provided computing power |
4 | 22t#6047 (subject to change) | Boinc | 22t, The Harbringer of Doom to BOINC | uh boinc and pretty much literally nothing else apart from being annoying in vc maybe i don't deserve to be credited |
5 | AnEverydayNoob#2935 | Boinc | AnEverydayNoob | BOINC |
6 | Banana Maxi#7847 | Boinc | Banana Maxi | I gave some of my computing power for this cause |
7 | Banter Gaming#1624 | Boinc | Banter Gaming | BOINC (Minecraft@home username: IPHONE2356) |
8 | Bloo Warta#2117 | Boinc | Bloo Warta | Completed 261 Triple-chunk sand-based terrain filtering tasks on BOINC with my 24/7 remote pc. |
9 | bluecrab2#1996 | Boinc | bluecrab2 | Minecraft@Home Software Running |
10 | briggs#2672 | Boinc | Briggs Jorgensen | I used BOINC and did over 85k work for the project. |
11 | Burdalfis#1766 | Boinc | Burdalfis | BOINC processing |
12 | coopw#1111 | Boinc | coopw | Computer Power through BOINC |
13 | CZghost#2894 | Boinc | CZghost or Polda18 | Running tasks in background while computer was not in use (if no task was running, then I'm sorry) |
14 | DiploMatt#5456 | Boinc | Matei Radu | Minecraft@Home contributions early September. If needed, account name is "DiploMatt" with user ID 3095115. |
15 | EdChdX | Boinc | Contributed processing power via BOINC | |
16 | Elevatorisbest#5105 | Boinc | Elevatorisbest | I contributed by helping with processing possible seeds via Minecraft@home. |
17 | EllieJay_#9738 | Boinc | Ellie | Volunteering computing power through BOINC! |
18 | Evidentsinger14#0001 | Boinc | Evidentsinger14 | Running Boinc |
19 | Fhelipx#9349 | Boinc | Fhelipx | I'm helping using my GPU. |
20 | Frédéric94500 | Boinc | Helped on seed filtering before BOINC process, BOINC helper, BOINC contributor | |
21 | Goose#2973 | Boinc | Goose | I completed tasks w/ BOINC |
22 | hink#6532 | Boinc | hinkarn | Left my computer on 24/7 with BOINC |
23 | IsabelleIzzy#2090 | Boinc | IsabelleIzzy | idle searching with my PC |
24 | ItzW1n95#3878 | Boinc | ItzW1n95 | Did Tasks With Bionic |
25 | J'y Crois Moyen#8277 | Boinc | Contributed processing power via BOINC | |
26 | Jellyfish#2224 | Boinc | kwibjo | Minecraft@Home user: 32766 <account_ownership_verification> <master_url>https://minecraftathome.com/minecrafthome/</master_url> <msg>32766 kwibjo in the credits</msg> <signature>kOVkITbzDlXO8n2WXrgG0MbKN9yn7nWYktTBQUuM3y+Onz3mujJYU9vd2x0scvcQDOGEHzOusI+Vw/7/CeW48d3ZvVGUfiLOIckJJ+yWkrdwiBWKV/kY39tY4LrEF7Zliq8LSbqz2mT/Ny66h7up7rb63697KHcGuUkBz7x8Hl+aAMCXsNxJPLuDvFz8oNfMkZvntv4j4Qer3YdoBZYPttavSU5swVFJsGze0IenUdVej0hLJRXxq3Oq3b96O/N+Hdeb8CGJ9M5hjb5KakFNIneOai/c16GYM2H/T4fQUkUCi7GDqws4oRDO9EVBnf9vX9rZmNmCtvMnc7cKSAA+oXdygBXQHgIPcUlOQMJ34kO7YHM59KTePvYmzHb6AXM96r3fBvUbApT+cKlshp64kfQvpcFUdwcfV1EkBRKuYrw23VK/sdSLQCP1m3Z5OrQGwUnq0+HDZHD+XGCWmdkM9QOSqficdo6B+K+MwEDiKQb6QkUsAe1+QaG0ISSSA3VQtGYAHGh1wbJo3Bv+z3eDKJRxoYKKXfU5YJ0DBWjcbiVcHvsexJQXE2B+F5IWs4BIV543ubedx05SSDfkcMiFzYAH4fS8iuDC5a6wINaFFNq6aJr2wrYD8hFH1RkiHP6CAYHHwmFvW2hr/Tiryvj9uXaOvf6vTqHFpGNJ6zQ40pA=</signature> </account_ownership_verification> |
27 | Johnnadina#4898 | Boinc | Johnnadina | computing power |
28 | JosephBashful#6204 | Boinc | Gabriele Ottanelli | Boinc |
29 | Jssnijder#5971 | Boinc | Jss05 | Computing power |
30 | justinswtsui#3151 | Boinc | JU justinswtsui | Participated in BOINC to find the pack.png |
31 | Kai#2345 | Boinc | Kai / HurricanKai | On the Minecraft server, engaging in discussion, computer resources |
32 | KaRRyer#0944 | Boinc | Nicolas.D | BOINC cuda help |
33 | lewis280403 #1068 | Boinc | lewis280403 | run tasks on boinc |
34 | Link2006#8132 | Boinc | Link2006 | Running BOINC on the PackCrack tasks |
35 | MartHus | Boinc | Contributed processing power via BOINC | |
36 | minigato#3484 | Boinc | I did some testing in v1.01. Informed Boyboinc about the issue with checkpointing and tested an old GPU to get more data to narrow down the task failures and arch issues. Also contributed processing power via BOINC and answered some questions on Discord. | |
37 | Monky#4600 | Boinc | monk | Just ran BOINC on my pc. |
38 | MVDW#0001 | Boinc | AwesomePvPKiller | Running the tool overnight. |
39 | nicO#0666 | Boinc | Nicolas Arvani | Processing data with bionic!! |
40 | Nostr0#6787 | Boinc | Nostr0 | BOINC 64k+ BOINC credits worth of work |
41 | Nuttyb0il#0613 | Boinc | Contributed processing power via BOINC | |
42 | Orcatortugs | Boinc | Aron | BOINC |
43 | Penguin | Boinc | Contributed processing power via BOINC | |
44 | Pyrodisc#0028 | Boinc | Contributed processing power via BOINC and spreading the word about the project | |
45 | Rinke#8740 | Boinc | Contributed processing power via BOINC | |
46 | Sarperen#8426 | Boinc | Sarp | Help with computing power |
47 | Save_G#4455 | Boinc | Save | I did 180k boinc tasks |
48 | Seth#7503 | Boinc | Seth | BOINC |
49 | smoke#1350 | Boinc | Boop Bop | 2080ti cranking shit out, yo |
50 | STACC#8948 | Boinc | Contributed processing power via BOINC | |
51 | stardorito#7428 | Boinc | stardorito | I participated in Minecraft@Home and donated my processing power to find the seed |
52 | SuperFredi#2215 | Boinc | SuperFredi | Getting tasks from BOINC |
53 | suppergerrie2#7018 | Boinc | suppergerrie2 | BOINC |
54 | TheLostCause#8308 | Boinc | Contributed a little bit in everything. | |
55 | tycrek#0420 | Boinc | tycrek | BOINC |
56 | vanko_j#8277 | Boinc | vanko_j | I ran BOINC to help with computing power to find the seed. |
57 | volc#7693 | Boinc | Contributed processing power via BOINC | |
58 | ṼØῳ#5799 | Boinc | ṼØῳ | Contributing computer resources to cracking the seed. |
59 | Woodswolf#6659 | Boinc | Woodswolf | Computing power via BOINC |
60 | X1pe0 | Boinc | Contributed processing power via BOINC | |
61 | xLiam_777#6112 | Boinc | xLiam_777 | Boinc processing power / helped build the mock up pack.png |
62 | ZetOmega#0624 | Boinc | Contributed processing power via BOINC | |
63 | zichju | Boinc | Viktor | BOINC |
64 | Boinc | Zonsty | ||
65 | Boinc | Lovemath | ||
66 | Boinc | JadeTank | ||
67 | Boinc | Paul1365972 | ||
68 | Boinc | jayden | ||
69 | Boinc | Amazing693 | ||
70 | Boinc | _ChrisTux | ||
71 | Boinc | BipedCroissant8 | ||
72 | Boinc | BlackScout | ||
73 | Boinc | James Easson | ||
74 | Boinc | SuperkidJeff | ||
75 | Boinc | CriticalHex | ||
76 | Boinc | Alsuperhero1 | ||
77 | Boinc | Sensy | ||
78 | Boinc | Hog590 | ||
79 | Boinc | Sverre | ||
80 | Boinc | redlol | ||
81 | Boinc | Illustrate with Ants | ||
82 | Boinc | dbl008 | ||
83 | Aphtr#3310 | Boinc + Word of mouth | Aphtr | I have been signed up and using BIONIC for Minecraft@Home as well as introduce a fair number of people to this wonderful project. |
84 | TheCactusMonkey#2572 | Boinc + Word of mouth | ||
85 | Andy#4556 | Checking seeds | I have manually searched over 1000 minecraft worlds spending around 750 hours in total. | |
86 | Cook7#3343 | Checking seeds | I searched the pack png place in minecraft with a lot of seed and i spoke with many people to find the good one etc... | |
87 | Fannattastic#9318 | Checking seeds | Fannattastic | Seed Finding |
88 | gamer#6808 | Checking seeds | I searched through 1.0 through 1.8 but I searched with around 500 blocks within of spawn and found nothing. | |
89 | JeppeTheKing#3999 | Checking seeds | Trying some seeds and looking for the mountain using flymod | |
90 | Kjerne#1640 | Checking seeds | I was just using a couple of ours trying random seeds | |
91 | LatvianPig#7960 | Checking seeds | I sent few messages in the chat but I mostly were In voice chat with others looking for the image scene in flyby seed in beta(as I had a hacked client so I could fly)If this isn't enough contribution Its all good sorry for wasting your time then. | |
92 | Not Luka#7753 | Checking seeds | I have searched several seeds, bought Minecraft (i played the win 10 edition before) and I have brung up a few theories. | |
93 | qufskan#9726 | Checking seeds | I dunno, I just looked around about 100 random and rumored seeds from the 5 hours after the original video | |
94 | Televize#1871 | Checking seeds | me looking for 4 hours https://www.youtube.com/watch?v=RUT7YjFPqaU | |
95 | Thi5G#8609 | Checking seeds | I searched about 50 seeds today and nothing | |
96 | Timtendo12#2909 | Checking seeds | It was all the way back in January - march. There are so many messages I cant find them anymore. But i helped with thining of ideas on how to find it and i went exploring mc aswell. | |
97 | Trollzrus551#7840 | Checking seeds | A livestream searching toward this project | |
98 | Tumuerte#6441 | Checking seeds | I have tested many seeds and said they have not worked or worked. I also flew around to look for it and I could not have found it. | |
99 | Underground_365 #0147 | Checking seeds | Unfortunately I cannot find my original messages as I started contributing towards the project at the start. But what I did was test out seeds that mojang might have used when seeds were in early development such as:"test" or "first" and many more. | |
100 | JavaScript#7107 | Checking seeds + Screenshot | Constructive Ideas, screenshotting, checking seeds. | |
101 | Maxiesnax#8370 | Checking seeds + Screenshot | Ruled out a few seeds and screenshots | |
102 | AeroX2#7945 | Coding | Contributed some code to the seed-reversal-gpu repository to speed up the computation. https://github.com/pack-png-mods/seed-reversal-gpu/pull/10 | |
103 | BoySanic#0001 | Coding | BoySanic | Made changes to Vath0s' sand filtering program to integrate it into BOINC, eventually incorporating Cortex's optimizations, and wrote configuration changes to ensure a smooth launch onto Minecraft@home. |
104 | DutChen18 | Coding | updated screenshot bot (N00bBot) from pano to normal screenshots to work for pack | |
105 | Hypprs#9391 | Coding | Hypps/Hyena | Created the modern CUDA -> BOINC application porting process(es) for Linux and Windows . Helped get test data for the sand checking too by staring at sand and dirt patterns for hours. Wasted GCP credits to test a few coordinates using the 'old' (Aug 2020) seedfinder methods |
106 | skyrising#1562 | Coding | Code research, GPU coding | |
107 | SuperCoder79 | Coding | Optimization work | |
108 | z3#6123 | Coding | z3 | Block dumping plugin (WorldQuery) for 3D rendering in Tomlacko's overlay |
109 | Riking#6902 | Coding | GitHub: riking; IGN: BKCRMWDJVG | Contributed some optimization to the tree population based CUDA code |
110 | ! inxane#0060 | Discord | While I didn't contribute anything myself, I helped keep the chat clean on your server without being a moderator. I've been on the server hours at a time telling people to read pinned messages to not only give them more knowledge about the project, but also stop them from asking the same questions over and over. I don't think I'll have any credit for this but I'm glad I could help even with this simple thing. Thank you Salc, you're awesome. | |
111 | andrew2240e#5071 | Discord | Was frequently on the packpng general answering questions from people who were not too up to date with what has been going on. | |
112 | Azuran_SHadow#3943 | Discord | I have answered questions respectfully, and have contributed ideas in earlier stages of the discussion. I try to help out as much as I can. | |
113 | Couleur#9678 | Discord | moderating the server | |
114 | CToast#2094 | Discord | I have been involved with discussion in the discord and helped keep discussion on task, as some people were posting memes. | |
115 | D4VID#8959 | Discord | D4VID | General discussion |
116 | Devian#9484 | Discord | I just did alot of research and tried to contact notch. Also tried alot of seeds in the pack.png discord, and said if they worked or not. | |
117 | Eribetra | Discord | I answered questions from the community, ran the project on BOINC and participated in all of the pack.png project. | |
118 | Ethan C.#0001 | Discord | I have contributed to this project by pinging mods when obscene content appears in channels or is being spammed by a group of people. Also helped by suggesting content to be pinned.nd also sugggesting ideas for channels | |
119 | Fuzy#0001 | Discord | Tried finding some infos via the waybackmachine https://discordapp.com/channels/436405308458401803/666575359411748875/667055120663445518 https://discordapp.com/channels/436405308458401803/666575359411748875/667055120663445518 | |
120 | Jevans33#8412 | Discord | Given advice and input on to a lot of people and correct and shot down bad ideas from people who don’t know they are talking About “higher the resolution longer it will take” | |
121 | Kazbolt#2906 | Discord | Explaining the complicated tech stuff to the new peeps | |
122 | Meanwhile#1619 | Discord | i tried calming the chat and also i double checked alot of stuff | |
123 | MrSpike | Discord | Support for boinc users, minimal research | |
124 | NoobChester#5186 | Discord | Telling others not to send unrelated messages in the discord channel https://discordapp.com/channels/436405308458401803/666575359411748875/666726849061060651 | |
125 | ProxyGamer#4470 | Discord | helped others getting clients setup for screen grabs | |
126 | yamcube#2236 | Discord | helped ppl with questions to the pack.png btw did you guys try the seed flyby? /s generaly i didnt do much if any o i guess i did make 7k screenshots but didnt submit them bc i didnt know a way to upload them prof to any of this? i dont have any im just waisting your time see ya XD | |
127 | cactus uwu(idfk what my tag is) | Main team | Cactus | haha supercomputers go brrrrrr idea for upscaling cleaned images processed images recreation 🗿 |
128 | cortex#9689 | Main team | Idk, reverse engineering a lot and helping with the private research group, worked along side some of the smart bois to try and finally get this thing cracked. Gonna soon look into the most effective way of getting chunk seeds and willing to use AWS credits to do so xD | |
129 | Earthcomputer#2690 | Main team | Unofficial project lead, modder, code reader, helped with recreation, helping with reversal | |
130 | James Bond#0007 | Main team | Piero | https://cdn.discordapp.com/attachments/668508446554980393/668616276314161182/unknown.png https://cdn.discordapp.com/attachments/668508446554980393/668643615173640241/scale2.png https://cdn.discordapp.com/attachments/668508446554980393/668647503851421731/p512.png these are outputs from the neural network. I'm in the pack.png Discord server with you, keep an eye out on the #image-training-progress Discord channel for more work. |
131 | MC | Main team | Perspective fitting, dirt/sand pattern matching, finding global coordinates | |
132 | Neil | Main team | Made the c++ code for the noise generation. | |
133 | Philipp_DE | Main team | Hosting the recreation Server, screenshotting bot (N00bBot) with livepackpng.mcatho.me for the overlay | |
134 | Tomlacko#2976 | Main team | Tomlacko | Making the interactive overlay & renderer (https://codepen.io/Tomlacko/full/NWNWOKK). Reversing the downscaling to figure out the original crop resolution (512x512) and manually upscaling many parts of the image to it's original raster (mainly the clouds & beach) to help the perspective fitting. Helping with some major parts of the recreation (trees, underwater dirt/sand) & world-editing. Wrote the new "FAQ & suggested ideas" page (https://bit.ly/pack-png-faq & https://bit.ly/pack-png-ideas). Informing (mostly new) people on both Discords & bringing new bigbrains (like Vath0s) over to mc@h. |
135 | Vath0s | Main team | Better perspective fitting, sand pattern matching for boinc | |
136 | vcokltfre#6868 | Main team | Initially tried to help with reverse engineering back in january, did a few mc@h related things, a few thousand upscale training data images | |
137 | Willz | Main team | Willz | |
138 | Reynardo#9558 | Misc | Reynardo Etenia Wongso | Running brute force searches on my computer at early stages |
139 | shady#5796 | Misc | Compiled a modpack for people to enjoy pack.png: https://www.youtube.com/watch?v=NI2E8Sy3Nds | |
140 | Lexer#2245 | Misc | Contacting Mojang developers | |
141 | -SoupraUwU-#7958 | Recreation | Well i helped in the recreation server :3 | |
142 | #0966 | Recreation | DrifAssault | Build pack.png and building spawn in recreation server |
143 | Alex9303#0891 | Recreation | Helped build a recreation of the pack.png image | |
144 | Alexscott20#7359 | Recreation | > We are getting much closer to being done with the build https://cdn.discordapp.com/attachments/666827802926120962/666876003586670592/multiply.png @Alexscott20#7359, i have worked with the recreation team | |
145 | AquaZet | Recreation | Did little work with recreation and helped other users | |
146 | B O N E S#3206 | Recreation | I’ve contributed to recreating the pack.png https://imgur.com/gallery/6KRsErt | |
147 | BenWolfe@3248 | Recreation | I built and corrected a lot of the pack.png recreation(rec.packpng.com:25575, i have credit on the server). | |
148 | BowiePro#1717 | Recreation | I helped with stuff on the pack.png recreation server like the viewpoint and such. | |
149 | Corster100#7891 | Recreation | “When I 3D model for 3D printing, I take a picture, put it into desmos, plot points on the picture, transfer the points to geogebra, and use geogebra to find what I need, like lines, angles, etc.”, and “Just pick a position at the edge, if everything is off by the same amount, then ur good” | |
150 | Fragaile#1972 | Recreation | suggested a couple ideas, helped track the screenshots from polymetric and pointed out a couple issues with the recreation | |
151 | hewwo_owo1#0910 | Recreation | helped out with the recreation | |
152 | haykam#1519 | Recreation | haykam | building & etc |
153 | hebriel#7389 | Recreation | helped build the re-creation map. most of my messages were on the re-creation discord tho i'm "hebriel" on this screenshot https://discordapp.com/channels/436405308458401803/666758878813487136/667235714076901377 also there you go : https://discordapp.com/channels/436405308458401803/666813360867770388/668669783310336000 | |
154 | hijacked_you_boi#7252 | Recreation | i was on the recreation team i made the pig and behind the pig | |
155 | Kewtopia#2801 | Recreation | Helped with recreation block placement and identification | |
156 | Krosso#2673 | Recreation | https://cdn.discordapp.com/attachments/666813360867770388/667795728805920778/unknown.png I have not been typing on the discord. I have been helping on the recreation server. I hope that is understandable. | |
157 | Lawrence#7149 | Recreation | i've contributed a small bit to the pack.png recreation server, but not much in the discord server itself :P | |
158 | Leony_HD#0639 | Recreation | Leony_HD | I made a remake, helped new people and had ideas for the community, and ran packcrack in my computer. |
159 | LiquidDev#4561 | Recreation | Administrator of the recreation server team. Did some help with finding the x/z axis. | |
160 | Molasses#5348 | Recreation | splattim2.woomie@gmail.com | I created a tool that allows you to fly around the pack.png recreation in Unity. - https://discordapp.com/channels/436405308458401803/666575359411748875/670731493458313216 |
161 | MuffinPlayz#4761 | Recreation | I Helped with the recreation of the image into the Pack png Minecraft server My Minecraft username was MuffinTheGamer | |
162 | Pet Rock#0881 | Recreation | I helped build the recreation! | |
163 | poke535#8109 | Recreation | Poke535/DnGreenBean | I contributed by doing a big part in pack.png recreation with 3000 blocks placed on the recreation without including spawn. Helped find useful information in the image and put the image through filters to help see block outlines better. Also, created a list of the number of blocks placed by each person in the recreation. (Completely outdated) |
164 | PoltixeTheDerg#4477 | Recreation | i helped with the recreation, https://imgur.com/a/FHDxXzU my account is Ep1c_M1n10n, im left to the one taking the photo | |
165 | R7E.exe#5151 | Recreation | helped in recreation of the area the photo was taken in | |
166 | Ris#2928 | Recreation | I was a helping a lot in the recreating | |
167 | Salmon / Slamon | Recreation | Helped out with a recreation | |
168 | T-Jay#8021 | Recreation | Helped with grass blocks and trees in the recreation of pack.png (Minecraft username is TJay, chat logs can be found in #chat in the recreation server). I also co-named the pig Chancola with the help of Natbo08. If you end up taking a video of the recreation server, look out for hidden sea pickles. | |
169 | Tinonb | Recreation | I helped out with the recreation and did some math | |
170 | ToothpasteVixen#5495 | Recreation | Toothpaste / Kay | Recreation, early perspective matches, Modifying old code for new data. |
171 | uzer_name#5733 | Recreation | just did a build in a remake idk if it counts, also discussed the possibility of it being resized from a 16:9 image https://discordapp.com/channels/436405308458401803/666813360867770388/669000359712260096 https://discordapp.com/channels/436405308458401803/666813360867770388/669019740316106833 https://discordapp.com/channels/436405308458401803/666813360867770388/669019753784016916 https://discordapp.com/channels/436405308458401803/666813360867770388/669019860482785280 https://discordapp.com/channels/436405308458401803/666813360867770388/669019865998426132 https://discordapp.com/channels/436405308458401803/666813360867770388/669019937440006174 | |
172 | Vanad1um #0145 | Recreation | Contributed hours to the recreation build, came up with cave theory: https://discordapp.com/channels/436405308458401803/666575359411748875/666761764607754273, contributed over 2,300 screenshots to the enhancement ai https://discordapp.com/channels/436405308458401803/667545276189245441/667945478624641061 https://discordapp.com/channels/436405308458401803/667545276189245441/667845696434602049 | |
173 | XjCyan1de#8673 | Recreation | XjCyan1de | |
174 | Yoko#1250 | Recreation | The first height map and tree placement that helped build the reconstruction https://cdn.discordapp.com/attachments/666813360867770388/666832653072203806/unknown.png | |
175 | Yqe#5135 | Recreation | Yqe | Well it's not really anything that important, just some random stuff with the trees in the recreation, and then some talking in the discord. The tree stuff in questions was bothering me so I went to the server and helped on it, very minor though |
176 | Zyico#3690 | Recreation | Pack.png re-creation Links: https://discordapp.com/channels/436405308458401803/666813360867770388/668396033457258496, https://discordapp.com/channels/436405308458401803/666813360867770388/666881469620289537, and https://discordapp.com/channels/436405308458401803/666575359411748875/668292174575828992 | |
177 | Recreation | Vath0s | ||
178 | Recreation | Administator | ||
179 | Recreation | DADp | ||
180 | Recreation | Kalsep | ||
181 | hatchibombotar#3794 | Recreation | Helped with the recreation mainly checking blocks and working on the viewing angle | |
182 | 934Phoenix#3695 | Recreation | ||
183 | lawrencfgsdfg#7149 | Recreation + Boinc | lawrencfgsdfg | contributed to recreation, and am contributing to M@H. |
184 | KevinduHurrenson#9148 | Recreation + Boinc | ||
185 | AddisonDj#1337 | Recreation + Boinc | ||
186 | badhaloninja#0001 | Recreation + Screenshot | badhaloninja | ~55k images - https://discordapp.com/channels/436405308458401803/667545276189245441/667932034836201512 & First to mention the date in the metadata https://discordapp.com/channels/436405308458401803/666575359411748875/666676258725298217 https://discordapp.com/channels/436405308458401803/666575359411748875/666680828599992399 |
187 | -Mark-#3457 | Research | I found the clouds pattern and assisted in the findings of the Z Axis https://discordapp.com/channels/436405308458401803/666575359411748875/667176316864561162 (This one was pinned in the SalC1 discord) The main finding and stuff was posted in a different discord so im going to provide image links here from that discord: https://cdn.discordapp.com/attachments/633233023105499147/668765914665320448/unknown.png https://cdn.discordapp.com/attachments/633233023105499147/668765818603175936/unknown.png sorry for the hassle | |
188 | Acacia Tree#7592 | Research | Hadn't contributed to anything major, but with a background in game development, I made sure that people's methodology for going about solutions were sound for example: "@Brastin3 Just a thought, the camera you've used in Blender, does the vertical and horizontal FOV value of the camera frustum match the FOV used to take the image in Minecraft?". Also, I believe I was the first person to bring up the idea of determining the time of day using the colour of the sky: "Can we find the time of day via the colour tint of the sky by any chance?". This later on prompted a discussion into using the sky colour to confirm the biome that pack.png was taken in. I went as far as to take a guess as to what the biome could be based on the sky colour: "I believe the biome that pack.png was taken in was a "shrubland" biome according to an almost identical sky colour. This biome was added in a1.2.0 I believe". | |
189 | Ashy Boi#4737 | Research | Ashy Boi | Coordinate Orientation (X, Y and Z) https://cdn.discordapp.com/attachments/666575359411748875/666809409623818250/pack_coords_full.png |
190 | blob#2093 | Research | pack.png finding with derufai light level, and possible player coords. All of our findings were posted in the private chat since derufai has private chat access. Most communication between me and derufai was done through a seperate server. cactus uwu, Mark, and Kaptain Wutax are also in the server. | |
191 | Brastin3#1871 | Research | Finding cloud orientation relative to clouds.png: https://discordapp.com/channels/436405308458401803/666575359411748875/666873840013541386 Cloud diagram 1: https://discordapp.com/channels/436405308458401803/666575359411748875/666875919788670981 Projection mapping the clouds: https://discordapp.com/channels/436405308458401803/666575359411748875/666889351745110038 https://discordapp.com/channels/436405308458401803/666575359411748875/666892303247343616 Mapping pack.png to the recreation: https://discordapp.com/channels/436405308458401803/666813360867770388/666974887616839680 Finding cloud tiling point (narrowing location to z 0): https://discordapp.com/channels/436405308458401803/666758275504537604/666998679814668288 https://discordapp.com/channels/436405308458401803/666758275504537604/666941677956759553 | |
192 | Braycam2#0001 | Research | Found/checked the direction of the mountain | |
193 | brezhart#3024 | Research | brezhart | Was helping Polymetric with his view direction calculation (Using that fact, that image distorting a little bit at the edge of a screen). Wrote script for him that automatically detect same terrain at huge pack of screenshots with different view direction, and shift screenshot so that terrain will be always at center. Also, I recreated a recreation in 1.7beta and then poly import it at alpha recreation server. |
194 | DumyThicc#7431 | Research | it wont let me post screenshots in this but i did screenshots and i tried reworking each version and was the one who found that it wopuld be Alpha 1.2.2a not b because the original photo was taken november 8th 2010 and A1.2.2a came out november 9th of 2010 | |
195 | Gsmack#5551 | Research | https://cdn.discordapp.com/attachments/496026862787493889/668664584697282600/image0.png | |
196 | Kanibal#1332 | Research | I actually made a first map of possible location of the hill, I made the first prototype of cloud match and I'm the author of idea of matching clouds. https://media.discordapp.net/attachments/666575359411748875/666743845110939688/unknown.png https://media.discordapp.net/attachments/666575359411748875/666754991649980448/unknown.png?width=1245&height=683 https://media.discordapp.net/attachments/666778452883537941/666825271042899978/unknown-1.png https://imgur.com/NnIyICd Also the first pinned comment in the #general-pack-png was mine. So yes, I'm the cloud guy C: | |
197 | MC#2636 | Research | PseudoGravity | Main things are (1) perspective fitting, and (2) dirt height and sand pattern matching to find the most statistically-likely coordinates. |
198 | polymetric#4733 | Research | polymetric | Discovered that the scaling algorithm used for pack.png was Box (AKA Super Sampling, Area Average), and that camera rotations in Minecraft are quantized to increments of 0.15 degrees. |
199 | Spongebosch#6315 | Research | The FOV *IS* 70 (ish)"http://prntscr.com/r2yi3i Link to the screenshots on top of one another 1.2.2a and 1.15.2 1.15.2 having an FOV of 71 default FOV is 70 https://giphy.com/gifs/VDNBtO7Hbm3WZqZm7C Its a gif of both screenshots both are the same resolution and zoomed in the same amount (they are in the same image on different layers)" | |
200 | Sylax#1204 | Research | pack.png images where I stenciled the dimensions | |
201 | Research | talldata | ||
202 | stonar96#6324 | Research | I have made a guide about how terrain generation works in Minecraft Alpha v1.2.2a. You can find it here: https://gist.github.com/stonar96/2653c6db13be217706c0d8fc2ca6505c. The guide also includes Minecraft code, which I have deobfuscated and reverse engineered at the bottom. I have found out that Minecraft Alpha v1.2.2a uses 5x5x17 nodes of a 3D noise per chunk, which are trilinear interpolated per block. Earthcomputer said that I did a great job on this: https://imgur.com/a/nAfRVzN. | |
203 | urielsalis#0001 | Research + Recreation | urielsalis | Helped on the recreation, ~~moderation~~ |
204 | neek#7252 | Research + Recreation | Worked on some coordinate bounds | |
205 | @Chasewhip#3241 | Screenshot | https://discordapp.com/channels/436405308458401803/666758275504537604/667202618979778591 https://discordapp.com/channels/436405308458401803/666758275504537604/667202146927902761 | |
206 | @ministryof_magic#9256 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667916539789312023 | |
207 | aguy#6802 | Screenshot | 10k screenshots, first guy to mention clouds (although probably went unnoticed due to the notch fanboys spamming) | |
208 | akaKrypt#0001 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667569405881745408 https://discordapp.com/channels/436405308458401803/667545276189245441/667546085987844118 https://discordapp.com/channels/436405308458401803/667545276189245441/667547489628454942 also helped on the re-creation build | |
209 | Al3ki#4237 | Screenshot | Provided 10 068 screenshots https://drive.google.com/open?id=17nRz7GkMxkFvitwVTdprD_bFKeudKeOr I dont know how to link a message so here is ss of my message https://imgur.com/a/R9dzHgv , | |
210 | Arny#0001 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667896417678786590 | |
211 | bloop#3660 | Screenshot | Screenshots: https://mega.nz/#!Tk032QqL!JEOlPtMtiERG1enQrP7VoYLsaL8zmak0YkISFWIimK8 | Helped with building recreation | Helped with the development of a client for a1.2.2b: (my fork) https://github.com/ItzBrunoToma/a1.2.2b-hacked-client/tree/master/src/minecraft/net/minecraft and original repository: https://github.com/KuromeSan/a1.2.2b-hacked-client | In the early stages, helped figure out how to get the rough coords without the seed: https://discordapp.com/channels/436405308458401803/666575359411748875/667035868128739332 | Been since the beginning (first message): https://discordapp.com/channels/436405308458401803/666575359411748875/666673339670200359 | And finally, helped spread this around A TON with other friends! | |
212 | blty#5280 | Screenshot | With screenshots and programming knowledge | |
213 | blume#6447 | Screenshot | January 17th, 2020 at 2:32am: "https://drive.google.com/open?id=1X0vpkCOG_rqkoWAkb4WuTu8CSOD2eJVB 5,555" | |
214 | Bombastisch#2844 | Screenshot + Website | conrtibute to FAQ: https://discordapp.com/channels/436405308458401803/666714632420851752/668620073350594561 https://discordapp.com/channels/436405308458401803/666714632420851752/668621282471968769 report bugs to Earthcomputer in screenshot mod: https://discordapp.com/channels/436405308458401803/666758275504537604/667540437195816961 Upload training data images for AI: https://discordapp.com/channels/436405308458401803/667545276189245441/667563603695632403 | |
215 | Brickcase#3015 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/668107002840350730 | |
216 | chiken#5217 | Screenshot | Upscales up to 12K, Research, Discussion and limited Screenshot Uploads. | |
217 | ClarkxlYT#1337 | Screenshot | https://discordapp.com/channels/436405308458401803/666813360867770388/666840386097905674 i was/is theleader of the recreation project | |
218 | Coca162#1419 | Screenshot | 20k~ screenshots https://discordapp.com/channels/436405308458401803/667545276189245441/667819174642450480 https://discordapp.com/channels/436405308458401803/667545276189245441/667838971614855209 https://discordapp.com/channels/436405308458401803/667545276189245441/667872582003064852 | |
219 | Cutsom#7463 | Screenshot | 200+ pictures for AI, made some ex mojang staff aware of the project. | |
220 | Daemon#3789 | Screenshot | https://docs.google.com/document/d/1PYeEXoUmqdaIFtgjzgz-p_M7P8b0NJK0mHAvd8obznI | |
221 | Derps#0001 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667583967758647306 | |
222 | derufai#3223 | Screenshot | https://cdn.discordapp.com/attachments/666714632420851752/668600467999162428/asdfasdfasdfasdfasdf.PNG | |
223 | DTIX#5611 | Screenshot | Applying screenshots and a helped between the investigators, i was hunting with a few people too!. | |
224 | Emperor Augustus#8106 | Screenshot | https://discordapp.com/channels/436405308458401803/666575359411748875/668597446137610260 | |
225 | enderGuardian46#4900 | Screenshot | I wanted to do more but I thought that you will close the screenshot channel really soon since WarLordN1k said it two hours before I found this project. But it closed 13 hours later... Here are my small amount of screenshots: https://discordapp.com/channels/436405308458401803/667545276189245441/667958782848008192 | |
226 | ergico#0057 | Screenshot | uploaded around 100K screenshots and talked in private chat https://discordapp.com/channels/436405308458401803/666714632420851752/668635979350802438 | |
227 | EvilFireKitten#7875 | Screenshot | screenshots | |
228 | Fallstop | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667940273321672716; https://discordapp.com/channels/436405308458401803/666575359411748875/667920336276160532 | |
229 | Ferdi1502#1732 | Screenshot | here Screenshots_for_AI.zip 2.15 MB here 2 Dateityp des Anhangs: archive Screenshots_2.zip 38.02 MB Dateityp des Anhangs: archive Screenshots_3.zip 40.14 MB here 4 Dateityp des Anhangs: archive Screenshots_4.zip 22.19 MB here 5 Dateityp des Anhangs: archive Screenshots_5.zip 40.11 MB here 6 Dateityp des Anhangs: archive Screenshots_6.zip 28.96 MB here 7 Dateityp des Anhangs: archive Screenshots_7.zip 44.65 MB here 8 Dateityp des Anhangs: archive Screenshots_8.zip 40.78 MB https://cdn.discordapp.com/attachments/667545276189245441/667755207660142623/Screenshots_9.zip here 11 Dateityp des Anhangs: archive Screenshots_11.zip 19.36 MB https://cdn.discordapp.com/attachments/667545276189245441/667756844042813441/Screenshots_11.zip | |
230 | GameGlitz#0799 | Screenshot | 1.7k screenshots in my ZIP file, and also some help with finding the seed by searching common ones. | |
231 | GamerTurtle5#2685 | Screenshot | 2.7k screenshots (can't link the message bc the screenshot channel is closed) | |
232 | ghostcoder256#8721 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667562384684220427 https://discordapp.com/channels/436405308458401803/667545276189245441/667938665564995621 | |
233 | GhoulWhip#6998 | Screenshot | https://discordapp.com/channels/436405308458401803/666714632420851752/670343726731886612 | |
234 | glencoe2004#1953 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667951609908690974 | |
235 | gogojosh#8918 | Screenshot | https://discordapp.com/channels/436405308458401803/666575359411748875/669582252509888572 | |
236 | Gooseam#7076 | Screenshot | Helped to upscale images, discussed use of super computers with prominent members | |
237 | Haon#9818 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667795159391666197 | |
238 | HaxxorElite | Screenshot | https://mobile.twitter.com/HaxxorElite/status/1218759736423788545 | |
239 | Heretic [Stanlyhalo]#0941 | Screenshot | https://discordapp.com/channels/436405308458401803/666575359411748875/668907739992424478, https://discordapp.com/channels/436405308458401803/666575359411748875/668908372661370880 | |
240 | Hexeption#1337 | Screenshot | A Lot of screen shots | |
241 | Hosom#3615 | Screenshot | Leonardo Fiori | Sent approx. 8000 screenshots for AI. It's really a strange coincidence, i asked myself which world is pack.png from just 3 weeks ago! https://discordapp.com/channels/436405308458401803/667545276189245441/668029406245158922 |
242 | Hungry_Larry #8093 | Screenshot | Submitting screenshots.zip with 32000+ screenshots | |
243 | HypeRayy#0001 | Screenshot | Contributed 2.665 screenshots / i posted more but cant find the chats (messages here: https://imgur.com/a/HKNCtoS https://imgur.com/a/vrBDmev ) | |
244 | Iberium#8835 | Screenshot | https://cdn.discordapp.com/attachments/533701359141257231/667008622626078720/unknown.png | |
245 | idontknow#2068 | Screenshot | Screenshots https://discordapp.com/channels/436405308458401803/667545276189245441/667569967419359233 | |
246 | IEnjoyMinecraft#6630 | Screenshot | I did the screenshit things | |
247 | Ita#5871 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667686572145246219 | |
248 | Ivovuskans#8177 | Screenshot | I put imiges but i cant find my similar imiges cuz the chat is soooo long thanky for understanding | |
249 | IzzyBizzy#2045 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667682540324388864; https://discordapp.com/channels/436405308458401803/666575359411748875/667639573232353280 | |
250 | jaffamanj#4770 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/667654365401841664 https://discordapp.com/channels/436405308458401803/666575359411748875/666979724093816832 | |
251 | jakub]#0688 | Screenshot | I was able to get a couple hundred screenshots, wouldve done more but my pc was bugging out with the program | |
252 | Joey | Screenshot | AI Upscale | |
253 | Joey#4305; | Screenshot | I told James Bond to use ESRGAN for the AI upscale instead of waifu2x | |
254 | Joshywooful#3541 | Screenshot | https://discordapp.com/channels/436405308458401803/667545276189245441/668141738208002074 https://discordapp.com/channels/436405308458401803/667545276189245441/668013353553362945 https://discordapp.com/channels/436405308458401803/667545276189245441/667811920149086279 | |
255 | Justarhob#8495 | Screenshot | About 2k pictures https://discordapp.com/channels/436405308458401803/667545276189245441/667837132588711939 | |
256 | Kaizo#0001 | Screenshot | ~4000 images | |
257 | kasai#7836 | Screenshot | https://discordapp.com/channels/436405308458401803/666575359411748875/668651578760232960 | |
258 | Kisama#0001 | Screenshot | I just sended like 2000 screeshots to help the a.i learn | |
259 | KΣDY ΛMK#5013 | Screenshot | screenshots and some ideas that may lead us | |
260 | LaK1#6799 | Screenshot | https://prnt.sc/qq67ed | |
261 | LeMarx#6370 | Screenshot | It ain't really much but I've gathered a couple sets of screenshots (in the thousand). | |
262 | lilmayu#5473 | Screenshot | <snipped complete list of links to screenshots> | |
263 | LKoos#0253 | Screenshot | https://drive.google.com/file/d/1X5xYizN4e2lOO9kL_vqKXbmyLLwG-SPl/view?usp=sharing lilmayu#5473" last massage in #post-your-screenshot-zips-here + talking with ppl and helping them in pack.png channels. | |
264 | LordChange#1059 | Screenshot | ||
265 | M1ghty boy#6282 | Screenshot | M1ghty boy | |
266 | majora#1212 | Screenshot | ||
267 | Mark_225#5061 | Screenshot | ||
268 | Master Yoda #3105 | Screenshot | ||
269 | Mato#8088 | Screenshot | ||
270 | MatutVittuunSuomesta#7216 | Screenshot | ||
271 | minertroller#6754 | Screenshot | ||
272 | my name chef#6969 | Screenshot | ||
273 | N00bRobloxian09#8812 | Screenshot | ||
274 | n3mis#1171 | Screenshot | ||
275 | Need_Not#1049 | Screenshot | ||
276 | Nep#0001 | Screenshot | ||
277 | Niklas#0001 | Screenshot | ||
278 | OskarZyg#9256 | Screenshot | ||
279 | Pixel Brush#6584 | Screenshot | ||
280 | Place_Reboot#0001 | Screenshot | ||
281 | Please dont be afraid to ping me#6495 | Screenshot | ||
282 | Pollux#0002 | Screenshot | ||
283 | Ricky#3207 | Screenshot | ricky | |
284 | Rustyy#9388 | Screenshot | ||
285 | RZZIO#1331 | Screenshot | ||
286 | shadow_wolfwind#4743 | Screenshot | shadow | |
287 | ShayBox#0001 | Screenshot | ||
288 | skytheguy180#2280 | Screenshot | ||
289 | Snow#7844 | Screenshot | ||
290 | SomeUsername#1907 | Screenshot | ||
291 | SovietSeal#9160 | Screenshot | ||
292 | SrS#8614 | Screenshot | ||
293 | stale#3142 | Screenshot | ||
294 | stickewq#1518 | Screenshot | ||
295 | Suckmywenis#2704 | Screenshot | ||
296 | SuperLanceur#0253 | Screenshot | ||
297 | Tazc#2882 | Screenshot | ||
298 | TechEdd_YT#1329 | Screenshot | ||
299 | Teodric#1337 | Screenshot | ||
300 | That Cute Guy#9613 | Screenshot | ||
301 | TheKiwian#6207 | Screenshot | Hunter | |
302 | therbz#6104 | Screenshot | ||
303 | Trailmix#4087 | Screenshot | ||
304 | Vader#0191 | Screenshot | ||
305 | vaece#1337 | Screenshot | ||
306 | Viktorvn40 | Screenshot | ||
307 | xDrews#7171 | Screenshot | ||
308 | yonatankes#0699 | Screenshot | ||
309 | zempgo#1133 | Screenshot | ||
310 | zink#3812 | Screenshot | ||
311 | Zzz #6456 | Screenshot | ||
312 | Screenshot | Isabella | ||
313 | TheRedstoneHive#6974 | Screenshot + Misc | ||
314 | Kalsep#8384 | Screenshot + Recreation | ||
315 | Novato#0789 | Screenshot + Recreation | Novato | |
316 | nz#4471 | Screenshot + Recreation | ||
317 | Kewtopia#2801 | Screenshot + Recreation | ||
318 | merz#0001 | Upscale | ||
319 | Olivierr#3605 | Upscale | ||
320 | laundmo#7544 | Website | ||
321 | Edvin#1139 | Website | ||
322 | ! Mat#5751 | Word of mouth | ||
323 | darkness#9999 | Word of mouth | ||
324 | DylanWasHere#2589 | Word of mouth | ||
325 | KenSlayers#2909 | Word of mouth | Ken | I told all my friends about the project |
326 | Melgmom#7032 | Word of mouth | I told my friends and family about it | |
327 | PrimalPeashoter™#1620 | Word of mouth | Spreading the word to my colleagues. | |
328 | PuppetFs#0565 | Word of mouth | I have got other people to join in our quest to find out where this image came from. | |
329 | Snovex#0999 | Word of mouth | Advertised the pack.png video in other discord servers |