diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 9dd8f5c4bc5c71ac4fe00333bc1b25241cc6e643..06dbf5ae1cac8fba740543d2f3b199b3c1d45ace 100644
--- a/src/SecExp/securityReport.tw
+++ b/src/SecExp/securityReport.tw
@@ -10,7 +10,7 @@
 <<set _crimeCap = 0>>
 <<set _newCrime = 0>>
 
-<<if $useTabs == 0>>__Arcology Management__<</if>>
+<<if $useTabs == 0>>__Security__<</if>>
 <br>
 
 <strong>Security</strong>:
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index c3d4e88c8ce23f9127a7722bc3227a6fe11a7a26..ef28c5b69f7bba10af836fe9de945907b0f585af 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -867,6 +867,8 @@ Image display
 <br>
 // This mod alters how prosthetics system works and adds some content.//
 
+<br><br>
+
 <<if $secExp == 1>>
 	The Security Expansion Mod is ''enabled.''
 [[Disable|Intro Summary][$secExp = 0]]
diff --git a/src/events/intro/pcExperienceIntro.tw b/src/events/intro/pcExperienceIntro.tw
index e06fa2169c532069431fc5f694ba3da35f2a0250..33e2006fef9dfc5dd4b2cf57a4616c96b299001a 100644
--- a/src/events/intro/pcExperienceIntro.tw
+++ b/src/events/intro/pcExperienceIntro.tw
@@ -35,11 +35,11 @@ You're a relative unknown in the Free Cities, but it's clear you're already acco
 <<if $showSecExp == 0>>
 	<<link "Show Security Expansion changes">>
 		<<set $showSecExp = 1>>
-		<<goto "terrainIntro">>
+		<<goto "PC Experience Intro">>
 	<</link>>
 <<else>>
 	<<link "Hide Security Expansion changes">>
 		<<set $showSecExp = 0>>
-		<<goto "terrainIntro">>
+		<<goto "PC Experience Intro">>
 	<</link>>
 <</if>>
\ No newline at end of file
diff --git a/src/events/intro/terrainIntro.tw b/src/events/intro/terrainIntro.tw
index c5f48ceccecf078495807ebf5d2822a88750940c..932217461ab5f3cf53ba1c1e05cfd649798a05fe 100644
--- a/src/events/intro/terrainIntro.tw
+++ b/src/events/intro/terrainIntro.tw
@@ -71,11 +71,11 @@ Finally, a few Free Cities have been carved out from old world cities. Urban dec
 <<if $showSecExp == 0>>
 	<<link "Show Security Expansion changes">>
 		<<set $showSecExp = 1>>
-		<<goto "terrainIntro">>
+		<<goto "Terrain Intro">>
 	<</link>>
 <<else>>
 	<<link "Hide Security Expansion changes">>
 		<<set $showSecExp = 0>>
-		<<goto "terrainIntro">>
+		<<goto "Terrain Intro">>
 	<</link>>
 <</if>>
\ No newline at end of file
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 9aa5b77dca5bb9df5a0be52a15dbd99d2689e87b..55b14648de194499fe859cbd310d4edb2425bd2f 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1221,6 +1221,8 @@ erectileImplant: 0
 } >>
 
 /* Security Expansion */
+<<set $secExp = 0>>
+<<set $showSecExp = 0>>
 <<include "secInit">>
 
 <<goto "Alpha disclaimer">>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index e1dac91ac8cf6849f0c38b6bf733aa921e297780..aab2870f4d757187a7b85ef6280031d32ea16717 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -5,9 +5,10 @@
 ''SAVES''
 <br>
 This save was created using FC version $ver build $releaseID.
-<br>
-&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Backwards Compatibility Update|Backwards Compatibility]]
-&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Backwards Compatibility Update only for Security Expansion mod|SecExpBackwardCompatibility]]
+<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Backwards Compatibility Update|Backwards Compatibility]]
+<<if $secExp == 1>>
+<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Security Expansion mod backwards compatibility |SecExpBackwardCompatibility]]
+<</if>>
 
 <br>
 <<if ($autosave == 0)>>
@@ -347,16 +348,19 @@ Curative side effects are @@.red;DISABLED@@. [[Enable|Options][$curativeSideEffe
 	Cybernetics Mod is currently @@.cyan;ENABLED@@. [[Disable|Options][$cyberMod = 0]]
 <</if>>
 
+<br>
+
 <<if $secExp == 0>>
-	The Security Expansion mod is @@.red;disabled@@.
+	The Security Expansion mod is @@.red;DISABLED@@.
 	<<link "Enable">>
 		<<set $secExp = 1>>
 		<<include "SecExpBackwardCompatibility">>
+		<<goto "Options">>
 	<</link>>
 <<else>>
-	The Security Expansion Mod is currently @@.cyan;ENABLED@@. [[Disable|Options][$SFMODToggle = 0]]
+	The Security Expansion Mod is currently @@.cyan;ENABLED@@. [[Disable|Options][$secExp = 0]]
 <</if>> 
-//The mod can be activated in any moment, but it may result in unbalanced gameplay if activated very late//
+//The mod can be activated in any moment, but it may result in unbalanced gameplay if activated very late in the game. If this is the first time activating the mod or you are updating an old save, please run backward compatibility.//
 
 <br><br>
 ''CHEATING/DEV OPTIONS''
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index d6d75454cd6dd848ca819099d6459525d85dc92d..480aa8567be1958ab59dbc9802fb1b4030e89e79 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -670,6 +670,7 @@ On formal occasions, you are announced as $PCTitle.
 <</if>>
 
 <br><br>
-<</if $secExp == 1>>
+
+<<if $secExp == 1>>
 <<include "authorityReport">>
 <</if>>
\ No newline at end of file