Difference between revisions of "EEWiki:Update Checklist"

From EEWiki
Jump to: navigation, search
(New Campaigns)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= What To Do When There's An Update =
+
New update in Everybody Edits? Want to contribute to the wiki? Here’s what we want you to do when there’s new updates to the game:
  
*[[Everybody_Edits_Wiki]]
+
==General Update==
**Edit version number + blog post
+
*Edit the Latest Updates section for Main Game, Blog, or events.
  
 +
==New Cosmetics==
 +
[[Smileys]] and [[Tiles]] are the most frequently added items to EE, so be diligent!
 +
For images, check each page and increment the number accordingly. Time images should have '''six''' tiles to a row. Files are named like so: '''Itemtype_itemname'''
  
 +
Any spaces should be removed
  
== Added Tiles ==
+
In use:<br>
 +
'''Smiley_hazmatsuit'''<br>
 +
'''Block_basic'''<br>
 +
'''Action_ice'''<br>
 +
'''Decoration_window'''<br>
 +
'''Background_fall2014'''<br>
 +
'''NPC_slimey'''
  
 +
To get the payvault class, open the game’s file in an .SWF editor (JPEXS, for example) and find the item you need in ItemManager.
 +
The easiest way to find the item you’re looking for is by searching for the item name.
  
*New Blockpack
+
For example, in the string ''addBrick(createBrick(1143,ItemLayer.FORGROUND,forgroundBricksBMD,"brickgarden"''
**[[Blocks]]
+
This is the string for the Garden tile package. The payvault class is '''brickgarden'''.
**[[Background]]
+
**[[Decoration]]
+
  
Blockpacks are the most frequently added item to EE, so be diligent!
+
==New Campaigns==
For images, check each page and increment the number accordingly. Each image should have six tiles to a row. Blocks, Background, and Decorations of the same pack are all currently differently numbered.
+
*Upload the badge. This can be found by inspecting the Everybody Edits webpage and selecting “network.
 +
*Write down the world links, creators, and rewards.
 +
*Difficulties - either write them down as you complete the world, ask someone who's beaten them, or ask a Campaign Curator.
  
To get the payvault class, open ItemManager.as and find the last-ish item when searching for "ItemBrickPackage = new ItemBrickPackage". You should find a list of tiles in each pack. The payvault class is in quotes.
+
==Staff Changes==
 
+
These happen a lot. Check the [http://forums.everybodyedits.com/ forums] for new changes or good sources!
For example, in the string
+
        ''_loc111_.addBrick(createBrick(1143,ItemLayer.FORGROUND,forgroundBricksBMD,"brickgarden","",ItemTab.BLOCK,false,true,300,-1,[]));''
+
 
+
the payvault class is "brickgarden".
+
 
+
[[Actions]] & [[NPC]]
+
 
+
These are less frequently added, but make sure that if something new is added, you edit the item accordingly!
+
 
+
 
+
== Added Campaigns ==
+
 
+
[[Campaigns]]
+
 
+
*Upload the badge. This can be found by... doing things. in chrome, inspect => network => record => reload
+
*Get world IDs, rewards.
+
*Difficulties - either write them down as you complete the world, ask someone who's beaten them, or ask a campaign curator probably.
+
 
+
== Staff Changes ==
+
 
+
https://wiki.everybodyedits.com/EE_Staff
+
 
+
 
+
More later!!!!
+

Revision as of 03:35, 3 April 2019

New update in Everybody Edits? Want to contribute to the wiki? Here’s what we want you to do when there’s new updates to the game:

General Update

  • Edit the Latest Updates section for Main Game, Blog, or events.

New Cosmetics

Smileys and Tiles are the most frequently added items to EE, so be diligent! For images, check each page and increment the number accordingly. Time images should have six tiles to a row. Files are named like so: Itemtype_itemname

Any spaces should be removed

In use:
Smiley_hazmatsuit
Block_basic
Action_ice
Decoration_window
Background_fall2014
NPC_slimey

To get the payvault class, open the game’s file in an .SWF editor (JPEXS, for example) and find the item you need in ItemManager. The easiest way to find the item you’re looking for is by searching for the item name.

For example, in the string addBrick(createBrick(1143,ItemLayer.FORGROUND,forgroundBricksBMD,"brickgarden" This is the string for the Garden tile package. The payvault class is brickgarden.

New Campaigns

  • Upload the badge. This can be found by inspecting the Everybody Edits webpage and selecting “network.”
  • Write down the world links, creators, and rewards.
  • Difficulties - either write them down as you complete the world, ask someone who's beaten them, or ask a Campaign Curator.

Staff Changes

These happen a lot. Check the forums for new changes or good sources!