aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Strings.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-04 08:56:41 +0700
committerEverythingWindows <[email protected]>2022-11-04 08:56:41 +0700
commitcd741c3850b861c48fbb2a8e51f1189fb006b935 (patch)
treeee348d0f05a2f6a1f37ef563080bc70d1af9adff /ShiftOS-TheRevival/MainForms/Strings.vb
parent37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (diff)
downloadshiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.tar.gz
shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.tar.bz2
shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.zip
Terminal Display Driver added, migrating Shiftorium functions into Module
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Strings.vb9
1 files changed, 7 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb
index a75546e..cead842 100644
--- a/ShiftOS-TheRevival/MainForms/Strings.vb
+++ b/ShiftOS-TheRevival/MainForms/Strings.vb
@@ -3,8 +3,9 @@
Public Shared ComputerInfo(3) As String
Public Shared IsFree As Boolean
Public Shared OnceInfo(0) As String
- Public Shared AvailableFeature(1) As String
+ Public Shared AvailableFeature(3) As String
Public Shared CLIInterpreter As String
+ Public Shared SaveFile As String
'STRING CATEGORIZATION WRITING RULES!
'THIS IS IN ORDER TO REMAIN COMPATIBLE WITH OLDER VERSIONS!
@@ -34,11 +35,15 @@
'2 = Codepoint (0.2) (default : 0)
'3 = Story Chapter (0.2) (default : 0 for New Game)
'
- 'AvailableFeature (Default is defined on the Story Mode, Free Mode automatically assigns every available feature to 1)Strings:
+ 'AvailableFeature (Default is defined on the Story Mode, Free Mode automatically assigns every available feature to 1, Unavailable in the Shiftorium assigned as 2) Strings:
'0 = MAN command [Manual on each command] (0.2) (default : 0)
'1 = CLEAR command [Clearing the screen] (0.2) (default : 0)
+ '2 = PRINT command [Printing a string] (0.2.2) (default : 0)
+ '3 = Terminal Display Driver [Dependencies for advanced terminal applications] (0.2.2) (default : 0)
'
'Features bought hierarchy :
'ShiftOS Help Manual (MAN) (20 CP)
'Terminal Clear (CLEAR) (25 CP)
+ '>Terminal Print (PRINT) (30 CP)
+ '>>Terminal Display Driver (50 CP)
End Class