/TutorialMod

The Mod being created in the "How to Make a Mod in tModLoader 1.4"

Primary LanguageC#

TutorialMod

This repository contains the mod that is being developed as part of the "How to Make a Mod in tModLoader 1.4" and will be updated as the series progresses.

This source will be updated once a video has been uploaded.

Episodes

This is a list of the episodes that have been released up to this point in the series.

Episode 1: Create Your Mod
Episode 2: Basic Item and Swords
Episode 3: Basic Tools and Shortsword
Episode 4: Basic Ore and Bar
Episode 5: Ore Gen and Localisation
Episode 6: Magic Weapon and Projectile
Episode 7: Basic Armour Sets
Episode 8: Basic Accessories and Vanity
Episode 9: Basic Crafting Stations
Episode 10: Ranged Weapon and Ammo
Episode 11: Summon Weapon and Minion

Migration

When tModloader updates, it can sometimes break the mod, if the changes are large then there will be a Migration video to show how to update the mod.

Migration 2023.4.20.0

Topics to Cover

Below is a list of topics that will be covered in the future. Each is under a subheading that they will fit in and will be done in that block. Anything that doesn't fit in a topic is under the Misc banner.

World Geneartion

  • Basic World Gen
  • Biome Generation
  • Array Based Structure Gen
  • Code Based Structure Gen
  • Custom Biome Pylon

NPCs

  • Basic Enemy NPC
  • Basic Town NPC
  • Basic Boss NPC
  • Worm NPC
  • Multipart NPC
  • NPC Gore and Boss Bars

Globals

  • Modify Vanilla Items
  • Modify Vanilla NPCs
  • Modify Vanilla Projectiles
  • Modify Vanilla Buffs
  • Modify Vanilla Tiles & Walls

Misc

  • Custom Music and Sounds
  • Custom Damage Class
  • Custom Pets
  • Custom Mounts
  • Custom Rarities and Prefixes
  • Custom UI
  • Custom TileEntities
  • Custom Commands