You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- This is how you tell Ceres how to launch your game.
-- Without this, `ceres run` will not work.
-- Uncomment and fill in the fields that you want
-- ceres.runConfig = {
-- command = "path/to/warcraft iii.exe", -- mandatory, path to WC3 or a shell script
-- prefix = "Z:/", -- this will be prepended to the map path when launching. useful under Wine. leave this commented out on Windows.
-- mapDataDir = "/path/to/Documents/Warcraft III/CustomMapData", -- points Ceres to the CustomMapData folder for interop with the WC3 client. optional.
-- args = {"-windowmode", "windowed"} -- extra args if you want to specify any.