Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the list of ignored mod configs #498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Source/Client/Networking/JoinData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public static ModMetaData GetInstalledMod(string id)
[SuppressMessage("ReSharper", "StringLiteralTypo")]
public static string[] ignoredConfigsModIds =
{
// The old mod management code also included TacticalGroupsMod.xml and GraphicSetter.xml but I couldn't find their ids
// todo unhardcode it
"rwmt.multiplayer",
"hodlhodl.twitchtoolkit", // contains username
Expand All @@ -141,7 +140,11 @@ public static ModMetaData GetInstalledMod(string id)
"jelly.modswitch",
"betterscenes.rimconnect", // contains secret key for streamer
"jaxe.rimhud",
//"zetrith.prepatcher"
"telefonmast.graphicssettings",
"derekbickley.ltocolonygroupsfinal",
"dra.multiplayercustomtickrates", // syncs its own settings
"merthsoft.designatorshapes", // settings for UI and stuff meaningless for MP
//"zetrith.prepatcher",
};

public const string TempConfigsDir = "MultiplayerTempConfigs";
Expand Down
Loading