Added support for workshop install for other platforms (MacOS is likely still borked, but I don't have a Mac to test it)
This commit is contained in:
@@ -32,7 +32,14 @@ namespace Barotrauma
|
||||
{
|
||||
public const string LuaSetupFile = "Lua/LuaSetup.lua";
|
||||
public const string VersionFile = "luacsversion.txt";
|
||||
#if WINDOWS
|
||||
public static ContentPackageId LuaForBarotraumaId = new SteamWorkshopId(2559634234);
|
||||
#elif LINUX
|
||||
public static ContentPackageId LuaForBarotraumaId = new SteamWorkshopId(2970628943);
|
||||
#elif OSX
|
||||
public static ContentPackageId LuaForBarotraumaId = new SteamWorkshopId(2970890020);
|
||||
#endif
|
||||
|
||||
public static ContentPackageId CsForBarotraumaId = new SteamWorkshopId(2795927223);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user