Search this Thread |
![]() |
![]() |
PuddingFace |
In my Vampire mod I need to disable the check for rain and snow feature if Seasons is not installed because the Vampire Sim gets reset by Error trap in the sunlight if you don't have seasons installed. How do I do that? It was utils something. Thank you. |
|
|
![]() |
#2 |
Battery
|
Yo PuddingFace ! you can check for expansions with the code below
Code:
if (GameUtils.IsInstalled(ProductVersion.EPX)) { ; } E: Seasons is EP8 so its ProductVersion.EP8 ref https://www.carls-sims-3-guide.com/expansionpacks.php |
|
|
![]() |
#3 |
PuddingFace |
Thank you so much ![]() Will try this out now. |
|
|
![]() |