-
Notifications
You must be signed in to change notification settings - Fork 5
Parameters and values for the set command
The set command has a few parameters you can set.
Sets the color of the username in all terminals. Here is a wiki page for entering color and the formats
Sets the default text color in the terminal.
Sets the preferred FPS of the OS.
Enables/Disables the Execution of Tasks which are in a minimized window. (Enabled by Default and Disabled if a crash happens)
Sets the username of the user.
Sets the visibilty of the debug terminal.
Sets the visibility of the background image.
Sets the mouse packet offset. (If the PS2 Mouse is bugging out ya can try setting it to like 1 or 2 and see if it starts working again)
Sets the current mouse image to the file in the mouse zip file. (Doesn't work since the mouse cursor gets updated constantly but who cares)
Asks you to enter the password and then sets the password of the current user.
Sets the mouse sensitivity.
Sets the front drawing color (left click) of the mouse. (Mouse drawing is currently disabled lmao)
Sets the back drawing color (right click) of the mouse. (Mouse drawing is currently disabled lmao)
Sets the window size. The size has to look like this "(x size) (y size)" (e.g. "500 300")
Sets the test interlace for rendering.
Sets the active memory flag value. This is useful for debugging memory stuff. Basically each heap saves the current flag value on creation. And if you get all heap data, then the ones whose amfv matches the current global one will get highlighted! (Also it won't get highlighted if the amfv is 0)
Sets the max non fatal crash count. (The remaining amount of crashes that can happen, before the os commits kernel panic)