How can I check if another mod is installed/active?

Discuss modding questions and implementation details.
Post Reply
User avatar
Daniel87
Posts: 391
Joined: Thu Nov 28, 2019 6:25 pm

How can I check if another mod is installed/active?

Post by Daniel87 »

Hi everyone,

Is there a way to check if DREAM texture replacer mod is running?
In Julianos we Trust.

User avatar
TheLacus
Posts: 1305
Joined: Wed Sep 14, 2016 6:22 pm

Re: How can I check if another mod is installed/active?

Post by TheLacus »


User avatar
Daniel87
Posts: 391
Joined: Thu Nov 28, 2019 6:25 pm

Re: How can I check if another mod is installed/active?

Post by Daniel87 »

Nice, thank you!
Where can I get the GUID of another authors mod?
In Julianos we Trust.

User avatar
Ralzar
Posts: 2211
Joined: Mon Oct 07, 2019 4:11 pm
Location: Norway

Re: How can I check if another mod is installed/active?

Post by Ralzar »


User avatar
TheLacus
Posts: 1305
Joined: Wed Sep 14, 2016 6:22 pm

Re: How can I check if another mod is installed/active?

Post by TheLacus »

Open SaveData.txt from any save made with that mod, all mods are listed under modInfoData with their title, filename and GUID.

I suggest to use the GUID, but you can also use GetMod(String) with the title, which is different than the filename.

User avatar
Daniel87
Posts: 391
Joined: Thu Nov 28, 2019 6:25 pm

Re: How can I check if another mod is installed/active?

Post by Daniel87 »

Brilliant! Thank you guys!
In Julianos we Trust.

Post Reply