(shown above: Final Fantasy Menu Mode / Darksaber Cursor Mode)
-
Install Chocolatey: https://chocolatey.org/install
-
Install Git for PowerShell
a. From the Command Line run:choco install poshgit Set-ExecutionPolicy RemoteSigned Install-Module Posh-Git -Scope AllUsers Add-PoshGitToProfile -AllHosts -Force
-
Install ConsoleZ
a. From the Command Line run:choco install consolez
-
You should now be able to run ConsoleZ, you are now ready to use this repository and customize your new Console.
-
Locate the files within the /Config directory of this repo and copy them to -> C:\Users\{user}\AppData\Roaming\Console
-
Open the settings and snippets xml files and make adjustments based on your folder structure, etc.
If you have knowledge of C++ code you can make further customizations. The code C++ code is located within the /ConsoleZ directory.
https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-PowerShell
- You must install Boost, there is an installer in the /ConsoleZ directory.
- Remember which directory that you install Boost into.
- In Visual Studio, go to a Project's Properties -> C/C++ -> General.
- Add your Boost directory to the "Additional Include Directories".
- Add/Remove Programs on your Windows computer.
- Modify your Visual Studio installation.
- Add all C++ tools, you must also go into the "Installation details" panel and include the extra MFC library.
- "Visual C++ MFC for x86 and x64"
https://github.com/cbucher/console/wiki/How-to-compile
https://github.com/cbucher/console
https://haacked.com/archive/2015/10/29/git-shell
Every Snippet would use curl to call an API. This API could take the Command and somehow the user, and save the timestamp. It could then calculate scores per day. Example, every time you run Explore you get 100 points. Have a cool UI (maybe even video game) to track High Scores per day.