mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1658 from Drazden/patch-1
Add Terraria/Tmodloader Support
This commit is contained in:
commit
dc36e4530a
@ -39,6 +39,9 @@ namespace Wabbajack.DTOs
|
|||||||
[Description("Kerbal Space Program")] KerbalSpaceProgram,
|
[Description("Kerbal Space Program")] KerbalSpaceProgram,
|
||||||
|
|
||||||
[Description("Enderal Special Edition")]
|
[Description("Enderal Special Edition")]
|
||||||
EnderalSpecialEdition
|
EnderalSpecialEdition,
|
||||||
|
|
||||||
|
[Description("Terraria")]
|
||||||
|
Terraria
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -385,6 +385,20 @@ namespace Wabbajack.DTOs
|
|||||||
},
|
},
|
||||||
MainExecutable = @"KSP_x64.exe".ToRelativePath()
|
MainExecutable = @"KSP_x64.exe".ToRelativePath()
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Game.Terraria, new GameMetaData
|
||||||
|
{
|
||||||
|
Game = Game.Terraria,
|
||||||
|
SteamIDs = new[] { 1281930 },
|
||||||
|
MO2Name = "Terraria",
|
||||||
|
IsGenericMO2Plugin = true,
|
||||||
|
RequiredFiles = new[]
|
||||||
|
{
|
||||||
|
@"tModLoader.exe".ToRelativePath()
|
||||||
|
},
|
||||||
|
MainExecutable = @"tModLoader.exe".ToRelativePath()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -464,4 +478,4 @@ namespace Wabbajack.DTOs
|
|||||||
return Games[game];
|
return Games[game];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user