mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add Terraria/Tmodloader Support
This commit is contained in:
parent
0b88b8bf37
commit
100007877e
@ -385,6 +385,20 @@ namespace Wabbajack.DTOs
|
|||||||
},
|
},
|
||||||
MainExecutable = @"KSP_x64.exe".ToRelativePath()
|
MainExecutable = @"KSP_x64.exe".ToRelativePath()
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Game.Terraria, new GameMetaDta
|
||||||
|
{
|
||||||
|
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