You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This is a public stable release build of ZeeTerminal, with an entirely new engine and components.\nThis program is made in C++, with a few very small parts of C." +
264
265
"\n\nThis program uses the DirectShow API in the MediaPlayer command, licensed by Microsoft Corp. (c) Microsoft Corp.\n\n" +
265
266
"This program uses the BASS API in the AudioPlayer command, licensed by Un4Seen Developments. (c) Un4Seen Developments.\n\n" +
266
-
"This program uses the CarDodge game v0.6.0, accessible in the Game command. CarDodge is licensed under Ryan Zorkot with the MIT License. For more information, visit the archived repo: https://github.com/rforzachamp821/CarDodge\n\n"
267
+
"This program uses the CarDodge game v0.6.0, accessible in the Game command. CarDodge is licensed under Rforzachamp821 with the MIT License. For more information, visit the archived repo: https://github.com/rforzachamp821/CarDodge\n\n"
267
268
"\nZeeTerminal is licensed under the MIT License. The license and credits can be viewed on Page 4.\n\n"
"Massive thank-you to my dad, Hazem Zorkot, for assisting with this project, including with the logo design, name, high-level component ideas, and lots of heads-up messages along the way.\n\n"
277
-
"ZeeTerminal is licensed under the MIT License. Below is the license info:\n\nCopyright (c) 2024 Ryan Zorkot\n\n"
277
+
"Massive thank-you to my dad, Hazem, for assisting with this project, including with the logo design, name, high-level component ideas, and lots of heads-up messages along the way.\n\n"
278
+
"ZeeTerminal is licensed under the MIT License. Below is the license info:\n\nCopyright (c) 2025 Rforzachamp821\n\n"
278
279
"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal"
279
280
" in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell"
280
281
" copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n"
@@ -877,7 +878,7 @@ void DevTools(short int nToolNum) {
Copy file name to clipboardExpand all lines: CommandFiles/Settings.cpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1084,6 +1084,7 @@ void LogFileSystemSettings(short int nChoice = 0, short int nChoiceLogging = 0,
1084
1084
}
1085
1085
}
1086
1086
1087
+
// CarDodge Game Settings
1087
1088
voidCarDodgeGameSettings(shortint nChoiceMain = 0, int nChoiceCarTurnSpeed = 0, int nChoiceStartupCar = 0, int nChoiceForeground = 0, int nChoiceBackground = 0) {
1088
1089
OptionSelectEngine oseCarDodgeSettings;
1089
1090
@@ -1099,6 +1100,7 @@ void CarDodgeGameSettings(short int nChoiceMain = 0, int nChoiceCarTurnSpeed = 0
1099
1100
nChoiceMain = oseCarDodgeSettings.OptionSelect("Please select which setting you want to change relating to the Car Dodge game:", " ___CAR DODGE GAME SETTINGS___ ");
1100
1101
}
1101
1102
1103
+
// Car Turn Speed Settings
1102
1104
if (nChoiceMain == 1) {
1103
1105
while (true) {
1104
1106
if (nChoiceCarTurnSpeed == 0) {
@@ -1107,7 +1109,7 @@ void CarDodgeGameSettings(short int nChoiceMain = 0, int nChoiceCarTurnSpeed = 0
1107
1109
colourSubheading(); // extra info colour is the same as subheading colour
1108
1110
std::cout << wordWrap("This speed is a measure of characters moved left/right per keypress, so higher numbers are faster.") << NOULINE_STR;
std::cout << "___ZeeTerminal Help___\n\n__Syntax__:\nFor running a script: ZeeTerminal.exe <script filepath>\nFor running a singular command: ZeeTerminal.exe -c <command>\n\n"
131
131
<< "If you would like to run a script OR command where either contains space characters, use quotation marks (\"\").\n --> For example: ZeeTerminal.exe \"C:\\Users\\Public\\A Test Script.txt\"\n\n"
0 commit comments