Skip to content

Commit

Permalink
Fix: realmain: mods/campaign is no longer versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jun 26, 2024
1 parent 3854a97 commit 5a978fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ int realmain(int argc, char *argv[])
make_dir(MultiCustomMapsPath, "maps", nullptr); // needed to prevent crashes when getting map

PHYSFS_mkdir(version_getVersionedModsFolderPath("autoload").c_str()); // mods that are automatically loaded
PHYSFS_mkdir(version_getVersionedModsFolderPath("campaign").c_str()); // campaign only mods activated with --mod_ca=example.wz
PHYSFS_mkdir("mods/campaign"); // campaign only mods - no longer versioned because of new campaign mod packaging and selector
PHYSFS_mkdir("mods/downloads"); // mod download directory - NOT currently versioned
PHYSFS_mkdir(version_getVersionedModsFolderPath("global").c_str()); // global mods activated with --mod=example.wz
PHYSFS_mkdir(version_getVersionedModsFolderPath("multiplay").c_str()); // multiplay only mods activated with --mod_mp=example.wz
Expand Down

0 comments on commit 5a978fc

Please sign in to comment.