Difference between revisions of "EEWiki:Update Checklist"

From EEWiki
Jump to: navigation, search
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:
*Edit the  
+
  
 +
==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:
 +
'''itemtypeItemname'''
  
===Added Tiles===
+
Any spaces should be replaced with _
  
 +
In use:
 +
'''smileyHazmat_Suit'''
 +
'''blockBasic'''
 +
'''actionIce'''
 +
'''decorationWindow'''
 +
'''backgroundFall_2014'''
 +
'''npcSlimey'''
  
*New Blockpack
+
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.
**[[Blocks]]
+
The easiest way to find the item you’re looking for is by searching for the item name.
**[[Background]]
+
**[[Decoration]]
+
  
Blockpacks are the most frequently added item to EE, so be diligent!
+
For example, in the string ''addBrick(createBrick(1143,ItemLayer.FORGROUND,forgroundBricksBMD,"brickgarden"''
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.
+
This is the string for the Garden tile package. The payvault class is '''brickgarden'''.
  
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.
+
==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.
  
For example, in the string
+
==Staff Changes==
        ''_loc111_.addBrick(createBrick(1143,ItemLayer.FORGROUND,forgroundBricksBMD,"brickgarden","",ItemTab.BLOCK,false,true,300,-1,[]));''
+
[[EE Staff]]. Enough said.
 
+
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 20:58, 2 May 2018

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: itemtypeItemname

Any spaces should be replaced with _

In use: smileyHazmat_Suit blockBasic actionIce decorationWindow backgroundFall_2014 npcSlimey

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

EE Staff. Enough said.