aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Strings.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-02 09:57:21 +0700
committerEverythingWindows <[email protected]>2022-11-02 09:57:21 +0700
commitf93ea520e93ae1ce345a6544a1e3f4e363bdce1f (patch)
treee28a261eb53d101073ca3f2008aed3df63bb6518 /ShiftOS-TheRevival/MainForms/Strings.vb
parente6f8b7c77bd3163cb84a077a54a4448b41fa63ce (diff)
downloadshiftos-therevival-old-f93ea520e93ae1ce345a6544a1e3f4e363bdce1f.tar.gz
shiftos-therevival-old-f93ea520e93ae1ce345a6544a1e3f4e363bdce1f.tar.bz2
shiftos-therevival-old-f93ea520e93ae1ce345a6544a1e3f4e363bdce1f.zip
added more command
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Strings.vb8
1 files changed, 6 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb
index f6cb57a..1d840d4 100644
--- a/ShiftOS-TheRevival/MainForms/Strings.vb
+++ b/ShiftOS-TheRevival/MainForms/Strings.vb
@@ -1,10 +1,10 @@
Public Class Strings
Public Shared OSInfo() As String
- Public Shared ComputerInfo(1) As String
+ Public Shared ComputerInfo(2) As String
Public Shared IsFree As Boolean
Public Shared OnceInfo(0) As String
Public Shared StoryChapter As Integer
- Public Shared AvailableFeature() As String
+ Public Shared AvailableFeature(1) As String
'STRING CATEGORIZATION WRITING RULES!
'THIS IS IN ORDER TO REMAIN COMPATIBLE WITH OLDER VERSIONS!
@@ -31,5 +31,9 @@
'ComputerInfo Strings:
'0 = Computer Name (0.1) (default : shiftos)
'1 = Username (0.1) (default : user)
+ '2 = Codepoint (0.2) (default : 0)
'
+ 'AvailableFeature (Default is defined on the Story Mode, Free Mode automatically assigns every available feature to 1)Strings:
+ '0 = MAN command [Manual on each command] (0.2) (default : 0)
+ '1 = CLEAR command [Clearing the screen] (0.2) (default : 0)
End Class