EEWiki:Update Checklist

From EEWiki
Revision as of 20:38, 2 May 2018 by Zoey2070 (Talk | contribs) (create)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What To Do When There's An Update


Added Tiles

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".

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 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!!!!