Skip to content

A tool to port tML mods from 1.3 to 1.4, you must have tML 1.4 installed

Notifications You must be signed in to change notification settings

KomDotExe/tModPorter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make a backup before using this tool, either by using git and committing your code, or by copying your mod's source code to some other place

This tool lets you port 1.3 mods to 1.4, it is not perfect, but it can port many things.


How to use:

  1. Download the tModPorter repo, open tModPorter.sln and build the solution.
  2. Install tModLoader 1.4 (you can find more info about this on the tModLoader discord)
  3. Open tModLoader 1.4, go to the Mod Sources menu and click the Open Sources button to open the Mod Sources folder
  4. Copy your mod's source to the Mod Sources folder (i.e. copy ModLoader/Mod Sources/MyMod to ModLoader/Beta/Mod Sources/MyMod)
  5. Open tModLoader again and go to the Mod Sources menu. You will see your mod with a little exclamation mark (saying Upgrade .csproj file). Click that button so that your mod can work with the 1.4 classes (and tModPorter can correctly port your mod).
  6. Drag and drop your mod's .csproj file (usually named YourModName.csproj) to the tModPorter .exe file (that you either got from building tModPorter yourself, or from a release if there's one available)

The tModPorter exe should be in tModPorter/tModPorter/bin/Debug/net5.0/tModPorter.exe

You need to install .NET 5 SDK to build tModPorter

About

A tool to port tML mods from 1.3 to 1.4, you must have tML 1.4 installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%