aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-06 14:24:53 +0700
committerEverythingWindows <[email protected]>2022-11-06 14:24:53 +0700
commit8e4b29c5a54d679099d8eb487c76062c4960c069 (patch)
treed0d31ed80450f9befc8f7dda894f8af68ebfa14e /ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb
parentf20fb77b7d168ca501c68c6b3c8fe1ee0c4c7a87 (diff)
downloadshiftos-therevival-old-8e4b29c5a54d679099d8eb487c76062c4960c069.tar.gz
shiftos-therevival-old-8e4b29c5a54d679099d8eb487c76062c4960c069.tar.bz2
shiftos-therevival-old-8e4b29c5a54d679099d8eb487c76062c4960c069.zip
perfection to color function
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb10
1 files changed, 9 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb b/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb
index 7fe5613..3a41005 100644
--- a/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb
+++ b/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb
@@ -16,11 +16,14 @@
Strings.AvailableFeature(10) = "2"
Strings.AvailableFeature(11) = "0"
Strings.AvailableFeature(12) = "2"
+ Strings.AvailableFeature(13) = "2"
+ Strings.AvailableFeature(14) = "2"
+ Strings.AvailableFeature(15) = "2"
End Sub
Public Sub FreeRoamMode()
Strings.ComputerInfo(2) = "0"
- Strings.ComputerInfo(4) = "12"
+ Strings.ComputerInfo(4) = "16"
Strings.AvailableFeature(0) = "1"
Strings.AvailableFeature(1) = "1"
Strings.AvailableFeature(2) = "1"
@@ -34,6 +37,9 @@
Strings.AvailableFeature(10) = "1"
Strings.AvailableFeature(11) = "1"
Strings.AvailableFeature(12) = "1"
+ Strings.AvailableFeature(13) = "1"
+ Strings.AvailableFeature(14) = "1"
+ Strings.AvailableFeature(15) = "1"
End Sub
Public Sub GodMode()
@@ -52,5 +58,7 @@
Strings.AvailableFeature(10) = "2"
Strings.AvailableFeature(11) = "0"
Strings.AvailableFeature(12) = "2"
+ Strings.AvailableFeature(14) = "2"
+ Strings.AvailableFeature(15) = "2"
End Sub
End Module