Skip to content

clayne/CCExtender

 
 

Repository files navigation

Console Commands Extender

Build Dependencies

End User Dependencies

Settings

Setting Description
betaCommentFileName The file path to print beta comment output to.
consoleSelectedRefColor Defines the RGBA values for highlighting references selected with the console. A value of1.0 indicates 100% and a value of 0.0 indicates 0%.

Console commands

Command "> " <file-name>
Expression <file-name> ::= <string-no-space> | """ <string-with-space> """
<string-no-space> ::= <string> ; Cannot contain spaces
<string-with-space> ::= <string> | <string> " " <string-with-space> ; Can contain spaces
Example Usage help belethor 4 > "output.txt"
Description Pipes output from a console command to the indicated file. File names with spaces must be wrapped in parenthesis. Files are created relative to Skyrim's directory.
Command <betacomment> " " <comment>
Expression <betacomment> ::= "BetaComment" | "BC"
<comment> ::= <string> ; The comment string
Example Usage bc "this item does not belong here"
Description Logs a comment to the beta comment file with the given string. Comments are in the following formatUSERNAME: (YYYY-MM-DD HH:MM:SS GMT) SOURCE-FILE [CELL-FORM-ID: CELL-EDITOR-ID (CELL-X, CELL-Y)] [REF-FORM-ID: REF-EDITOR-ID (REF-X, REF-Y, REF-Z)] "COMMENT".
Command "Clear"
Example Usage clear
Description Clears the console output.
Command "Help" <expr>
Expression <expr> ::= <empty> | " " <matchstring> | " " <matchstring> " " <filter> | " " <matchstring> " " <filter> " " <form-type>
<matchstring> ::= <string> ; The string to filter results with
<filter> ::= <integer>
; 0 - All
; 1 - Functions
; 3 - Globals
; 4 - Forms
<form-type> ::= <string> ; The form type to filter form results with
Example Usage help iron 4 armo
Description Performs a substring search on all forms by name and editor ID.
Command <setperkpoints> " " <numperkpoints>
Expression <setperkpoints> ::= "SetPerkPoints" | "SPP"
<numperkpoints> ::= <integer> ; The number of perk points
Example Usage spp 10
Description Sets the player's perk points to the specified number.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • Python 1.9%
  • C 0.9%