The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
This page describes the creation and editing workflow for Atlas descriptions and bounding boxes on the r/place 2022 Atlas. | This page describes the creation and editing workflow for Atlas descriptions and bounding boxes on the r/place 2022 Atlas. | ||
''(For information on creating or editing Wiki pages, see [[ | ''(For information on creating or editing Wiki pages, see [[Editing:Wiki Editing]].)'' | ||
'''This information is only relevant to official community managers. Please do not create or submit edits if you are not an official community leader behind your community's artwork.''' The best way to encourage adding recent and relevant information is to request an update to whoever is managing your community's art. | '''This information is only relevant to official community managers. Please do not create or submit edits if you are not an official community leader behind your community's artwork.''' The best way to encourage adding recent and relevant information is to request an update to whoever is managing your community's art. | ||
==Editing existing entries== | ==Editing existing entries== | ||
Line 45: | Line 14: | ||
The other two ways let you request assistance from other developers to get your submission edited through GitHub. These are the slower, but less technical approaches to submitting a change. You can do this in two ways: | The other two ways let you request assistance from other developers to get your submission edited through GitHub. These are the slower, but less technical approaches to submitting a change. You can do this in two ways: | ||
*Leaving information generated from a new Atlas entry in the [https://www.reddit.com/r/placeAtlas2/ r/placeAtlas2 subreddit] and flairing it with Edit Entry... | * Leaving information generated from a new Atlas entry in the [https://www.reddit.com/r/placeAtlas2/ r/placeAtlas2 subreddit] and flairing it with Edit Entry... | ||
*...Or by describing your issue in the [https://discord.gg/WfGAy6PKm9 r/placeAtlas2 Discord server] in #atlas-edits. | * ...Or by describing your issue in the [https://discord.gg/WfGAy6PKm9 r/placeAtlas2 Discord server] in #atlas-edits. | ||
If you're planning to submit a Reddit/Discord request, please see [[#requesting support|Requesting support]] for a full breakdown: | If you're planning to submit a Reddit/Discord request, please see [[#requesting support|Requesting support]] for a full breakdown: | ||
Line 64: | Line 33: | ||
To follow this walkthrough, you will need: | To follow this walkthrough, you will need: | ||
*A [https://github.com/signup GitHub account] | * A [https://github.com/signup GitHub account] | ||
*[https://code.visualstudio.com/ Visual Studio Code] (or any other code editor which you are comfortable with) | * [https://code.visualstudio.com/ Visual Studio Code] (or any other code editor which you are comfortable with) | ||
====Copying the repository==== | ====Copying the repository==== | ||
Line 79: | Line 48: | ||
Forking the repository can take up to 30 seconds. | Forking the repository can take up to 30 seconds. | ||
==== Finding the right file==== | ====Finding the right file==== | ||
Before we do any file editing, '''make sure you switch to the {{#tag:code|cleanup}} branch''' by clicking this button, located on the top left hand side of the file browser. This will switch you to the code that's used for cleaning and maintaining the Atlas. (Changes made from the {{#tag:code|master}} branch will not be accepted.) | Before we do any file editing, '''make sure you switch to the {{#tag:code|cleanup}} branch''' by clicking this button, located on the top left hand side of the file browser. This will switch you to the code that's used for cleaning and maintaining the Atlas. (Changes made from the {{#tag:code|master}} branch will not be accepted.) | ||
Line 95: | Line 64: | ||
[[File:Download button.png|frameless|none|alt=Click the Download button from within the file itself.]] | [[File:Download button.png|frameless|none|alt=Click the Download button from within the file itself.]] | ||
Then, right click the page | Then, right click the page and save {{#tag:code|atlas.json}} somewhere that's accessible on your computer, such as your Desktop. Make sure you don't rename it to anything else. | ||
From here on, you'll need a good text editor for code. We will be using [https://code.visualstudio.com/ Visual Studio Code] for reading the {{#tag:code|atlas.json}} file you just downloaded to find and edit your submission. | From here on, you'll need a good text editor for code. We will be using [https://code.visualstudio.com/ Visual Studio Code] for reading the {{#tag:code|atlas.json}} file you just downloaded to find and edit your submission. | ||
=== | ===Requesting support=== | ||
You may choose to regenerate JSON for your area to add to the Reddit section. | |||
WIP! Check back later. | |||
==Creating a new entry== | |||
To | To create a new entry, you'll need to be an official community leader that has unoccupied space on the Atlas to fill.<br /> | ||
''If you'd like to update an entry that already exists, or manage and remove duplicate entries, see [[#Editing existing entries|Editing existing entries]].'' | |||
You'll also need to find an unoccupied area. '''Do not add duplicate entries to an existing area - they will be reported and removed.''' | |||
====Drawing your bounding area==== | |||
Once you find an unoccupied area, click "Show List" on the top left hand corner, then click Draw. You will now be in the Draw mode, which lets you create a new bounding area around your art. Be precise; do not cover art that is not in your claimed area. Do not create intersecting lines within your drawing - do not make self-intersecting polygons. | |||
You can Undo or Redo placed points by clicking the buttons on the sidebar, or by using {{#tag:Code|Ctrl+Z}} and {{#tag:Code|Ctrl+Y}}. | |||
If another bounding area is partially obscuring the area you are attempting to add an entry for, please try your best to cover the entirety of your area despite this. (This means you should cut into a dark area on the Atlas if you really need to, in order to fully enclose your community's artwork.) | |||
When you're finished drawing your area, click "Finish (Enter)" on the sidebar, or press {{#tag:Code|Enter}} to confirm your area. | |||
====Filling in the description==== | |||
After finding an area, a few text boxes will appear in the side panel for adding the name of your area, its description, and links to a website and subreddit. Please fill in all relevant information; if you are not associated with a Discord server or subreddit, for instance, you may leave these fields blank. | |||
Once you're done adding information into these text fields, click {{#tag:Code|OK}}. | |||
====Submitting to Reddit==== | |||
[ | Once you've generated the data for your new area, head over to [https://www.reddit.com/r/placeAtlas2/ r/placeAtlas2]. Create a new post there with nothing in it at all besides the text that was generated. Other desired notes may be added in the comments section. | ||
'''Don't forget to flare your post with "New Entry"''' - that way, it's not missed by moderators looking to review your submission. | |||
Once your post is reviewed and accepted by a moderator of the sub, then they will push it to the Atlas for you! | |||
[[Category:Editing]] | [[Category:Editing]] |