Changes

Jump to navigation Jump to search
Added all the letter bg formatting info from 1.5.5 migration page
Line 521: Line 521:  
| The player completed the Qi's Challenge [[Quests|quest]] by reaching level 25 in the Skull Cavern.
 
| The player completed the Qi's Challenge [[Quests|quest]] by reaching level 25 in the Skull Cavern.
 
|}
 
|}
 +
 +
==Custom mail formatting==
 +
You can customize [[Modding:Mail data|mail]] and [[Secret Notes|secret notes]] by including three custom commands in the letter text (including the <samp>[]</samp> characters):
 +
{| class="wikitable"
 +
|-
 +
! command
 +
! effect
 +
|-
 +
| <samp>[letterbg {{t|index}}]</samp>
 +
| Changes the default letter background to a vanilla background from <samp>LooseSprites/letterBG</samp>. The index can be 0 (default letter), 1 (Sandy's lined paper), 2 (Wizard style), or 3 (Krobus style). This will also set the default text color for that style, unless overridden by <samp>textcolor</samp>.
 +
|-
 +
| <samp>[letterbg {{t|asset name}} {{t|index}}]</samp>
 +
| Changes the default letter background to the given texture. The asset name should match a texture containing two rows: one with 320x180 pixel letter background images, and one with 24x24 pixel button backgrounds shown behind attached items. The index is the sprite to use from those rows, starting at 0 for the first one.
 +
Only the first 4 letter background images of a row will be properly displayed.
 +
Only one row of button may exist.
 +
See image below
 +
|-
 +
| <samp>[textcolor {{t|color}}]</samp>
 +
| Changes the letter text color. The valid colors are <samp>black</samp>, <samp>blue</samp>, <samp>cyan</samp>, <samp>gray</samp>, <samp>green</samp>, <samp>orange</samp>, <samp>purple</samp>, <samp>red</samp>, and <samp>white</samp>.
 +
|}
 +
 +
 +
[[File:Lettersbglayers.png|center|thumb|Example : the letters  background images can go on the pale pink, pink and purple spaces, while the buttons can only go on the orange line.]]
 +
 +
 
[[ru:Модификации:Почта]]
 
[[ru:Модификации:Почта]]
 
[[Category:Modding]]
 
[[Category:Modding]]
38

edits

Navigation menu