EEWiki:Update Checklist
From EEWiki
What To Do When There's An Update
- Everybody_Edits_Wiki
- Edit version number + blog post
Added Tiles
- New Blockpack
Blockpacks are the most frequently added item to EE, so be diligent! 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.
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.
For example, in the string
_loc111_.addBrick(createBrick(1143,ItemLayer.FORGROUND,forgroundBricksBMD,"brickgarden","",ItemTab.BLOCK,false,true,300,-1,[]));
the payvault class is "brickgarden".
These are less frequently added, but make sure that if something new is added, you edit the item accordingly!
Added 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!!!!