External Tutorials and Guides

From Stardew Modding Wiki
Jump to navigation Jump to search

Not finding what you're looking for here and wanting to check some off-site tutorials and guides? Here's a few!

Fashion Sense

Fashion Sense documentation

JA to Fashion sense converter script by bikifae

Colour extractor for when you want to make sleeves grayscale

Alternative Textures

Tutorial from the AT docs

Events

Tutorial by Siv: https://community.playstarbound.com/threads/guide-for-creating-custom-events.126394/ (This mod uses xnb files, but the basics apply to Content Patcher events as well.)

Additional Information: Correction: In the event trigger line, where it says "/z spring/", Siv states that "Event will only trigger in spring", this is not the case. Anytime you see z { { season } } it means the trigger can occur anytime except during the indicated season. In order to make it occur only during the specified season, an ! must be placed before the z.
z spring= any season BUT Spring
!z spring= ONLY Spring

Stardew Music and Sound IDs: https://docs.google.com/spreadsheets/d/1CpDrw23peQiq-C7F2FjYOMePaYe0Rc9BwQsj3h6sjyo/

=Art

Pixel Art Guide - A guide written by the Sundrop team to help artists mimick CA's artstyle.

External Converters

   https://xnb.pillow.rocks/ - Converts XNB mods to Content Patcher
   https://github.com/elizabethcd/SkirtConverter - Converts pants/skirt spritesheets to Fashion Sense
   https://github.com/elizabethcd/FurnitureConverter - Converts Custom Furniture mods to DGA/1.6 Content Patcher
   https://github.com/holy-the-sea/CP2AT - Converts visual Content Patcher mods to Alternative Textures
   https://github.com/AnotherPillow/BFAV2CP - Converts BFAV mods to work with 1.6 Content Patcher
   https://github.com/AnotherPillow/TMXL2CP - Converts TMXLoader mods to 1.6 Content Patcher
   https://github.com/AnotherPillow/CM2CP - Converts Custom Music mods to 1.6 Content Patcher
   https://github.com/AnotherPillow/STF2CP - Converts Shop Tile Framework mods to 1.6 Content Patcher
   https://github.com/bikinavisho/stardew-convert-to-fashion-sense - Converts hair spritesheets and JSON Assets shirts & hats to Fashion Sense
   https://nom0ri.github.io/sdv-i18nifier-app/ - This tool allows you to easily manage and convert regular Content Patcher to i18n format.